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

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