summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex')
-rw-r--r--doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex b/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
new file mode 100644
index 000000000..f204d502e
--- /dev/null
+++ b/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
@@ -0,0 +1,32 @@
+% language=uk
+
+\environment interaction-style
+
+\startcomponent interaction-hyperlinks
+
+\startchapter[title=Hyperlinks]
+
+A hyperlink is something that you click on and that brings you to nother spot in
+the document. The regular links are a side effect of references. The most commonly
+used references are:
+
+\starttyping
+\in{figure}[fig:foo]
+\at{page}[fig:foo]
+\about[fig:foo]
+\stoptyping
+
+The first argument is what gets prepended to the number and the while can be
+clicked on. Here we create a namespace with \type {fig:}. This can be somewhat
+confusing with respect to prefixes but normally the resolver does a direct lookup
+first.
+
+\showsetup{at}
+\showsetup{in}
+\showsetup{about}
+
+\stopchapter
+
+\stopcomponent
+
+