diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-18 22:18:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-18 22:18:21 +0000 |
commit | b971ee59465803fd241733f5e70545efd65f083f (patch) | |
tree | 671c2c47cc4308dc375536d7d8e5e17e373aed09 /Master/texmf/web2c | |
parent | a065db2182d2beeeec150a86b5f3ae20923bfeb9 (diff) |
(tex.parse_first_line): set to f so "tex" is
sufficiently Knuthian to announce itself "This is TeX".
git-svn-id: svn://tug.org/texlive/trunk@1696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index bd41634c854..cfadcba3987 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -440,7 +440,13 @@ openin_any = a % the %&format construct. parse_first_line = t -% Enable file:line:error style messages. +% But don't parse the first line if invoked as "tex", since we want that +% to remain Knuth-compatible. The src_specials and +% file_line_error_style settings, as well as the options -enctex, +% -mltex, -8bit, etc., also affect this, but they are all off by default. +tex.parse_first_line = f + +% Control file:line:error style messages. file_line_error_style = f % Enable the mktex... scripts by default? These must be set to 0 or 1. |