BibTeX, biblatex and biber ⇒ Question regarding In Text page numbering
Question regarding In Text page numbering
Suppose I have to cite somewhere in chapter1 of my document with a footnote that also displays the page number where that reference key can be found in the document. Is that possible.
I want the reader to turn directly to that page number where he can see that particular reference.
Thank you
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
Question regarding In Text page numbering
\pageref
command. Say you want to refer to the page on which the label sec:test
is defined, you do the following:
Code: Select all
\pageref{sec:test}
Follow howtoTeX on twitter