diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/uadocs/uacoursetext.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/uadocs/uacoursetext.cls | 12 |
1 files changed, 8 insertions, 4 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}{ |