diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex b/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex index b2ebc011da0..bf6280ac2df 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex +++ b/Master/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex @@ -50,8 +50,8 @@ \newcommand{\myDepartment}{Put data here\xspace} \newcommand{\myUni}{Put data here\xspace} \newcommand{\myLocation}{Darmstadt\xspace} -\newcommand{\myTime}{December 2011\xspace} -\newcommand{\myVersion}{version 4.0\xspace} +\newcommand{\myTime}{August 2012\xspace} +\newcommand{\myVersion}{version 4.1\xspace} % ******************************************************************** % Setup, finetuning, and useful commands @@ -90,7 +90,9 @@ % General useful packages % ******************************************************************** \PassOptionsToPackage{T1}{fontenc} % T2A for cyrillics - \usepackage{fontenc} + \usepackage{fontenc} +\usepackage{textcomp} % fix warning with missing font shapes +\usepackage{scrhack} % fix warnings when using KOMA with listings package \usepackage{xspace} % to get the spacing after macros right \usepackage{mparhack} % get marginpar right \usepackage{fixltx2e} % fixes some LaTeX stuff |