5

I'm using the style verbose-trad2 in biblatex. I have some bibliographical incollection items which refer to a collection item via the field crossref. The collection item has a shorttitle item which unfortunately is not being used, as you can see in this MWE:

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[style=verbose-trad2]{biblatex}
\addbibresource{stack2.bib}
\begin{document}
  The first one\footcite{vasquez1998bajo}. \par

  And then\footcite{negredodelcerro1998}.
\end{document}

And the items:

@collection{MartinezRuiz1998,
 editor =       {Martínez Ruiz, Enrique},
 title =        {España y Suecia en la época del Barroco (1600-1660)},
 shorttitle =   {España y Suecia},
 year =         1998,
 location =     {Madrid},
 }

@InCollection{negredodelcerro1998,
 author =       {{Negredo del Cerro}, Fernando},
 title =        {Contradicciones en la Monarquía Católica},
 pages =        {667-685},
 crossref =     {MartinezRuiz1998}
 }

@InCollection{vasquez1998bajo,
 author =       {Vasquez Lopera, Julián},
 title =        {Bajo el signo de la diplomacia etc.},
 crossref =     {MartinezRuiz1998},
 pages =        {761-791}
 }

Is there a way to force biblatex to check whether a collection item has been already cited through an incollection item?

rogorido
  • 351

0 Answers0