LyXHow to insert page number in a citation ?

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
jromang
Posts: 3
Joined: Fri Sep 26, 2008 4:41 pm

How to insert page number in a citation ?

Post by jromang »

Hi, I'm a LyX beginner, very impressed by LateX/Lyx ;) I 'm currently wrinting a document with Bibtext citations, everything is working fine, but I can't find a solution to include page numbers in the citations (exemple [5, page 435] instead of just [5] ). Is-it possible ?
Thanks!

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to insert page number in a citation ?

Post by localghost »

I'm not familiar with LyX, but there should be a way to edit the \cite command and add an optional argument.

Code: Select all

\cite[p. 435]{refkey}

Best regards and welcome to the board
Thorsten¹
jromang
Posts: 3
Joined: Fri Sep 26, 2008 4:41 pm

How to insert page number in a citation ?

Post by jromang »

Thanks for the fast answer ! Another question then : how to insert this optional argument in LyX ? :roll:
I can display the Latex source in Lyx, but cannot edit it directly :(
jromang
Posts: 3
Joined: Fri Sep 26, 2008 4:41 pm

Re: How to insert page number in a citation ?

Post by jromang »

Ok I found it finally ;) No need to edit directly the latex code, just right clik on the citation and type some text in the 'text after' area. Thanks a lot for your help !
Post Reply