BibTeX, biblatex and biber ⇒ Reference list just with numbers...
Reference list just with numbers...
How to get there?
ciao,
Lefterov
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
Reference list just with numbers...
to get the references' number between (round) parentheses, add this to the preamble:
Code: Select all
\makeatletter
\def\@biblabel#1{(#1)}
\makeatother
Re: Reference list just with numbers...
It works great.
have a nice weekend