Il fatto è che la bozza devo inserirla TUTTA. Quindi devo rifare tutti i comandi per capitoli, sezioni e sottosezioni…e devono essere numerate come al solito cioè:
1 capitolo
1.1 sezione
1.1.1sottosezione.Faccio notare che devo usare un tipo di titoli semplice (deve simulare una scritta da macchina da scrivere…) ma il testo devo essere giustificato.
E comunque non mi compaiono le note a piè di pagina con footnote con questo ambiente che mi hai creato… 😥
`\newcounter{statchapter}
\newcounter{statsection}[statchapter]
\renewcommand{\thestatsection}{\thestatchapter.\arabic{statsection}}
\newcounter{statsubsection}[statsection]
\renewcommand{\thestatsubsection}{\thestatsection.\arabic{statsubsection}}
\newcommand{\statchapter}[1]{\refstepcounter{statchapter}%
\vskip 2\baselineskip plus \baselineskip
\centerline{\bfseries\thestatchapter\ #1}\nobreak
\vskip\baselineskip}
\newcommand{\statsection}[1]{\refstepcounter{statsection}%
\vskip \baselineskip plus .5\baselineskip
\hbox to\hsize{\bfseries\thestatsection\ #1}\nobreak\noindent\ignorespaces}`
Non l’ho provato, ma l’idea è questa.
Che cosa volevi dire delle note? Non capisco.
Ciao
Enrico