[latex3-commits] [git/LaTeX3-latex3-latex2e] gh217: Documenting the change to \include and \includeonly (d9463307)
Johannes Braams
texniek at braams.xs4all.nl
Tue May 5 11:43:42 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh217
Link : https://github.com/latex3/latex2e/commit/d94633078cb2441c4a2538acedcb49134548da28
>---------------------------------------------------------------
commit d94633078cb2441c4a2538acedcb49134548da28
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date: Tue May 5 11:43:42 2020 +0200
Documenting the change to \include and \includeonly
>---------------------------------------------------------------
d94633078cb2441c4a2538acedcb49134548da28
base/doc/ltnews32.tex | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/base/doc/ltnews32.tex b/base/doc/ltnews32.tex
index 3a8b4e39..f3dc5b5f 100644
--- a/base/doc/ltnews32.tex
+++ b/base/doc/ltnews32.tex
@@ -215,6 +215,18 @@ these commands.
%
\githubissue{152}
+\subsection{Spaces in filenames of included files}
+
+When the commands \cs{include} and \cs{includeonly} are used with for
+files that have spaces in their names, this would lead to unexpected
+results. This has now been fixed, the argument to \cs{include} can now
+contain spaces; any leading or trailing spaces will be stripped
+off. The argument to \cs{includeonly}, which is a comma-separated list
+of files to process, can also contain spaces and any leading and
+trailing spaces will be stripped from the individual filenames as well
+while the spaces \emph{in} the filenames will remain intact.
+
+\githubissue{217}
\subsection{Set a non-zero \cs{baselineskip} in text scripts}
More information about the latex3-commits
mailing list.