diff options
author | Norbert Preining <norbert@preining.info> | 2021-02-15 03:01:20 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-02-15 03:01:20 +0000 |
commit | 8fb1cfd3d240ef62d78c2320bd90f8f07b7916fa (patch) | |
tree | 402ab28aa933f0b5a42c2a1d9646717340fae50e /systems/doc/luatex/luatex-modifications.tex | |
parent | 8c6ca435b3bc584eb3efe8e52417fb989e677789 (diff) |
CTAN sync 202102150301
Diffstat (limited to 'systems/doc/luatex/luatex-modifications.tex')
-rw-r--r-- | systems/doc/luatex/luatex-modifications.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/doc/luatex/luatex-modifications.tex b/systems/doc/luatex/luatex-modifications.tex index 747945f55f..bf4233165b 100644 --- a/systems/doc/luatex/luatex-modifications.tex +++ b/systems/doc/luatex/luatex-modifications.tex @@ -615,6 +615,8 @@ primitives (for as far their functionality is still around) you now can do this: \protected\def\pdfmapline {\pdfextension mapline } \protected\def\pdftrailer {\pdfextension trailer } \protected\def\pdfglyphtounicode {\pdfextension glyphtounicode } +\protected\def\pdfrunninglinkoff {\pdfextension linkstate 1 } +\protected\def\pdfrunninglinkon {\pdfextension linkstate 0 } \stoptyping The introspective primitives can be defined as: |