Hi Taco, Latex provides an optional argument for \cite. For example, if I want to refer to something on page 4 of a paper, I can say.... see \cite[page~4]{key}. This is typeset as [3, page 4] where 3 is the reference number. How can I do something like this with the bib module. Note that I can not use the page key from the bib file, as the page key stores the page numbers of the paper. I want to cite a specific page (or theorem or ....) of the paper. Thanks, Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008
I'm not Taco... buy have a look at section 3.2 of the bibtex manual: \cite[extras={page~4}][key] HTH Thomas On May 8, 2006, at 7:48 AM, Aditya Mahajan wrote:
Hi Taco,
Latex provides an optional argument for \cite. For example, if I want to refer to something on page 4 of a paper, I can say.... see \cite[page~4]{key}. This is typeset as [3, page 4] where 3 is the reference number.
How can I do something like this with the bib module. Note that I can not use the page key from the bib file, as the page key stores the page numbers of the paper. I want to cite a specific page (or theorem or ....) of the paper.
Thanks, Aditya
-- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008 _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Mon, 8 May 2006, Taco Hoekwater wrote:
Thomas A. Schmitz wrote:
I'm not Taco...
Looks like you got the better solution, even so ;-)
buy have a look at section 3.2 of the bibtex manual:
\cite[extras={page~4}][key]
Thanks Thomas and Taco. Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008
On May 8, 2006, at 9:03 AM, Taco Hoekwater wrote:
Thomas A. Schmitz wrote:
I'm not Taco...
Looks like you got the better solution, even so ;-)
buy have a look at section 3.2 of the bibtex manual:
\cite[extras={page~4}][key]
Taco
I nagged you into implementing this... :-) Thomas
On May 8, 2006, at 9:03 AM, Taco Hoekwater wrote:
Thomas A. Schmitz wrote:
I'm not Taco...
Looks like you got the better solution, even so ;-)
buy have a look at section 3.2 of the bibtex manual:
\cite[extras={page~4}][key]
Taco
I nagged you into implementing this... :-) Thomas
From: "Thomas A. Schmitz"
but have a look at section 3.2 of the bibtex manual: \cite[extras={page~4}][key]
Just what I needed too, thanks. But should it be \cite[extras={, page~4}][key] Otherwise I get, e.g. (Aamport, 1986bpage 4) as the reference. (using t-bib.tex 2006.04.11). -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.
On Monday 08 May 2006 02:57, Thomas A. Schmitz wrote:
I'm not Taco...
buy have a look at section 3.2 of the bibtex manual:
\cite[extras={page~4}][key]
HTH
Thomas
Whazzup? My bibtex manual is from Boris Patashnik and has no Section 3.2. Where is the URL for the newer manual? (Awaking from a long slumber) -- John Culleton
Steve Peter wrote:
On Jun 20, 2006, at 8:46 AM, John R. Culleton wrote:
My bibtex manual is from Boris Patashnik
Boris? I wonder if he is related to Oren.
as a multi-linguist you should be able to know a way to go from Oren to Boris -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
John R. Culleton wrote:
On Monday 08 May 2006 02:57, Thomas A. Schmitz wrote:
I'm not Taco...
buy have a look at section 3.2 of the bibtex manual:
\cite[extras={page~4}][key]
HTH
Thomas
Whazzup? My bibtex manual is from Boris Patashnik and has no Section 3.2. Where is the URL for the newer manual?
Thomas meant to say "bib module manual", and that is at http://modules.contextgarden.net/bib Cheers, Taco
Aditya Mahajan wrote:
Hi Taco,
Latex provides an optional argument for \cite. For example, if I want to refer to something on page 4 of a paper, I can say.... see \cite[page~4]{key}. This is typeset as [3, page 4] where 3 is the reference number.
You can use \cite[key][extras=page~4] Cheers, Taco
participants (8)
-
Aditya Mahajan
-
Hans Hagen
-
John R. Culleton
-
Sanjoy Mahajan
-
Steve Peter
-
Taco Hoekwater
-
Thomas A. Schmitz
-
Thomas A.Schmitz