Closed djsutherland closed 12 years ago
HI,
thanks for your feedback. I found the error and it can be fixed by:
\renewbibmacro*{issue+date-parens}{%
\iffieldundef{issue}%
{\usebibmacro{date}}%
{\printfield{issue}%
\setunit*{\addcomma\space}%
\usebibmacro{date}}%
\newunit}
Of course I will upload the new version.
regards Marco
For example, here's a bibtex entry:
Note it doesn't have a
year
(purely by accident, but this should be supported).The output looks like:
using the
trad-unsrt
style.Adding the year put
2011.
on the end there, as desired, but if there isn't a year that last comma should be a period instead.