[latex3-commits] [git/LaTeX3-latex3-latex2e] gh221: Need an extra macro in order to be processable by TeX (28eca095)
Johannes Braams
texniek at braams.xs4all.nl
Sat Apr 18 00:37:55 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh221
Link : https://github.com/latex3/latex2e/commit/28eca0951f005dd2cb897232705142fb1c20ac61
>---------------------------------------------------------------
commit 28eca0951f005dd2cb897232705142fb1c20ac61
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date: Sat Apr 18 00:37:55 2020 +0200
Need an extra macro in order to be processable by TeX
>---------------------------------------------------------------
28eca0951f005dd2cb897232705142fb1c20ac61
base/docstrip.dtx | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/base/docstrip.dtx b/base/docstrip.dtx
index 2653e820..3583424c 100644
--- a/base/docstrip.dtx
+++ b/base/docstrip.dtx
@@ -1635,6 +1635,16 @@ Z
\x
% \end{macrocode}
%
+% \begin{macro}{\quote at name}
+% \changes{v2.5h}{2020/04/18}{Macro added gfh/221)}
+% A macro copied from \file{ltfiles.dtx} in order to be able to
+% allow spaces in filenames.
+% \begin{macrocode}
+\def\quote at name#1{"\quote@@name#1\@gobble""}
+\def\quote@@name#1"{#1\quote@@name}
+% \end{macrocode}
+% \end{macro}
+%
% \begin{macro}{\StreamOpen}\begin{macro}{\StreamPut}
% \begin{macro}{\StreamClose}
% Here is stream opening operator. Its parameter should be a macro
More information about the latex3-commits
mailing list.