summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-29 15:41:10 +0000
committerKarl Berry <karl@freefriends.org>2013-06-29 15:41:10 +0000
commita6f05dc78424ea7f193a766c8a41b59bce5d5e9f (patch)
tree0222672211718b3827631d73baddb85595b33578 /Master/texmf-dist/tex/latex
parentca7ff804e960139b4f0780cc62bf624aa49dbeb5 (diff)
uadocs (30may13)
git-svn-id: svn://tug.org/texlive/trunk@31042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/uadocs/uacoursetext.cls12
-rw-r--r--Master/texmf-dist/tex/latex/uadocs/uamasterthesis.cls14
2 files changed, 17 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/uadocs/uacoursetext.cls b/Master/texmf-dist/tex/latex/uadocs/uacoursetext.cls
index 280186ac0c7..9d1658325ba 100644
--- a/Master/texmf-dist/tex/latex/uadocs/uacoursetext.cls
+++ b/Master/texmf-dist/tex/latex/uadocs/uacoursetext.cls
@@ -27,9 +27,9 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{uacoursetext}
- [2013/05/11 v1.0 .dtx skeleton file]
-\def\fileversion{1.0}
-\def\filedate{2013/05/11}
+ [2013/05/21 v1.1 .dtx skeleton file]
+\def\fileversion{1.1}
+\def\filedate{2013/05/29}
\newif\if@copyright
\DeclareOption{copyright}{\@copyrighttrue}
\newif\if@qr
@@ -38,6 +38,8 @@
\DeclareOption{titlepagenoartwork}{\@titlepagenoartworktrue}
\newif\if@titlepagetableonly
\DeclareOption{titlepagetableonly}{\@titlepagetableonlytrue}
+\newif\if@filled
+\DeclareOption{filled}{\@filledtrue}
\ExecuteOptions{a4paper,11pt,final,oneside,openright}
\ProcessOptions
\LoadClassWithOptions{book}
@@ -337,8 +339,10 @@ W www.cursusdienst.be}
\renewcommand{\headrulewidth}{1pt}
\renewcommand{\footrulewidth}{1pt}
\pagestyle{fancy}
+\if@filled\else
+ \raggedright
+\fi
\raggedbottom
-\raggedright
\pagenumbering{arabic}
\onecolumn
\newcommand{\@crnotice}{
diff --git a/Master/texmf-dist/tex/latex/uadocs/uamasterthesis.cls b/Master/texmf-dist/tex/latex/uadocs/uamasterthesis.cls
index bc5aedd1c47..683d91e1e0a 100644
--- a/Master/texmf-dist/tex/latex/uadocs/uamasterthesis.cls
+++ b/Master/texmf-dist/tex/latex/uadocs/uamasterthesis.cls
@@ -27,13 +27,15 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{uamasterthesis}
- [2013/05/11 v1.0 .dtx skeleton file]
-\def\fileversion{1.0}
-\def\filedate{2013/05/11}
+ [2013/05/21 v1.1 .dtx skeleton file]
+\def\fileversion{1.1}
+\def\filedate{2013/05/29}
\newif\if@titlepagenoartwork
\DeclareOption{titlepagenoartwork}{\@titlepagenoartworktrue}
\newif\if@titlepagetableonly
\DeclareOption{titlepagetableonly}{\@titlepagetableonlytrue}
+\newif\if@filled
+\DeclareOption{filled}{\@filledtrue}
\ExecuteOptions{a4paper,11pt,final,oneside,openright}
\ProcessOptions
\LoadClassWithOptions{book}
@@ -110,7 +112,7 @@
\newcommand{\supervisoriv}[1]{\renewcommand{\@supervisoriv}{#1}}
\newcommand{\@diploma}{ERROR}
\newcommand{\diploma}[1]{
- \newcommand{\MoSIW}{Master of Science in de industriƫle wetenschappen}
+ \newcommand{\MoSIW}{Master of Science in de industri\"ele wetenschappen}
\renewcommand{\@diploma}{
\ifthenelse{\equal{#1}{MA-IW-BK}}
{\MoSIW: bouwkunde}{
@@ -157,8 +159,10 @@
\renewcommand{\headrulewidth}{1pt}
\renewcommand{\footrulewidth}{1pt}
\pagestyle{fancy}
+\if@filled\else
+ \raggedright
+\fi
\raggedbottom
-\raggedright
\pagenumbering{arabic}
\onecolumn
\pgfmathsetmacro{\ua@Wh}{\paperwidth}