Re: Citazioni, non compila gli aggiornamenti

#78479
Up
0
Down
::


Ciao Cristina,

l’errore che riporti non riguarda la bibliografia. Infatti dice:

LaTeX Error: Command \formatchapter already defined.

Il che indica che vi è un ridondanza nella definizione del comando [tt]\formatchapter.[/tt] Prova a commentare queste righe del tuo preambolo:
`\newcommand\formatchapter[1]{%
\vbox to \ht\strutbox{
\setbox0=\hbox{\chapterNumber\thechapter\hspace{10pt}\vline\ }
\advance\hsize-\wd0 \advance\hsize-10pt\raggedright
\spacedallcaps{#1}\vss}}
\titleformat{\chapter}[block]
{\normalfont\Large\sffamily}
{\textcolor{halfgray}{\chapterNumber\thechapter}
\hspace{10pt}\vline\ }{10pt}
{\formatchapter} `
e a ricompilare. Ottieni ancora l’errore?

Ciao,
Marco.

Go to top