Page Layout ⇒ Anchor to a Text Passage or a Figure
Anchor to a Text Passage or a Figure
Thanks
Charis!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- 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: 10348
- 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