BibTeX, biblatex and biberReferencing the number of a reference in the paper

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
gammapoint
Posts: 11
Joined: Fri Jul 24, 2009 11:07 pm

Referencing the number of a reference in the paper

Post by gammapoint »

This is a really basic question, and I'm embarrassed to say that I've been using LaTeX for 3 years without knowing it :oops: But better late than never.

Let's say I have a section in my paper like:

"The experimental data of Ref. 11 shows...."

How do I do this properly in LateX?

If I do something like
"The experimental data of Ref.\cite{ref_11}" then it could show up like

"Ref.[11]" or "Ref.^{11}" depending on how the style of the document. So how do I simply reference the number itself?

Thanks in advance!

Recommended reading 2024:

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

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

gammapoint
Posts: 11
Joined: Fri Jul 24, 2009 11:07 pm

Re: Referencing the number of a reference in the paper

Post by gammapoint »

Ahh, after a bit of searching I found it. \citenum{ref_11}.

Thanks anyway!
Post Reply