In my .bib file, a put something in some
Code: Select all
shorteseries
In my .bbx file I make :
Code: Select all
\newbibmacro*{series+number}{%
\iffieldundef{shortseries}{
\printfield{series}}%
{\printfield{shortseries}%}
\setunit*{\addspace}%
\printfield{number}%
\newunit}
I read the manual, but i didn't find what I must do to add something in the list of shorthands.
Any idea ?
Thank a lot