diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-05-29 03:04:54 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-05-29 03:04:54 +0000 |
commit | 900aebfe4306ba492b601d2a915f67b4e2e9ee5a (patch) | |
tree | 963d897f8bde1446d23463ff087ea19ebdc711f9 /Build | |
parent | f1fe8b9d53e9ab2f46bf997672a4835f96841b6f (diff) |
Add "shell_escape.initex = f" and "parse_first_line.initex = f" to texmf.cnf
git-svn-id: svn://tug.org/texlive/trunk@22666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index c9c0a6fd255..89add519271 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,9 @@ +2011-05-29 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * texmf.cnf: add "shell_escape.initex = f" and + "parse_first_line.initex = f", since we have initex in TL 2011. + Otherwise the banner of initex is "This is TeXk, ..." + 2011-05-27 Peter Breitenlohner <peb@mppmu.mpg.de> * extend-fname.c: Remove the `generic const warning'. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 70b1aeadc34..798d0e74e6a 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -511,6 +511,7 @@ repstopdf,\ % plain TeX should remain unenhanced. shell_escape.tex = f +shell_escape.initex = f % This is used by the Windows script wrapper for restricting searching % for the purportedly safe shell_escape_commands above to system @@ -550,6 +551,7 @@ parse_first_line = t % file_line_error_style settings, as well as the options -enctex, % -mltex, -8bit, etc., also affect this, but they are all off by default. parse_first_line.tex = f +parse_first_line.initex = f % Control file:line:error style messages. file_line_error_style = f |