Re: Layout Tesi e classe book

#19175
Up
0
Down
::

Proprio chiaramente direi di no. Preso dallo scrupolo ho inviato in stampa due pagine e ti posso assicurare che sono perfettamente a posto. Hai dato l’opzione a4paper alla classe book, vero?

Yes…
`\documentclass[12pt,a4paper,twoside]{book}`

Invio anche il mio file tesi.tex (forse è qui dentro il problema):
`\documentclass[12pt,a4paper,twoside]{book}

\usepackage{graphicx, xcolor}
\graphicspath{{pictures/eps/}}
\usepackage[headheight=15pt,textheight=\textheight,textwidth=\textwidth,bindingoffset=1cm,vcentering]{geometry}
\usepackage{tabularx}
\usepackage{subfigure}
\usepackage{afterpage}
\usepackage{amsmath,amssymb}
\usepackage{rotating}
\usepackage{fancyhdr}
\usepackage[font={small,it}, labelfont=bf, justification=raggedright]{caption}[2004/07/16]
\usepackage{lettrine}
\usepackage{verbatim}
\usepackage{listings}
\renewcommand{\LettrineFontHook}{\fontfamily{ppl}%
\ignorespaces\fontseries{b}}\fontshape{sc}
\renewcommand{\LettrineTextFont}{\scshape}

\linespread{1.1}
\raggedbottom

\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{multibib}
\newcites{web}{Siti \textsc{web} consultati}
%\renewcommand{\captionfont}{\normalfont \sffamily \itshape \small}
\allowdisplaybreaks[1]

\pagestyle{empty}

\begin{document}
\include{frontespizio}
\thispagestyle{empty} \normalfont \cleardoublepage
%\include{dedica}
%\thispagestyle{empty} \cleardoublepage
%\include{citazione}
%\thispagestyle{empty} \cleardoublepage
\pagenumbering{Roman}
\include{sommario}
\thispagestyle{empty} \vspace*{.75truecm} \cleardoublepage
%\include{ringraziamenti}
%\thispagestyle{empty} \vspace*{.75truecm} \normalfont \cleardoublepage
\pagestyle{plain}

\tableofcontents
\pagestyle{empty}\cleardoublepage
\pagenumbering{arabic}

\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}

%\include{introduzione}
\include{capitolo1}
\include{capitolo2}
\include{capitolo3}
\include{capitolo4}
\include{capitolo5}
\include{capitolo6}
\include{capitolo7}

\clearpage
% —- Bibliography —-
\addcontentsline{toc}{chapter}{Bibliografia}
\bibliographystyle{plain}
\bibliography{bibl_tesi}
\nocite{*}
% —- Altre fonti —-
\nociteweb{*}
\addcontentsline{toc}{chapter}{Siti web consultati}
\bibliographystyleweb{plain}
\bibliographyweb{web}

\appendix

\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}

\include{appendiceA}
%\include{appendiceB}
%\include{appendiceC}
%\include{appendiceD}
%\include{appendiceE}
%\include{appendiceF}
\end{document}`
Comunque, come ultimo tentativo proverò ad aggiornare la mia distribuzione latex, che però è comunque molto recente.
Il fatto è che col 56K ci metto una vita per aggiornare.

Grazie ancora per la disponibilità, Enrico.
Ciao
Pietro

Go to top