Re: Problema creazione .pdf con TeXnic Centre

#51188
Up
0
Down
::


`
\documentclass[a4paper,11pt]{report}

\usepackage[latin1]{inputenc}
\usepackage[spanish]{babel}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{wrapfig}
\usepackage{caption3}
\usepackage{layaureo}
\usepackage{setspace}
\onehalfspacing
\usepackage[square,numbers]{natbib}
\usepackage{indentfirst}

\begin{document}

%————————————————TITLEPAGE————————————–

\pagenumbering{roman}
\thispagestyle{empty}
\input{frontDEFENSA}

%————————————————-INDICI—————————————-

\thispagestyle{empty}
\clearpage{\pagestyle{empty}}

%\tableofcontents
%\listoffigures
%\listoftables

%\thispagestyle{empty}
%\clearpage{\pagestyle{empty}}

%————————————————-CAPITOLI————————————–

\clearpage{\pagestyle{empty}}
%\clearpage{\pagestyle{empty}\cleardoublepage}

\pagenumbering{arabic}

%\clearpage
%\input{sommarioES3}
%\clearpage{\pagestyle{empty}\cleardoublepage}
%\input{teoriaES3}
%\clearpage{\pagestyle{empty}\cleardoublepage}
%\input{risoluzioneES3}
%\clearpage{\pagestyle{empty}\cleardoublepage}
%\input{conclusioniES3}

%————————————————-BIBLIOGRAFIA———————————-

\clearpage{\pagestyle{empty}}
\addcontentsline{toc}{chapter}{\numberline{} Bibliografia}

\begin{thebibliography}{9}

\end{thebibliography}

\end{document}
`

Lasciate stare che ho i % davanti ai comandi che richiamano gli altri file…

Go to top