summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-07 20:57:02 +0000
committerKarl Berry <karl@freefriends.org>2014-04-07 20:57:02 +0000
commitb145e022e9339b677d7e8ad1b23c363c9da20000 (patch)
tree90cafbe1dfdc6673c594cf79c9c82cffe487dd70 /Master/texmf-dist/tex
parent707e19bbe7f732068f5e535e9c82fcf26c321bb7 (diff)
udesoftec (7apr14)
git-svn-id: svn://tug.org/texlive/trunk@33401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls102
1 files changed, 60 insertions, 42 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
index 9c6d51c38c6..f5a1100249d 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 2014 J. Peter M. Schuler
-% 2014-03-31 v1.3.4 udesoftec
+%% Copyright 2014 J. Peter M. Schuler
+%% 2014/04/07 v1.3.5 udesoftec
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -32,7 +32,21 @@
% and
% 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]%
+\ProvidesClass{udesoftec}[2014/04/07 v1.3.5 Thesis class and bibstyle for UDE SOFTEC]%
+
+%%%% nag %%%%%%%%%%%%%
+% purpose: identifies deprecated code and suggests better pckgs
+% source: http://www.tug.org/texlive/Contents/live/texmf-dist/doc/latex/nag/nag.pdf
+\RequirePackage[l2tabu, orthodox]{nag}
+%%%%%%%%%%%%%%%%%%%%%%
+
+%%%% fixltx2e %%%%%%%%
+% purpose: removes some Bugs in LaTeX2e (removes some stupid backwards compatibility)
+% source: http://www.ctan.org/tex-archive/help/Catalogue/entries/fixltx2e.html#Dist
+\usepackage{fixltx2e}
+%%%%%%%%%%%%%%%%%%%%%%
+
+
\LoadClass[%
%titlepage=true,
twoside=true,
@@ -97,10 +111,20 @@
\DeclareOption{omit-sd}{\documentOmitSDtrue}
\DeclareOption{omit-todos}{\documentOmitTodostrue}
-\templateUseColorfulLinksfalse
-\templateUseSansSerifFontfalse
+\DeclareOption{proposal}{
+\documentOmitLOTtrue
+\documentOmitSDtrue
+\documentOmitLOFtrue
+\documentOmitLOAtrue
+\documentOmitTOCtrue
+\documentOmitTodostrue
+}
+\templateUseColorfulLinkstrue
+\templateUseSansSerifFonttrue
\templateFakeBookLayoutfalse
-\templateUseBookLayouttrue
+\templateUseBookLayouttrue
+\templateDocumentLayoutChoosentrue
+
\DeclareOption{printlayout}{
\templateUseColorfulLinksfalse
\templateUseSansSerifFontfalse
@@ -215,26 +239,6 @@ Pr\"ufungsbeh\"orde vorgelegen.
\else%
\fi%
-\ifprimaryDocumentLanguageGerman
- \def \udesoftec@templateTitlePageBackground{udesoftec-cover-ude-de}
-\else
- \def \udesoftec@templateTitlePageBackground{udesoftec-cover-ude-en}
-\fi
-
-\iftemplateVawiBamberg
- \def \udesoftec@templateTitlePageBackground{udesoftec-cover-uba}
-\fi
-
-\iftemplateVawiEssen
- \def \udesoftec@institutionDefault{Im Virtuellen Weiterbildungsstudiengang Wirtschaftsinformatik\par der Universit\"at Duisburg-Essen}
- \institution{\udesoftec@institutionDefault}
- \labelPreTopic{}
-\fi
-\iftemplateVawiBamberg
- \def \udesoftec@institutionDefault{Im Virtuellen Weiterbildungsstudiengang Wirtschaftsinformatik}
- \institution{\institutionDefault}
- \labelPreTopic{}
-\fi
\iftemplateDocumentLayoutChoosen
\else
@@ -369,6 +373,29 @@ The statutory declaration needs to be in german, so the following excerpt is in
\def\@documentLanguage{ngerman,english}
\fi
+
+\ifprimaryDocumentLanguageGerman
+ \def \udesoftec@templateTitlePageBackground{udesoftec-cover-ude-de}
+\else
+ \def \udesoftec@templateTitlePageBackground{udesoftec-cover-ude-en}
+\fi
+
+\iftemplateVawiBamberg
+ \def \udesoftec@templateTitlePageBackground{udesoftec-cover-uba}
+\fi
+
+\iftemplateVawiEssen
+ \def \udesoftec@institutionDefault{Im Virtuellen Weiterbildungsstudiengang Wirtschaftsinformatik\par der Universit\"at Duisburg-Essen}
+ \institution{\udesoftec@institutionDefault}
+ \labelPreTopic{}
+\fi
+\iftemplateVawiBamberg
+ \def \udesoftec@institutionDefault{Im Virtuellen Weiterbildungsstudiengang Wirtschaftsinformatik}
+ \institution{\institutionDefault}
+ \labelPreTopic{}
+\fi
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\iftemplateUseBookLayout
@@ -439,12 +466,6 @@ The statutory declaration needs to be in german, so the following excerpt is in
%\fi
%%%%%%%%%%%%%%%%%%%%%%
-%%%% nag %%%%%%%%%%%%%
-% purpose: identifies depricated code and suggests better pckgs
-% source: http://www.tug.org/texlive/Contents/live/texmf-dist/doc/latex/nag/nag.pdf
-\RequirePackage[l2tabu, orthodox]{nag}
-%%%%%%%%%%%%%%%%%%%%%%
-
%%%% microtype %%%%%%
% purpose: character protrusion (also known as margin kerning) and font expansion
% purpose-de: optischen Randausgleich verwenden. Beispiele siehe Doku http://kambing.ui.ac.id/ctan/macros/latex/contrib/microtype/microtype.pdf Seite 4 Randnotiz
@@ -452,11 +473,6 @@ The statutory declaration needs to be in german, so the following excerpt is in
\usepackage{microtype}
%%%%%%%%%%%%%%%%%%%%%%
-%%%% fixltx2e %%%%%%%%
-% purpose: removes some Bugs in LaTeX2e (removes some stupid backwards compatibility)
-% source: http://www.ctan.org/tex-archive/help/Catalogue/entries/fixltx2e.html#Dist
-\usepackage{fixltx2e}
-%%%%%%%%%%%%%%%%%%%%%%
%%%% graphicx %%%%%%%%
% purpose: allows better graphics import
@@ -495,9 +511,6 @@ The statutory declaration needs to be in german, so the following excerpt is in
\usepackage{enumitem}
%\def \breaklabel{\ClassWarning{udesoftec}{\\breaklabel deprecated use "style=newline"}}
-
-
-% !Mode:: "TeX:UTF-8"
%%% natbib %%%%%%%%%%
% purpose: real cite options (in parentheses, out of parentheses, suppressing author etc)
\usepackage[elide]{natbib}
@@ -1241,8 +1254,13 @@ commentstyle=\color{DocumentMedium0}
Dieser Sperrvermerk gilt für die nächsten 2 Jahre. Die sich aus diesem Sperrvermerk ergebenden Einschränkungen entfallen nach Ablauf dieses Zeitraums.
\else
- \chapter*{Confidentially Clause}
- This \typeofdoc ~contains confidential data of \emph{\confidentialitySource}. Any publication or duplication of this \typeofdoc ~-- even in part -- is prohibited, excluding cases with explicit permission by \emph{\confidentialitySource}. The \typeofdoc ~is to be made accessible to the staff of research group supervising it and the board of examiners.
+ \chapter*{Confidentially Clause -- Sperrvermerk}
+ Die vorliegende \typeofdoc ~enthält vertrauliche Informationen der \emph{\confidentialitySource}, die der Geheimhaltung unterliegen. Veröffentlichungen oder Vervielfältigungen der \typeofdoc ~-- auch nur auszugsweise -- sind ohne ausdrückliche Genehmigung der \emph{\confidentialitySource} nicht gestattet. Die \typeofdoc ~ist nur den Mitarbeitern des betreuenden Lehrstuhls sowie den Mitgliedern des Prüfungsausschusses zugänglich zu machen.
+
+ Dieser Sperrvermerk gilt für die nächsten 2 Jahre. Die sich aus diesem Sperrvermerk ergebenden Einschränkungen entfallen nach Ablauf dieses Zeitraums.
+
+
+ This \typeofdoc ~contains confidential data of \emph{\confidentialitySource}. Any publication or duplication of this \typeofdoc ~-- even in part -- is prohibited, excluding cases with explicit permission by \emph{\confidentialitySource}. The \typeofdoc ~is to be made accessible only to the staff of the research group supervising it and the board of examiners.
This confidentially clause is valid for the next 2 years. Any limitations resulting from this confidentially clause do not apply after this period.
\fi%