diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-10 15:22:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-10 15:22:57 +0000 |
commit | f85ee2f903abab0b02b1ef078498332ca6ccc876 (patch) | |
tree | 3dacdaedac7aa2f238d3ec644a908508f8504ae8 /Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls | |
parent | 8b48b3fac0af55043a2356d3dbfc3e024959b34a (diff) |
udesoftec (10jul13);
git-svn-id: svn://tug.org/texlive/trunk@31154 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 | 61 |
1 files changed, 31 insertions, 30 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls index 1c65cbf727d..5dde6519eca 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 -% 2013/06/25 +% 2013-07-09 v1.1 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -16,20 +16,23 @@ % The current Maintainer of this work is J. Peter M. Schuler % j.peter.m.schuler@uni-due.de % -% This work consists of the files ude-softec.cls and ude-softec.bst. +% This work consists of the files udesoftec.cls and udesoftec.bst. % % As this work is based on years of mostly undocumented improvement, % it includes parts, for which sources can't be identified anymore. Public postings % in the LaTeX community were used as an input and if source is known, it is % mentioned below. If anybody identifies parts of his/her own code, % feel free to contact the maintainer in order to get listed. -\NeedsTeXFormat{LaTeX2e} -\ProvidesClass{udesoftec}[2013/06/28 University of Duisburg-Essen, Research Group for Business Informatics and Software Engineering Thesis documentclass and bibstyle] -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% A specific template for papers written at the University of Duisburg-Essen, at the -% Research Group for Business Informatics and Software Engineering % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Special thanks to all contributors and for the help of the tex-live team, +% e.g. Axel K.; Norbert P.; Rainer S.; Reinhard K.; Robin F. +% +% 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 +\NeedsTeXFormat{LaTeX2e}% +\ProvidesClass{udesoftec}[2013/06/28 University of Duisburg-Essen, Research Group for Business Informatics and Software Engineering Thesis documentclass and bibstyle]% \LoadClass[% %titlepage=true, twoside=true, @@ -199,12 +202,9 @@ \definecolor{UDEbrightblue}{RGB/cmyk}{223,228,242/.15,.09,0,0} \colorlet{allchaptercolor}{black} - \definecolor{coverBox}{RGB}{255,255,255} - \definecolor{coverBoxTop}{RGB}{255,255,255} - \definecolor{coverBoxBottom}{RGB}{0,0,255} - \definecolor{coverBoxText}{RGB}{0,0,0} - \definecolor{coverText}{RGB}{0,0,0} +\colorlet{listingBackground}{white!50!UDEbeige} +\colorlet{documentTitle}{black} \colorlet{parExample}{UDEbrightblue} \colorlet{chapter}{allchaptercolor} % for all chapters, toc etc @@ -390,11 +390,7 @@ %\newcolumntype{Y}{>{\RaggedRight\arraybackslash}X} %%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%% -%%%% advdate -% calculates other dates based on \today -\usepackage{advdate} -%%%%%%%%%%%%%%%%%%%%%% + %%%% expdlist %%%%%%%% %% purpose: give description environment some optional parameters for better layout @@ -722,24 +718,22 @@ colorinlistoftodos \begin{center} \ThisCenterWallPaper{1}{\templateTitlePageBackground} \vspace*{50pt} - %\colorbox{coverBoxTop}{ \begin{minipage}[30em]{.7\linewidth} \begin{center} \Large\typeofdoc\normalsize \labelPreTopic - \color{coverBoxText}\Huge{\singlespacing\textbf{\@title}} - \color{coverBoxText}\huge{\singlespacing\textbf{\@subtitle}} + {\color{documentTitle}\Huge\singlespacing\textbf{\@title}\par} + {\color{documentTitle}\huge\singlespacing\textbf{\@subtitle}\par} \vspace*{20pt} - \color{coverBoxText}\large{\singlespacing\textbf{\entitle}} - + {\color{documentTitle}\large\singlespacing\textbf{\entitle}\par} + \vspace*{50pt} \large\institution \end{center} \end{minipage} - % } \vfill @@ -777,15 +771,14 @@ colorinlistoftodos \begin{center} \ThisCenterWallPaper{1}{\templateTitlePageBackground} \vspace*{0pt} - %\colorbox{coverBoxTop}{ \begin{minipage}[30em]{.7\linewidth} \begin{center} - \color{coverBoxText}\Huge{\singlespacing\textbf{\@title}} - \color{coverBoxText}\huge{\singlespacing\textbf{\@subtitle}} + {\color{documentTitle}\Huge\singlespacing\textbf{\@title}\par} + {\color{documentTitle}\huge\singlespacing\textbf{\@subtitle}\par} \vspace*{20pt} - \color{coverBoxText}\large{\singlespacing\textbf{\entitle}} + {\color{documentTitle}\large\singlespacing\textbf{\entitle}\par} \vspace*{50pt} \hrule @@ -799,7 +792,6 @@ colorinlistoftodos \vspace*{20pt} \end{center} \end{minipage} - % } \vfill @@ -1054,7 +1046,16 @@ colorinlistoftodos }% %%%%%%%%%%%%%%%% - +\usepackage{verbatim} +\usepackage{multicol} +\usepackage{listings} +\usepackage[listings]{scrhack} +\lstset{% +frame=single,% +basicstyle=\scriptsize,% +breaklines=true,% +backgroundcolor=\color{listingBackground}% +} \usepackage{varwidth} \newcommand{\parExample}[2][!]{% |