summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/arsclassica
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
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')
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/ArsClassica.pdfbin303618 -> 303717 bytes
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/CHANGES3
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex11
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex2
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex2
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/README16
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/arsclassica-settings.tex3
7 files changed, 21 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/arsclassica/ArsClassica.pdf b/Master/texmf-dist/doc/latex/arsclassica/ArsClassica.pdf
index 76cd7f6e4e6..8b930e77f95 100644
--- a/Master/texmf-dist/doc/latex/arsclassica/ArsClassica.pdf
+++ b/Master/texmf-dist/doc/latex/arsclassica/ArsClassica.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/arsclassica/CHANGES b/Master/texmf-dist/doc/latex/arsclassica/CHANGES
index e9b98a0dce0..71f1b1b4104 100644
--- a/Master/texmf-dist/doc/latex/arsclassica/CHANGES
+++ b/Master/texmf-dist/doc/latex/arsclassica/CHANGES
@@ -1,3 +1,6 @@
+Changes in version 4.0.3 (February 2012)
+o Fixed page numbers with "oneside" global option
+
Changes in version 4.0.2 (February 2012)
o Fixed some details in the documentation
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}
diff --git a/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex b/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex
index 1a74e8691c0..57ec43271cb 100644
--- a/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex
+++ b/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex
@@ -9,7 +9,7 @@
\let\cleardoublepage\relax
\chapter*{Abstract}
-This package changes some typographical features of the \classicthesis{} style, by AndrŽ Miede. It allows to reproduce the layout of the guide \emph{The art of writing with \LaTeX} (in Italian)~\citep{pantieri:art}. The hint for this original reworking of \classicthesis{} was given to me by Daniel Gottschlag. This package was written for the Italian \TeX{} and \LaTeX{} User Group (\url{http://www.guitex.org/}).
+This package changes some typographical features of the \classicthesis{} style, by AndrŽ Miede. It allows to reproduce the layout of the guide \emph{The Art of Writing with \LaTeX} (in Italian)~\citep{pantieri:art}. The hint for this original reworking of \classicthesis{} was given to me by Daniel Gottschlag. This package was written for the Italian \TeX{} and \LaTeX{} User Group (\url{http://www.guitex.org/}).
\vfill
diff --git a/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex b/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex
index 63cc95c0504..624b9a537c5 100644
--- a/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex
+++ b/Master/texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex
@@ -12,7 +12,7 @@
I wish first of all to thank the members of the Staff of the Italian \TeX{} and \LaTeX{} User Group, in particular Prof.~Enrico Gregorio, for their invaluable aid during the writing of this work, the detailed explanations, the patience and the precision in the suggestions, the supplied solutions, the competence and the kindness. Thanks also to all the people who have discussed with me on the forum of the Group, prodigal of precious observations and good advices.
-Finally, thanks to Andr\'e Miede, for his wonderful ClassicThesis style, and to Daniel Gottschlag, who has given to me the hint for this original reworking.
+Finally, thanks to Andr\'e Miede, for his wonderful ClassicThesis style, and to Daniel Gottschlag, who gave to me the hint for this original reworking.
\endgroup
diff --git a/Master/texmf-dist/doc/latex/arsclassica/README b/Master/texmf-dist/doc/latex/arsclassica/README
index a96de897d7a..40d45c4e1d7 100644
--- a/Master/texmf-dist/doc/latex/arsclassica/README
+++ b/Master/texmf-dist/doc/latex/arsclassica/README
@@ -1,5 +1,5 @@
**********************************************************
-* Package ArsClassica *
+* ArsClassica package *
**********************************************************
Copyright (C) 2008-2012 Lorenzo Pantieri
@@ -17,15 +17,15 @@ License
Abstract
- The package changes some typographical aspects of
+ The package changes some typographical features of
the ClassicThesis style, by AndrŽ Miede.
- It allows to reproduce the look of the guide
- "The art of writing with LaTeX" (in Italian;
+ It allows to reproduce the layout of the guide
+ "The Art of Writing with LaTeX" (in Italian;
http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf).
- The hint for the original modification of
- ClassicThesis was gave to me by Daniel Gottschlag.
- The package was written for the Italian TeX User
- Group (GuIT, http://www.guit.sssup.it/).
+ The hint for the original ewroking of
+ ClassicThesis was given to me by Daniel Gottschlag.
+ The package was written for the Italian TeX and LaTeX User
+ Group (GuIT, http://www.guitex.org/).
Your comments are highly appreciated.
diff --git a/Master/texmf-dist/doc/latex/arsclassica/arsclassica-settings.tex b/Master/texmf-dist/doc/latex/arsclassica/arsclassica-settings.tex
index b45ee43e756..26db694d971 100644
--- a/Master/texmf-dist/doc/latex/arsclassica/arsclassica-settings.tex
+++ b/Master/texmf-dist/doc/latex/arsclassica/arsclassica-settings.tex
@@ -93,7 +93,8 @@
@ifclassloaded,toc@headingbkORrp,backreftwosep,%
backrefalt,backreflastsep,areaset,pnumfont,%
arsincludegraphics,ExecuteOptions,PackageWarning,textcolor,%
- MessageBreak,ars@@includegraphics,ifcld@backref,rofoot,formatchapter},
+ MessageBreak,ars@@includegraphics,ifcld@backref,rofoot,formatchapter,%
+ if@twoside},
commentstyle=\color{Emerald}\ttfamily,%
frame=lines}