Re: Note di chiusura

#49038
samiel
Partecipante
    Up
    0
    Down
    ::


    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 for immediate help.

    l.24 \*
    addtoreset{endnote}{chapter}`
    Devo metterlo secondo un ordine differente?

    Grazie
    M.

    Go to top