summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-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}