summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-19 21:11:48 +0000
committerKarl Berry <karl@freefriends.org>2020-10-19 21:11:48 +0000
commit491012922a13d8238adcfe81ceefe4d9852a6a2a (patch)
tree66919b72b696a53e80f448ff3f8bdd7c0e32cba5 /Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex
parentad4dbe382ae954f9cf663f99f601a309e1b57dd9 (diff)
optex (19oct20)
git-svn-id: svn://tug.org/texlive/trunk@56710 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex b/Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex
index 6d6672be4f6..f8ec1cba55d 100644
--- a/Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex
+++ b/Master/texmf-dist/doc/luatex/optex/optex-userdoc.tex
@@ -630,14 +630,14 @@ The last object is an external link and it is colored by
You can use another marking of active links: by frames which are visible in
the PDF viewer but invisible when the document is printed. The way to do it
-is to define the macros \^`\pgborder`, \^`\tocborder`, \^`\citeborder`,
-\^`\refborder` and \^`\urlborder` as the triple of RGB components of the used
+is to define the macros \^`\_pgborder`, \^`\_tocborder`, \^`\_citeborder`,
+\^`\_refborder` and \^`\_urlborder` as the triple of RGB components of the used
color. Example:
\begtt
-\def\tocborder {1 0 0} % links in table of contents: red frame
-\def\pgborder {0 1 0} % links to pages: green frame
-\def\citeborder {0 0 1} % links to references: blue frame
+\def\_tocborder {1 0 0} % links in table of contents: red frame
+\def\_pgborder {0 1 0} % links to pages: green frame
+\def\_citeborder {0 0 1} % links to references: blue frame
\endtt
By default these macros are not defined. It means that no frames are created.
@@ -645,7 +645,7 @@ By default these macros are not defined. It means that no frames are created.
The hyperlinked footnotes can be activated by \^`\fnotelinks` `<color-fnt> <color-fnf>`
where footnote marks in text have `<color-fnt>` and the same footnote marks
in footnotes have <color-fnf>. You can define relevant borders
-\^`\fntborder` and \^`\fnfborder` analogically as \^`\pgborder` (for example).
+\^`\_fntborder` and \^`\_fnfborder` analogically as \^`\_pgborder` (for example).
There are \"low level" commands to create the links. You can specify the
destination of the internal link by \^`\dest[<type>:<label>]`. The