diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex b/Master/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex index 288d8f1c8b7..a3f684c5ca0 100644 --- a/Master/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex +++ b/Master/texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex @@ -1,5 +1,5 @@ %************************************************ -\myChapter{Fundamentals} +\chapter{Fundamentals} \label{chp:fundamentals} \minitoc\mtcskip %************************************************ @@ -20,7 +20,7 @@ The package is shaped for being executed on a \emph{complete} installation of \m The installation of \arsclassica{} is very simple. You can download the \texttt{arsclassica.zip} file from \href{http://www.ctan.org/tex-archive/macros/latex/contrib/arsclassica/}{\texttt{CTAN}} (\url{http://www.ctan.org/tex-archive/macros/latex/contrib/arsclassica/}); then you will decompress it and install \texttt{arsclassica.sty} in the usual way. -The\graffito{ArsClassica requires the~2.5 version of ClassicThesis} package works with the \clsname{KOMA-Script} classes (\clsname{scrreprt}, \clsname{scrbook} and \clsname{scrartcl}) and requires the \pkgname{classicthesis} and \pkgname{classicthesis-ldpkg} packages, \emph{updated to last version available (the~2.5)}; it must be loaded \emph{after} these last ones. It can be loaded simply by +The\graffito{ArsClassica requires the~2.7 version of ClassicThesis} package works with the \clsname{KOMA-Script} classes (\clsname{scrreprt}, \clsname{scrbook} and \clsname{scrartcl}) and requires the \pkgname{classicthesis} and \pkgname{classicthesis-ldpkg} packages, \emph{updated to the last version available (the~2.7)}; it must be loaded \emph{after} these last ones. It can be loaded simply by \begin{code} \documentclass[£*\meta{\dots\unkern}*£]{scrreprt} % or scrbook or scrartcl @@ -36,12 +36,12 @@ The\graffito{ArsClassica requires the~2.5 version of ClassicThesis} package work For example, the present document has been obtained with the following code: \begin{code} \documentclass[10pt,a4paper,twoside,openright,titlepage,fleqn,% - cleardoubleempty,abstracton,pointlessnumbers,% - headinclude,footinclude,BCOR5mm,% + headinclude,,footinclude,BCOR5mm,% + numbers=noenddot,cleardoublepage=empty,% tablecaptionabove]{scrreprt} \usepackage{£*\meta{\dots\unkern}*£} -\usepackage{classicthesis-ldpkg} +\usepackage[backref]{classicthesis-ldpkg} \usepackage[eulerchapternumbers,subfig,beramono,% eulermath,pdfspacing]{classicthesis} \usepackage{arsclassica} @@ -62,7 +62,7 @@ The\graffito{References of backref in Italian} \arsclassica{} package has five o \begin{code} \usepackage[£*\meta{language}*£]{arsclassica} \end{code} -which allow to have the final bibliographical references (generated from the package \pkgname{backref}, loaded automatically from \pkgname{classicthesis-ldpkg}) and the labels of the minitocs (if the package \pkgname{minitoc} is loaded) respectively in English, French, German, Spanish, and Italian. +which allow to have the final bibliographical references (generated by the package \pkgname{backref}, loaded automatically from \pkgname{classicthesis-ldpkg}) and the labels of the minitocs (if the package \pkgname{minitoc} is loaded) respectively in English, French, German, Spanish, and Italian. @@ -104,7 +104,7 @@ You might want to say \end{code} in order that each of your included graphics has this blue background. -In the previous versions of \arsclassica, \cmdname{arsincludegraphics} command was named \cmdname{myincludegraphics}: the old name is still manteined (for now), but deprecated. +In the previous versions of \arsclassica, \cmdname{arsincludegraphics} command was named \cmdname{myincludegraphics}: the old name is still mantained (for now), but deprecated. \begin{figure}[tb] \centering |