BibTeX, biblatex and biberChange the Citation Style in one Place only

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
IN88
Posts: 1
Joined: Mon May 14, 2012 12:58 pm

Change the Citation Style in one Place only

Post by IN88 »

I am hoping there is a quick and easy solution to my problem i just cannot find a way to do it. I am writing my thesis using BibTeX for the referencing, in the whole document i have used the style "phjcp" and superscript citations as i want. However, at the bottom of a figure i want to write something like: "This figure was taken from reference 12" for example. If i do it at the moment the 12 would be a superscript, in this instance i just want it to be the number of the reference not superscript. I realise i could just hardcode it but this is not ideal.

Any help would be great.

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Change the Citation Style in one Place only

Post by kaiserkarl13 »

There is a \citeonline command that's part of the cite package and a \citenum command that's part of natbib; either will do what you intend.
Post Reply