Is it possible? The combination of natbib and jmb.bst for example, generates a list where each of the references is numbered: [Number]. Many of the biomedical journals now require different numbering: (Number), or just: Number.
How to get there?
ciao,
Lefterov
BibTeX, biblatex and biber ⇒ Reference list just with numbers...
NEW: TikZ book now 40% off at Amazon.com for a short time.

Reference list just with numbers...
Hi,
to get the references' number between (round) parentheses, add this to the preamble:
delete the parentheses "(" and ")" in the above code if you don't want parantheses of any type.
to get the references' number between (round) parentheses, add this to the preamble:
Code: Select all
\makeatletter
\def\@biblabel#1{(#1)}
\makeatother
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Reference list just with numbers...
Thanks!
It works great.
have a nice weekend
It works great.
have a nice weekend