diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-21 22:21:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-21 22:21:37 +0000 |
commit | 9db8d2c4164df3a98e7ddc4764696eb07eb33e1d (patch) | |
tree | 21888679779833982d3cdd81910aba7b93fafd46 /Master/texmf-dist/tex/luatex/optex/base/hyperlinks.opm | |
parent | 0ba74077a97bd83d7744cb4a176c53fa7c36455c (diff) |
optex (21dec20)
git-svn-id: svn://tug.org/texlive/trunk@57197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/optex/base/hyperlinks.opm')
-rw-r--r-- | Master/texmf-dist/tex/luatex/optex/base/hyperlinks.opm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/luatex/optex/base/hyperlinks.opm b/Master/texmf-dist/tex/luatex/optex/base/hyperlinks.opm index ebcc8cf8141..14b8cbc1257 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/hyperlinks.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/hyperlinks.opm @@ -20,7 +20,7 @@ \_else \_destbox[#1:#2]% \_fi\_fi } -\_def\_destbox[#1]{\_vbox to0pt{\_kern-\_destheight \_pdfdest name{#1} xyz\_vss}} +\_def\_destbox[#1]{\_vbox to\_zo{\_kern-\_destheight \_pdfdest name{#1} xyz\_vss}} \_def\_dest[#1]{} \_public \dest ; @@ -45,7 +45,7 @@ \_public \ilink \link ; \_doc ---------------------------- - \`\ulink``[<url>]{<text>}` creates external link. It prints only te `<text>` by default but + \`\ulink``[<url>]{<text>}` creates external link. It prints only the `<text>` by default but the \^`\hyperlinks` declaration defines it as \`\_urlactive``[url:<url>]{<text>}`. The external link is created by the `\_pdfstartlink...\pdfendlink` primitives. The `<url>` is detokenized with `\escapechar=-1` before it is used, so |