I'm preparing a paper using bibtex for the citations. The initial commands for my bib file are:
\Sort{
Mode{on}
Collation{mixed}
SortTypeOrder{pattern,key,name}
NameOrder{ascending}
Key{{author,editor},\year{year,note}}
KeyOrder{descending,nulls first}
Pattern{author+editor: "doron"}
PatternOrder{first}
}
The structure of each reference is (eg):
@ARTICLE{bertelli08,
author = {G. Bertelli and L. Girardi and P. Marigo and E. Nasi},
year = 2008,
title = {Scaled Solar Tracks and Isochrones in a Large Region of the Z-Y
Plane},
journal = {\aap},
volume = 484,
pages = {815-830}
However I don’t want that the title appear on the compiled version. How to do it?
print.titlefunction to output nothing at all. – Mico May 10 '12 at 10:27