diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-09 19:12:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-09 19:12:24 +0000 |
commit | 3ee93d47be726d793d999ded2a3639849e322f3b (patch) | |
tree | 1cd8baf566b61f82e140da33c9f2590947863d52 /Build/source/texk/web2c/NEWS | |
parent | 74e8e4418738294ea0affe93807e038ef5ac35ed (diff) |
\input{...} now in all engines
git-svn-id: svn://tug.org/texlive/trunk@53729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/NEWS')
-rw-r--r-- | Build/source/texk/web2c/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS index 87ee39a2a5e..abd45b33601 100644 --- a/Build/source/texk/web2c/NEWS +++ b/Build/source/texk/web2c/NEWS @@ -1,10 +1,23 @@ This file records noteworthy changes. (Public domain.) 2020 (for TeX Live 2020) +* \input now also accepts a group-delimited filename, e.g., +\input{foo.tex}. The usage with a standard space/token-delimited +filename is completely unchanged. + +The group-delimited name was previously implemented in LuaTeX; now it is +available in all engines. ASCII double quote characters (") are removed +from the filename, but it is otherwise left unchanged after +tokenization. This does not currently impact LaTeX's \input command, as +that is a macro redefinition of the standard \input primitive. + * New cross-engine option -cnf-line=STR. + * All TeX engines except tex and etex now compress (with zlib) .fmt files (XeTeX and LuaTeX already did so). +pTeX: new primitives \ifjfont and \iftfont. + BibTeX: now reallocates on large (>20k) field values instead of aborting. |