interaction-hyperlinks.tex /size: 714 b    last modification: 2023-12-21 09:43
1% language=us
2
3\environment interaction-style
4
5\startcomponent interaction-hyperlinks
6
7\startchapter[title=Hyperlinks]
8
9A hyperlink is something that you click on and that brings you to nother spot in
10the document. The regular links are a side effect of references. The most commonly
11used references are:
12
13\starttyping
14\in{figure}[fig:foo]
15\at{page}[fig:foo]
16\about[fig:foo]
17\stoptyping
18
19The first argument is what gets prepended to the number and the while can be
20clicked on. Here we create a namespace with \type {fig:}. This can be somewhat
21confusing with respect to prefixes but normally the resolver does a direct lookup
22first.
23
24\showsetup{at}
25\showsetup{in}
26\showsetup{about}
27
28\stopchapter
29
30\stopcomponent
31
32
33