summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/arsclassica/Chapters
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-22 00:16:30 +0000
committerKarl Berry <karl@freefriends.org>2012-02-22 00:16:30 +0000
commit74cc739849e30f0b36faebb36046aef5e6202a0e (patch)
tree7113d37f8e99849fb2acc83309a4efa46f53d0de /Master/texmf-dist/doc/latex/arsclassica/Chapters
parent0465d6917ff5606a283cd5be6ef2c7ccf202681d (diff)
arsclassica (21feb12)
git-svn-id: svn://tug.org/texlive/trunk@25466 c570f23f-e606-0410-a88d-b1316a301751
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}