Am Donnerstag 03 Oktober 2013, 23:37:37 schrieb Patrick Dupre:
> I have a bib file correct where I the field TITLE are filled.
> However, I would like to control this field. For example, with some
> documents I do not want to have the TITLES in the reference list.
> I did not find a way to use:
> AtEveryBibitem{\clearfield{title}}
>
> Is there another option?
(I assume you use biblatex):
\DeclareFieldFormat*{title}{}
in preamble after biblatex has been loaded.
Jürgen
