diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-01 22:26:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-01 22:26:25 +0000 |
commit | 1a0be52f0c29040505e65d55b841401acb86c1ca (patch) | |
tree | 6240a89f92506a8ab626d0f2831cb8425a7f9b6f /Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls | |
parent | 68a34296797c3123dd3ba1af83d9540a46415551 (diff) |
udesoftec (1apr14)
git-svn-id: svn://tug.org/texlive/trunk@33349 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls index bf19a1d486f..9c6d51c38c6 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec.cls -% Copyright 2013 J. Peter M. Schuler -% 2014-03-11 v1.3.3 udesoftec +% Copyright 2014 J. Peter M. Schuler +% 2014-03-31 v1.3.4 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -30,7 +30,7 @@ % For further information refer to: % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/README % and -% http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec.doc.pdf +% http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% \ProvidesClass{udesoftec}[2013/08/14 Thesis class and bibstyle for UDE SOFTEC - University of Duisburg-Essen, Research Group for Business Informatics and Software Engineering]% \LoadClass[% @@ -71,6 +71,7 @@ \newif\ifdocumentOmitLOT \newif\ifdocumentOmitLOF \newif\ifdocumentOmitLOA +\newif\ifdocumentOmitTOC \newif\ifdocumentOmitTodos \newif\ifdocumentUsedTodos @@ -86,11 +87,13 @@ \documentOmitSDfalse \documentOmitLOFfalse \documentOmitLOAfalse +\documentOmitTOCfalse \documentOmitTodosfalse \documentUsedTodosfalse \DeclareOption{omit-lot}{\documentOmitLOTtrue} \DeclareOption{omit-lof}{\documentOmitLOFtrue} \DeclareOption{omit-loa}{\documentOmitLOAtrue} +\DeclareOption{omit-toc}{\documentOmitTOCtrue} \DeclareOption{omit-sd}{\documentOmitSDtrue} \DeclareOption{omit-todos}{\documentOmitTodostrue} @@ -207,6 +210,7 @@ Pr\"ufungsbeh\"orde vorgelegen. \documentOmitLOTfalse \documentOmitLOFfalse \documentOmitLOAfalse +\documentOmitTOCfalse \documentOmitTodostrue \else% \fi% @@ -1244,7 +1248,7 @@ commentstyle=\color{DocumentMedium0} \fi% \else% \fi% - \tableofcontents + \ifdocumentOmitTOC\else\tableofcontents\fi \ifdocumentOmitLOF\else\listoffigures\fi \ifdocumentOmitLOT\else\listoftables\fi \ifdocumentOmitLOA\else\printacronyms\fi |