Re: Problema stampa bibliografia

#54996
Up
0
Down
::

Che dice ancora il .blg? Che c’è scritto nel file .bbl? Esiste un comando \citation nel file .aux?

Ciao
Enrico

Il file .blg non dice nient’altro.

Nel file .bbl c’è scritto questo:
`% $ biblatex auxiliary file $
% $ biblatex version 1.1 $
% Do not modify the above lines!
%
% This is an auxiliary file used by the 'biblatex' package.
% This file may safely be deleted. It will be recreated as
% required.
%
\begingroup
\makeatletter
\@ifundefined{ver@biblatex.sty}
{\@latex@error
{Missing 'biblatex' package}
{The bibliography requires the 'biblatex' package.}
\aftergroup\endinput}
{}
\endgroup

\entry{eco:tesi}{book}{}
\name{author}{1}{%
{{Eco}{E.}%
{Umberto}{U.}%
{}{}%
{}{}}%
}
\list{publisher}{1}{%
{Bompiani}%
}
\strng{namehash}{EU1}
\strng{fullhash}{EU1}
\field{labelalpha}{Eco77}
\field{sortinit}{E}
\field{title}{Come si fa una tesi di laurea}
\list{location}{1}{%
{Milano}%
}
\field{year}{1977}
\endentry

\entry{mori:tesi}{article}{}
\name{author}{1}{%
{{Mori}{M.}%
{Lapo~Filippo}{L.~F.}%
{}{}%
{}{}}%
}
\strng{namehash}{MLF1}
\strng{fullhash}{MLF1}
\field{labelalpha}{Mor07}
\field{extraalpha}{1}
\field{sortinit}{M}
\field{number}{3}
\field{title}{Scrivere la tesi di laurea con \LaTeXe}
\field{journaltitle}{\Ars}
\field{year}{2007}
\endentry

\entry{mori:poesie}{manual}{}
\name{author}{1}{%
{{Mori}{M.}%
{Lapo~Filippo}{L.~F.}%
{}{}%
{}{}}%
}
\strng{namehash}{MLF1}
\strng{fullhash}{MLF1}
\field{labelalpha}{Mor07}
\field{extraalpha}{2}
\field{sortinit}{M}
\field{title}{Scrivere poesie con \LaTeX}
\verb{url}
\verb http://www.guit.sssup.it/
\endverb
\field{year}{2007}
\endentry

\entry{wiki:latex}{online}{}
\field{label}{wiki}
\field{labelalpha}{wiki10}
\field{sortinit}{W}
\field{title}{\LaTeX{} su Wikipedia}
\verb{url}
\verb http://it.wikipedia.org/wiki/LaTeX
\endverb
\field{year}{2010}
\endentry

\lossort
\endlossort

\endinput`

Nel file .aux, tra le migliaia di righe, il comando \citation compare due volte:
`\citation{biblatex-control}`
e
`\citation{*}`

Grazie della pazienza 🙂

Go to top