Re: Nuovo iscritto e subito primo quesito

#39210
Up
0
Down
::


posto il file principale del progetto, se può aiutare.

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

\usepackage{palatino}
\usepackage[italian] {babel}
\usepackage[T1] {fontenc}
\usepackage[latin1] {inputenc}
\usepackage{graphicx}
\usepackage{fancyhdr}

\textwidth = 15 cm
\textheight = 24 cm
\oddsidemargin = 0.5 cm
\headheight = 18 pt
\topmargin = -1 cm

\begin{document}
\title{\Huge{\textbf{IPI\\ \textit{Istruzioni Permanenti Interne}}}}
\author{\LARGE{UAAV Grottaglie}}\date{}

\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}

\begin{figure}[t!]
\centering
\includegraphics[width=7cm]{figure/Logo_Enav.pdf}
\end{figure}

\begin{figure}
\centering
\includegraphics[width=13cm]{figure/blocco-tecnico.jpg}
\end{figure}

\maketitle

\pagenumbering{Roman}

\pagestyle{fancy}

\lhead{ENAV S.p.A.}
\chead{\textit{Istruzioni Permanenti Interne}}
\rhead{UAAV \textbf{LIBG}}

\lfoot{SGQ-D-APT-S.2-05}
\cfoot{\thepage}
\rfoot{30-10-2009 – AMD 5}

\include{Prefazione}

\include{Registrazione_modifiche}

% inserire qui l'elenco pagine in vigore

\include{Introduzione}

\include{Definizioni_Abbreviazioni}

\tableofcontents

\newpage

\lfoot{PARTE {\thepart}\\SGQ-D-APT-S.2-05}{}

% ———
% PARTE GEN
% ———

\setcounter{page}{1}
\renewcommand{\thepage}{GEN}
\renewcommand{\thepart}{I}
\part{GENERALITA'}
\setcounter{chapter}{0}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 1-\arabic{page}}
\renewcommand{\thefigure}{GEN 1-\arabic{figure}}
\renewcommand{\thetable}{GEN 1-\arabic{table}}
\include{Gen1}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 2-\arabic{page}}
\renewcommand{\thefigure}{GEN 2-\arabic{figure}}
\renewcommand{\thetable}{GEN 2-\arabic{table}}
\include{Gen2}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 3-\arabic{page}}
\renewcommand{\thefigure}{GEN 3-\arabic{figure}}
\renewcommand{\thetable}{GEN 3-\arabic{table}}
\include{Gen3}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 4-\arabic{page}}
\renewcommand{\thefigure}{GEN 4-\arabic{figure}}
\renewcommand{\thetable}{GEN 4-\arabic{table}}
\include{Gen4}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 5-\arabic{page}}
\renewcommand{\thefigure}{GEN 5-\arabic{figure}}
\renewcommand{\thetable}{GEN 5-\arabic{table}}
\include{Gen5}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 6-\arabic{page}}
\renewcommand{\thefigure}{GEN 6-\arabic{figure}}
\renewcommand{\thetable}{GEN 6-\arabic{table}}
\include{Gen6}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 7-\arabic{page}}
\renewcommand{\thefigure}{GEN 7-\arabic{figure}}
\renewcommand{\thetable}{GEN 7-\arabic{table}}
\include{Gen7}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 8-\arabic{page}}
\renewcommand{\thefigure}{GEN 8-\arabic{figure}}
\renewcommand{\thetable}{GEN 8-\arabic{table}}
\include{Gen8}

\setcounter{page}{1}
\renewcommand{\thepage}{GEN 9-\arabic{page}}
\renewcommand{\thefigure}{GEN 9-\arabic{figure}}
\renewcommand{\thetable}{GEN 9-\arabic{table}}
\include{Gen9}

% ———
% PARTE PRO
% ———

\setcounter{page}{1}
\renewcommand{\thepage}{PRO}
\renewcommand{\thepart}{II}
\part{PROCEDURE}
\setcounter{chapter}{0}

\setcounter{page}{1}
\renewcommand{\thepage}{PRO 1-\arabic{page}}
\renewcommand{\thefigure}{PRO 1-\arabic{figure}}
\renewcommand{\thetable}{PRO 1-\arabic{table}}
\include{Pro1}

\setcounter{page}{1}
\renewcommand{\thepage}{PRO 2-\arabic{page}}
\renewcommand{\thefigure}{PRO 2-\arabic{figure}}
\renewcommand{\thetable}{PRO 2-\arabic{table}}
\include{Pro2}

\setcounter{page}{1}
\renewcommand{\thepage}{PRO 3-\arabic{page}}
\renewcommand{\thefigure}{PRO 3-\arabic{figure}}
\renewcommand{\thetable}{PRO 3-\arabic{table}}
\include{Pro3}

\setcounter{page}{1}
\renewcommand{\thepage}{PRO 4-\arabic{page}}
\renewcommand{\thefigure}{PRO 4-\arabic{figure}}
\renewcommand{\thetable}{PRO 4-\arabic{table}}
\include{Pro4}

\setcounter{page}{1}
\renewcommand{\thepage}{PRO 5-\arabic{page}}
\renewcommand{\thefigure}{PRO 5-\arabic{figure}}
\renewcommand{\thetable}{PRO 5-\arabic{table}}
\include{Pro5}

\setcounter{page}{1}
\renewcommand{\thepage}{PRO 6-\arabic{page}}
\renewcommand{\thefigure}{PRO 6-\arabic{figure}}
\renewcommand{\thetable}{PRO 6-\arabic{table}}
\include{Pro6}

% ———
% APPENDICE
% ———

\appendix
\setcounter{page}{1}
\renewcommand{\thepage}{A-\arabic{page}}
\renewcommand{\thefigure}{A-\arabic{figure}}
\renewcommand{\thetable}{A-\arabic{table}}
\include{Appendix_mil}

\end{document}
`

Go to top