%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% THIS DOCUMENT IS OUT OF DATE, NEWEST FEATURES DOCUMENTED ONLY IN THE ITALIAN VERSION OF THIS DOCUMENT %%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper,oneside,centered,noparindent,noparskip]{bookest} \usepackage[utf8x]{inputenc} %\usepackage[italian]{babel} \usepackage{palatino} \usepackage{guit} \hyphenation{Su-pe-rio-re} \hypersetup{ pdftitle={The bookest class}, pdfsubject={An extension for the book class}, pdfauthor={Riccardo Bresciani}, pdfkeywords={TeX, LaTeX, pdfLaTeX, book, bookest}, pdfstartview=FitV, %colorlinks } \setoddheadtext{{\colorA The \texttt{bookest} class --- Version 1.0.4\hfill Riccardo Bresciani}} \setoddfoot{\hfill{\colorA\thepage}\hfill} \makeatletter \renewcommand \thesection{\@arabic\c@section.} \renewcommand\thesubsection{\thesection\@arabic\c@subsection} \makeatother \newcommand{\tA}[1]{\texttt{\colorA #1}} \shipouttext{60}{15}{\fbox{\itshape \ttfamily out of date}} \begin{document} \chapter*{The \texttt{bookest} class\\{\Large Version 1.0.4 --- May 22, 2007}\\{\Large Riccardo Bresciani}} \textit{\sffamily \begin{abstract}{\today: WARNING} This document is out of date, the newest features are documented only in the Italian version of this document. \end{abstract} \vspace{7ex}} The \texttt{bookest} class in an extension of the standard \texttt{book} class, on which it relies and that is loaded with the default options. \ppar The extensions provided by the class involve: \begin{enumerate} \item colors; \item document layout; \item headings and footers; \item title page layout; \item \dots \end{enumerate} The \texttt{bookest} web page is \url{http://tex.boris-web.net/bookest}. \section{Colors} \texttt{bookest} requires the \texttt{color} and the \texttt{pdfcolmk}\footnote{This package, reported by Massimiliano Dominici (\GuIT), allows to bypass some of the limitations that pdf\TeX\ has up to version 1.30, mainly the unsupported \emph{colorstack}. Currently the package is loaded by default, but as soon as the main ditributions (MiK\TeX, te\TeX, \dots) will have pdf\TeX\ versione 1.40 this package will be removed from the class.} packages to provide color support to the document. \ppar Specifically, colors \texttt{A} and \texttt{B} are defined: they will be used in the definition of the sectioning commands and in coloring of some text elements --- e.g. the \texttt{footnote} rules or the list labels in \texttt{itemize}, \texttt{enumerate} e \texttt{description}. \ppar The default document is black and white, the user can anyway define the colors according to his taste by using the commands listed in \ref{coloricomandi}. \ppar \texttt{bookest} provides some preset color combinations that can be activated with the corresponding class options listed in \ref{coloriopzioni}. For these options to be used the \texttt{hyperref} package is required, as link and anchor colors (color \texttt{A}) and citation color (color \texttt{B}) are set. \subsection{Commands}\label{coloricomandi} \begin{description} \item[\texttt{\textbackslash colorA}, \texttt{\textbackslash colorB}, \texttt{\textbackslash black}] declare the colors used by the class (\texttt{A} and \texttt{B} empty by default and user-definable, plus black); \item[\texttt{\textbackslash setcolorA\{\textit{ }\}}, \texttt{\textbackslash setcolorB\{\textit{ }\}}] specify color \texttt{A} and \texttt{B} in RGB format; \item[\texttt{\textbackslash SETcolorA\{\textit{}\}}, \texttt{\textbackslash SETcolorB\{\textit{}\}}] redefine the commands \texttt{\textbackslash colorA} and \texttt{\textbackslash colorB} in \texttt{\textit{}}; \end{description} \subsection{Options}\label{coloriopzioni} \begin{description} \item[\texttt{noitemcolor}] cancels the list coloration in \texttt{itemize}, \texttt{enumerate} and \texttt{description}; \end{description} \ppar \begin{description} \item[\texttt{blue}, \texttt{green}, \texttt{red}] are generic color themes; \item[\texttt{guitgreen}] is a color theme using the colors of the Gruppo Utilizzatori Italiani di \TeX\ (\GuIT). \item[\texttt{sssupcolor1}, \texttt{sssupcolor2}, \texttt{sssupcolor3}] are color themes using the colors of the Scuola Superiore Sant'Anna logo; \item[\texttt{enscblue}] is a color theme using the colors of the École Normale Supérieure de Cachan logo. \end{description} \section{Document layout} \texttt{bookest} provides options to control: \begin{itemize} \item doubleside (inherets that ones of \texttt{book}); \item margins; \item line spacing; \item paragraph indentation and spacing. \end{itemize} Moreover, \texttt{bookest} provides two commands to insert an image or a text as shipout picture. \subsection{Options} \begin{description} \item[\texttt{oneside}, \texttt{twoside}] toggles duplex options (default: \texttt{twoside}); \end{description} \ppar \begin{description} \item[\texttt{centered}] sets page margins (2.5 cm horizontal, 3 cm above and below) --- requires the \texttt{geometry} package; \item[\texttt{left5mm}] sets page margins allowing 5 mm for binding (3 cm left, 2 cm right and 3 cm above and below) requires the \texttt{geometry} package; \item[\texttt{left8mm}] sets page margins allowing 8 mm for binding (3.3 cm left, 1.7 cm right and 3 cm above and below) --- requires the \texttt{geometry} package; \end{description} \ppar \begin{description} \item[\texttt{onehalfspacing}] line spacing to 1.5 --- requires the \texttt{setspace} package; \item[\texttt{doublespacing}] line spacing to 2 --- requires the \texttt{setspace} package; \end{description} \ppar \begin{description} \item[\texttt{noparindent}] sets paragraph indentation to 0; \item[\texttt{noparskip}] sets paragraph spacing to 0. \end{description} \subsection{Commands} \begin{description} \item [\texttt{\textbackslash shipouttext\{\textit{}\}\{\textit{}\}\{\textit{}\}}] puts in every page the text \texttt{\textit{}} as shipout picture, rotating it counterclockwise by \texttt{\textit{}} degrees and applying a scale factor \texttt{\textit{}}. The default color is gray 5\% --- requires the \texttt{setspace} package --- requires the \texttt{everyshi} and \texttt{color} packages; \item [\texttt{\textbackslash shipoutimage\{\textit{}\}\{\textit{}\}}] puts in everypage the image \texttt{\textit{}} as shipout picture, using \texttt{\textit{}} as \texttt{\textbackslash includegraphics} options --- requires the \texttt{everyshi} and \texttt{graphicx} packages. \end{description} \section{Headings and footers} \texttt{bookest} provides commands to allow the user to set easily headings and footers. Moreover it provides a default setting that is different from \texttt{book}\footnote{To use the default \texttt{book} styles one has to simply use the command \texttt{\textbackslash pagestyle\{\textit{