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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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