BibTeX, biblatex and biberBibLatex : How use the field "shortseries"

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
maieul
Posts: 8
Joined: Sun Jan 16, 2011 12:23 am

BibLatex : How use the field "shortseries"

Post by maieul »

Hello,

In my .bib file, a put something in some

Code: Select all

shorteseries
field. I would like this will be printed, if exists, else I will print series field.

In my .bbx file I make :

Code: Select all

\newbibmacro*{series+number}{%
  \iffieldundef{shortseries}{
  	\printfield{series}}%
  {\printfield{shortseries}%}
  \setunit*{\addspace}%
  \printfield{number}%
  \newunit}
It's make what I wanted... except that dont' put automatiquely in the listing of shorthands.

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
Please forgive me for English : I'm french.
http://geekographie.maieul.net

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply