Page Layout ⇒ Anchor to a Text Passage or a Figure
Anchor to a Text Passage or a Figure
Thanks
Charis!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Anchor to a Text Passage or a Figure
for such a purpose I would choose TikZ. Perhaps because I know that package well, there are further ways. With TikZ, I could place a node or a coordinate marker anywhere near a text or a figure, and later refer to it, such as drawing an arrow to it. TikZ provides a
current page
node, to which we could refer, for example regarding the relation to the page margins.Stefan
Re: Anchor to a Text Passage or a Figure
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Anchor to a Text Passage or a Figure
calc
library for coordinate calculations. If you define a coordinate somewhere in the text, you can calculate with this and with the coordinates of the current page corners.Stefan