LyX ⇒ Internal Link/Cross Reference/Page Jump
Internal Link/Cross Reference/Page Jump
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
Internal Link/Cross Reference/Page Jump
- In PDF properties select Use hyperref support
- Insert a label (named XlabelX in this example) in the text you want to link to
- To create a link to that label add the following in evil red text: [code]\hyperref[XlabelX]{This is a link to the text from earlier}[/code]
- In your pdf click "This is a link to the text from earlier" and be transported
More info http://www.tug.org/applications/hyperre ... l#x1-20001
Enjoy.
Re: Internal Link/Cross Reference/Page Jump
Can you define a Macro or something like that?. I used to do this in latex:
\hyperref[fig:label]{Figure~\ref{fig:label}}
What is quite repetitive.
Thanks in advance