diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-31 15:52:26 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-31 15:52:26 +0000 |
commit | dc69645d5a51af753155d24f08ed6536cb52f7a8 (patch) | |
tree | 959e055406113569649a9ec6b85170aaca5c72bb /Build | |
parent | 8d67c4564969689736783f428b162a8c4d76cc0a (diff) |
[CWEB] Sanitize command for PDF outlines.
git-svn-id: svn://tug.org/texlive/trunk@55355 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.ch | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index a31993a233d..0c169a199c1 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,7 @@ +2020-05-31 Andreas Scherer <https://ascherer.github.io> + + * comm-w2c.ch: Sanitize command for PDF outlines. + 2020-05-26 Andreas Scherer <https://ascherer.github.io> * texinputs/pdfwebtocfront.tex: Fake headline on page after TOC. diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index a71f485cd67..8c414ca4a8a 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -18,7 +18,7 @@ @x \def\title{Common code for CTANGLE and CWEAVE (Version 3.64)} @y -\def\Kpathsea/{{\mc KPATHSEA\spacefactor1000}} +\def\Kpathsea/{{\mc KPATHSEA\spacefactor1000}} \sanitizecommand\Kpathsea{KPATHSEA} \def\title{Common code for CTANGLE and CWEAVE (\TeX~Live)} @z |