diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-19 20:59:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-19 20:59:22 +0000 |
commit | 33c8c541f500180afc9402897ff67ef6e3672742 (patch) | |
tree | 75f000d7e2a15fa32bf1bf60725aae30d8a3f7f8 /Master/texmf-dist/web2c | |
parent | b2ff7bb7e5f8e65740f50a0bc9d2621659187209 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@51911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/web2c')
-rw-r--r-- | Master/texmf-dist/web2c/texmf.cnf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index 6d858529b69..76f92254edb 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -695,6 +695,12 @@ parse_first_line = t parse_first_line.tex = f parse_first_line.initex = f +% Normally we mention files created by \openout in the log file, +% but again, trip-compatibility forbids this for (ini)tex. +log_openout = t +log_openout.tex = f +log_openout.initex = f + % Control file:line:error style messages. file_line_error_style = f |