Re: Problemi con la classe BOOK

#78575
Up
0
Down
::


Ecco il files tex che utilizzo per la compilazione. Utilizzo il carattere standard di latex, ma anche l’editore ha notato il cambio di font nei titoli.
`\documentclass[11pt,a4paper,twoside,openright]{book}

\usepackage[english,italian]{babel}
\usepackage[applemac]{inputenc}

\usepackage[T1]{fontenc}
\usepackage{eurosym}

\usepackage[a4paper, width = 13cm, height = 20cm]{geometry}
\usepackage{tikz}
\usepackage{amsmath}

\usepackage{graphicx}
\usepackage{epigraph}
\setlength{\epigraphwidth}{0.5\textwidth}

\usepackage{booktabs}
\usepackage{array}
\usepackage{paralist}
\usepackage{verbatim}
\usepackage{subfig}
\usepackage{float}
\usepackage[autolanguage]{numprint}

\usepackage{longtable}

\captionsetup{font=small}
\newcommand{\prv}{%
\fontsize{9}{11}\selectfont}

\usepackage{fancyhdr}
\pagestyle{fancy}

\fancyhead{}
\fancyfoot{}

\newcommand{\anticipo}{%
\fancyhead[RO]{}
\fancyhead[LE]{}
\fancyfoot[RO,LE]{\thepage}
\fancyfoot[LO,RE]{laalala}
\renewcommand{\headrulewidth}{0.3pt}
\renewcommand{\footrulewidth}{0.3pt}}

\newcommand{\principale}{%
\fancyhead[RO]{\scriptsize {\rightmark}}
\fancyhead[LE]{\scriptsize {\leftmark}}
\fancyfoot[CE,CO]{}
\fancyfoot[RO,LE]{\thepage}
\fancyfoot[LO,RE]{\footnotesize Fondamenti}
\renewcommand{\headrulewidth}{0.3pt}
\renewcommand{\footrulewidth}{0.3pt}}

\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page \else
\hbox{}
\vspace*{\fill}
\begin{center}
\end{center}
\vspace{\fill}
\thispagestyle{empty}
\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother

\usepackage{sectsty}
\allsectionsfont{\sffamily\mdseries\upshape}

\usepackage[nottoc,notlof,notlot]{tocbibind}
\usepackage[titles,subfigure]{tocloft}
\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape}
\linespread{1}

\title{Fondamenti}
\author{lalaal}
\date{}
\begin{document}

\anticipo
\frontmatter
\maketitle
\tableofcontents
%\listoftables
%\listoffigures

%\input{sommario}
%\input{capitoli/abstract}
%\input{capitoli/introduzione}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\principale
\mainmatter

\input{capitoli/capitolo1}
\input{capitoli/capitolo2}
\input{capitoli/capitolo3}
\input{capitoli/capitolo4}
\input{capitoli/capitolo5}
\input{capitoli/capitolo6}
\input{capitoli/capitolo7}
\input{capitoli/capitolo8}
\input{capitoli/capitolo9}
\input{capitoli/capitolo10}
\input{capitoli/capitolo11}
\input{capitoli/capitolo12}
\input{capitoli/ES1R}

%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix

\input{capitoli/appendiceD}

%%%%%%%%%%%%%%%%
%\input{capitoli/conclusioni}

\backmatter
\begin{thebibliography}{99}
\bibitem{benvenuto} La scienza delle costruzioni e il suo sviluppo storico, Edoardo Benvenuto, Edizioni di Storia e Letteratura , Sansoni 1981
\bibitem{timoshenko} Theory of Elasticity, Timoshenko S.P., Goodier J.N., McGraw Hill 1970
\end{thebibliography}

\end{document}`

Go to top