diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-21 22:29:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-21 22:29:50 +0000 |
commit | 54efc3a39dc89992bba11643948dd8a1066644cd (patch) | |
tree | b54aaf966fb567f35555490b4974138bd1df337c /Build/source/texk/web2c | |
parent | a3b9579689d76ded1ca36281779b5f4eb08c5451 (diff) |
mention \tracinglostchars and \tracingstacklevels
(done in 2021), for completeness. From Max Chernoff.
git-svn-id: svn://tug.org/texlive/trunk@66039 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS index 541fc744e50..74581a2c933 100644 --- a/Build/source/texk/web2c/pdftexdir/NEWS +++ b/Build/source/texk/web2c/pdftexdir/NEWS @@ -47,6 +47,13 @@ pdfTeX 3.141592653-2.6-1.40.22 (TeX Live 2021) (March 23, 2021) different nesting level than \pdfstartlink". - dump \pdfglyphtounicode assignments in fmt file. - ttf2afm outputs name information. + - If \tracinglostchars is set to 3 or more, missing characters will + result in an error, not just a message in the log file, and the + missing character code will be shown in hex. + - A new integer parameter \tracingstacklevels, if positive, and + \tracingmacros is also positive, causes a prefix indicating the macro + expansion depth to be output on each relevant log line. Also, macro + logging is truncated at a depth >= the parameter value. - bugfixes: - avoid crash in unusual autoexpand cases. |