From 1a0be52f0c29040505e65d55b841401acb86c1ca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 1 Apr 2014 22:26:25 +0000 Subject: udesoftec (1apr14) git-svn-id: svn://tug.org/texlive/trunk@33349 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty | 9 ++++----- Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls | 12 ++++++++---- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/tex/latex/udesoftec') diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty index 3b630835877..a396cf78e80 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" -%% udesoftec.cls -% Copyright 2013 J. Peter M. Schuler -% 2014-02-19 v1.3.2 udesoftec +%% udesoftec-extra.stys +% 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,10 +30,9 @@ % 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}% \ProvidesPackage{udesoftec-extra}[2013/08/14 Additions for udesoftec.cls which are currently optional and may break former behaviour]% %%%%%%%%%%%%%%%%%%%%%%%%% -% currently nothing here %%%%%%%%%%%%%%%%%%%%%%%%% \endinput% \ No newline at end of file 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 -- cgit v1.2.3