summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/arsclassica/Chapters
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/arsclassica/Chapters')
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex b/Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex
index 5c73d2e911d..a2f79c7ef75 100644
--- a/Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex
+++ b/Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex
@@ -13,7 +13,7 @@
Announcement of the package and requirement for the necessary packages.
\begin{lstlisting}[firstnumber=1]
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{arsclassica}[2012/02/05 v4.0 Customizing ClassicThesis (LP)]
+\ProvidesPackage{arsclassica}[2012/02/21 v4.0 Customizing ClassicThesis (LP)]
\RequirePackage{classicthesis}
\RequirePackage{caption}
\end{lstlisting}
@@ -87,9 +87,9 @@ Semi-transparent headlines and page numbers in Iwona.
Use of Iwona\index{Iwona} for the titles of sectioning units (chapters, sections, subsections, sub-subsections, paragraphs, subparagraphs) and for the labels of description lists.
\begin{lstlisting}
\RequirePackage{titlesec}
- % parts
- \ifthenelse{\boolean{@parts}}%
- {%
+ % parts
+ \ifthenelse{\boolean{@parts}}%
+ {%
\titleformat{\part}[display]
{\normalfont\centering\large}%
{\thispagestyle{empty}\partname~\thepart}{1em}%
@@ -152,7 +152,8 @@ Use of Iwona\index{Iwona} for the titles of sectioning units (chapters, sections
\hspace{10pt}\vline\ }{10pt}
{\formatchapter}
- \rofoot[\mbox{\makebox[0pt][l]{\kern1em\thepage}}]{}
+ \if@twoside%
+ \rofoot[\mbox{\makebox[0pt][l]{\kern1em\thepage}}]{}\fi
\end{lstlisting}