1 Settembre 2010 alle 10:57
#49038
::
Per la 2 ho trovato una semplice soluzione generale:
\renewcommand{\notesname}{Note}
Ma, insisto, se volessi creare un titolo diverso?
Per la 1, il codice
`\makeatletter
\*addtoreset{endnote}{chapter}
\makeatother`
aggiunto nel preambolo in questo modo
`\usepackage{endnotes}
\renewcommand{\notesname}{Note}
\makeatletter
\*addtoreset{endnote}{chapter}
\makeatother`
mi blocca la compilazione:
`(/usr/share/texmf-texlive/tex/latex/ltxmisc/endnotes.sty)
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H
…
l.24 \*
addtoreset{endnote}{chapter}`
Devo metterlo secondo un ordine differente?
Grazie
M.