Re: Inserire appendici

#13819
Up
0
Down
::


Io invece ho un altro problema: mi aggiunge correttamente “appendice B” (anche nell’indice) ma nell’header mi indica sempre “appendice A nome”.

questo e’ il mio preambolo:
`\usepackage{amsmath}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage [format=hang,labelfont=bf]{caption}
\usepackage[bottom,marginal]{footmisc}
\footnotemargin=0.5em
\interfootnotelinepenalty =10000
\usepackage{tocloft}
\newcommand{\addappendixname}{%
\renewcommand{\cftchappresnum}{\appendixname\space}%
\settowidth{\cftchapnumwidth}{\bfseries \appendixname\space A\hspace{1em}}}
`

e questa la sequenza di comandi:

`\appendix
\addtocontents{toc}{\protect\addappendixname}
\chapter{nome}
……testo……..
\chapter{nome}
……testo……..`

E’ forse colpa dell’ordine nel preambolo?

Go to top