summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex')
-rw-r--r--Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex32
1 files changed, 2 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex b/Master/texmf-dist/doc/latex/arsclassica/Chapters/Code.tex
index 47c9428182c..e09f294de5a 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}[2011/06/29 v3.0 Customizing ClassicThesis (LP)]
+\ProvidesPackage{arsclassica}[2012/02/05 v4.0 Customizing ClassicThesis (LP)]
\RequirePackage{classicthesis}
\end{lstlisting}
@@ -170,36 +170,8 @@ Settings of captions.
\end{lstlisting}
-``Double square'' text body (like in version~2.3 of ClassicThesis), for documents written in A4 format using Palatino font.
-\begin{lstlisting}
-\ifthenelse{\boolean{@a5paper}}%
-{\relax}%
-{% A4
- \ifthenelse{\boolean{@minionpro}}%
- {\relax}%
- {% Palatino or other
- \PackageInfo{classicthesis}{A4 paper, Palatino or other}
- \areaset[5mm]{312pt}{699pt}
- % 624 + 33 head + 42 head \the\footskip
- \setlength{\marginparwidth}{7em}%
- \setlength{\marginparsep}{2em}%
- }%
-}
-\end{lstlisting}
-
-The {\ttfamily\textbackslash\color{RoyalBlue}{arsincludegraphics}} command is defined, which allows to include graphics with ``Alice Blue'' coloured background. In the previous versions of \arsclassica{} package, {\ttfamily\textbackslash\color{RoyalBlue}{arsincludegraphics}} command was named {\ttfamily\textbackslash\color{RoyalBlue}{myincludegraphics}}: the old name is still mantained (for now), but deprecated.
-\begin{lstlisting}
-\definecolor{aliceblue}{RGB}{240,248,255}
-
-\let\ars@@includegraphics\includegraphics
-\newcommand{\arsincludegraphics}[2][]{%
- \begingroup\setlength{\fboxsep}{0pt}%
- \colorbox{aliceblue}{\ars@@includegraphics[#1]{#2}}%
- \endgroup}
-\end{lstlisting}
-
Settings of \pkgname{hyperref}.
\begin{lstlisting}
@@ -217,7 +189,7 @@ Settings of \pkgname{hyperref}.
pdfsubject={},%
pdfkeywords={},%
pdfcreator={pdfLaTeX},%
- pdfproducer={LaTeX con hyperref e ClassicThesis}%
+ pdfproducer={LaTeX with hyperref and ClassicThesis}%
}
\end{lstlisting}