scusate se apro l’ennesimo post su multibib, ma proprio non capisco perchè non funzioni.
\usepackage{multibib} %bibliografia suddivisa
\newcites{commenti}{commenti}\usepackage{natbib} %citep: (tizio 1900); citet tizio (1900)
\begin{document}
…
\cleardoublepage
\addcontentsline{toc}{chapter}{Bibliografia}
\renewcommand{\bibname}{\small{Testi di autori antichi}}
\addcontentsline{toc}{subsection*}{\bibname}
\nocite{*}
\bibliographystyle{natbib_ita}
\bibliography{Antichi}\clearpage
\renewcommand{\bibname}{\small{Commenti moderni}}
\addcontentsline{toc}{subsection*}{\bibname}
\nocitecommenti{*}
\bibliographystylecommenti{natbib_ita}
\bibliographycommenti{commenti}{commenti}i fle sono tutti a dipsosizione nella stessa cartella.
compilo dando
latex th.tex
bibtex th
bibtex commenti
latex th.texe qui mi spunta l’errore:
[3] [4] [5] [6]) [7] (./due.tex
Chapitre 2.
[8] [9]) [10] (./th.bbl) [11] (./commenti.bbl)
! Incomplete \iffalse; all text was ignored after line 3.
\fi
l.123 \bibliographycommenti{commenti}ho fatto diverse prove seguendo vari post del forum, ma non riesco a vedere l’errore?
potreste aiutarmi??
correggi`\bibliographycommenti{commenti}{commenti}`in`\bibliographycommenti{commenti}`.
[/code]