- Questo topic ha 1 risposta, 2 partecipanti ed è stato aggiornato l'ultima volta 17 anni, 3 mesi fa da .
-
Topic
-
SEMPLICEMENTE VORREI CAMBIARE IL CARATTERE DA TIMES NEW ROMANCAMBRIAUSO UN MASTER:
\documentclass[a4paper,12pt,oneside]{book} % Use the “Thesis” style, based on the ECS Thesis style by Steve Gunn
\usepackage[pdftex]{graphicx}
\usepackage{picinpar}
\usepackage{array}\graphicspath{{./Figures}} % Location of the graphics files (set up for graphics to be in PDF format)
\begin{document}
\begin{center}%\title{\textbf{POLITECNICO di TORINO}\\
\newline \\
\textbf{Active System of Building:}\\\textsc{\textsl{Solar Panel System Efficiency\\(Application study-case)}}}
%\addresses{gabbiano85@gmail.com} \\ {\groupname{DISET}\\\deptname{Dipartimento dei Sistemi Edilizi e Teritoriali}\\\univname{POLITECNICO di TORINO}} % Do not change this here, instead these must be set in the “Thesis.cls” file, please look through it instead}
\date {\today}
\author {Damiano Zurlo}\\
\maketitle
\end{center}\pagenumbering{roman}
\newpage
\input{./Chapters/Abstract} % Abstract
\newpage
\input{./Chapters/Introduction} % Introduction\newpage
\tableofcontents % Write out the Table of Contents%% —————————————————————-
\newpage
\section*{List of Figures}
\listoffigures % Write out the List of Figures
\newpage
%% —————————————————————-
\newpage
\section*{List of Tables}
\listoftables % Write out the List of Tables
\newpage\eurosym
\lettrine\newpage
\pagenumbering{arabic}\input{./Chapters/C1} % CAPITOLO 1
\input{./Chapters/C2} % CAPITOLO 2
\input{./Chapters/C3} % CAPITOLO 3
\input{./Chapters/C4} % CAPITOLO 4
\input{./Chapters/C5} % CAPITOLO 5
\input{./Chapters/CC} % CAPITOLO CONCLUSIONI
\input{./Chapters/Allegati} % Allegati% Include any extra LaTeX packages required
% The Acknowledgements page, for thanking everyone
%% —————————————————————-
% Now begin the Appendices, including them as separate files
\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
\appendix % Cue to tell LaTeX that the following ‘chapters’ are Appendices
\input{./Appendices/AppendixA} % Appendix Title
%\input{./Appendices/AppendixB} % Appendix Title
%\input{./Appendices/AppendixC} % Appendix Title
\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
\backmatter
%% —————————————————————-
\label{Bibliography}
\lhead{\emph{Bibliography}} % Change the left side page header to “Bibliography”
\bibliographystyle{unsrtnat} % Use the “unsrtnat” BibTeX style for formatting the Bibliography
\bibliography{Bibliography} % The references (bibliography) information are stored in the file named “Bibliography.bib”\end{document} % The End
%% —————————————————————-IN ATTESA RINGRAZIO VIVAMENTE
- Devi essere connesso per rispondere a questo topic.