21 Jan
2009
21 Jan
'09
2:55 p.m.
Jan-Erik Hägglöf wrote:
Example: These statements has been declared by [authorlastname,(year)]
Please give a code sample how to make this work!
Why are you using the "aps" style if you don't want aps-style output? That does not make sense. It seems that "apa" is much closer to what you want?
Best wishes, Taco
In apa-style there is "author (year)" appearance, and I just want "[authorlastname,(year)]" result with those hooks.
The bib module has no support for just "authorlastname" (as opposed to "author"), if you want that then you have to edit the bbl file. For the rest of the citation formatting: it is easiest to define your own macro: \def\mycite[#1]{[{\cite[author][#1]},({\cite[year][#1]})]} Best wishes, Taco