Tagged Questions
2
votes
1answer
61 views
placing invisible links at certain coordinates?
Does anybody know if this is possible using TikZ?
I'm trying to create links over a picture that i have layed on the background of a frame or at least placing them on some nodes in a TikZ code.
1
vote
1answer
73 views
how to make mindmap nodes links within presentation
Wanting to make secondary and tertiary nodes links to other frames within presentation. A great example would be linking the mountain bicycle node to the frame titled "mountain bicycle". The code I ...
17
votes
2answers
635 views
Making TikZ nodes hyperlinkable
I have a TikZ tree. Now I want to make the nodes click-able directing to relevant sections in the document (or directed to URLs). Some of the content in the nodes are not text. Is it possible to turn ...
8
votes
3answers
535 views
How to rotate hyperlink with text
How can I rotate the link of a text in a node. Here is my MWE:
\documentclass{article}
\usepackage{tikz}
\usepackage{hyperref}
\begin{document}
\begin{tikzpicture}
\node (rect) [rectangle, ...
5
votes
2answers
1k views
TikZ Document Navigation (\label and \ref commands)
I am currently a university student studying engineering. I have been a user of LaTeX for a few years now and cannot work out how to solve the following issue.
In Australia, there are standards which ...