BibTeX, biblatex and biberbiblatex | Ordinal Numbers in Bibliography Page

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
freeman
Posts: 1
Joined: Fri Jun 10, 2011 9:46 pm

biblatex | Ordinal Numbers in Bibliography Page

Post by freeman »

Hello, I have a big trouble.

Can I add a ordinal number in bibliography page in BibLaTeX and style verbose-trad2 ? I try this

Code: Select all

\usepackage[%
  defernumbers=true,
  style=verbose-trad2,
  firstinits=true,
  natbib=true,
  sortcites=true,
  labelnumber=true,
  block=space,
  ibidtracker=constrict,
  strict=false,
  backref=true
]{biblatex}
but it's not working. :(
My version of BibLaTeX is 1.4

Example:

Bibliography page
[1] or (1) Author, Title ....
[2] or (2) Author, Title ....


PS: Sorry for my English

ps2: I need to used verbose-trad2 style (or similar)

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply