[latex3-commits] [git/LaTeX3-latex3-latex3] master: Nesting issue [ci skip] (e89590e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 3 10:27:43 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/e89590eaefd00e4b9752dc9bbfc9be44915f5ae0
>---------------------------------------------------------------
commit e89590eaefd00e4b9752dc9bbfc9be44915f5ae0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 3 09:27:43 2018 +0100
Nesting issue [ci skip]
>---------------------------------------------------------------
e89590eaefd00e4b9752dc9bbfc9be44915f5ae0
l3kernel/l3candidates.dtx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index a1e5fe7..8480396 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2789,7 +2789,6 @@
% \tl_gset_from_file_x:Nnn, \tl_gset_from_file_x:cnn
% }
% \begin{macro}{\@@_set_from_file_x:NNnn}
-% \begin{variable}{\l_@@_file_name_str}
% When reading a file and allowing expansion of the content, the set up
% only needs to prevent \TeX{} complaining about the end of the file. That
% is done simply, with a group then used to trap the definition needed.
@@ -2817,11 +2816,14 @@
#1 #2 \l_@@_internal_a_tl
}
}
-\str_new:N \l_@@_file_name_str
% \end{macrocode}
-% \end{variable}
% \end{macro}
% \end{macro}
+% \begin{variable}{\l_@@_file_name_str}
+% \begin{macrocode}
+\str_new:N \l_@@_file_name_str
+% \end{macrocode}
+% \end{variable}
%
% \subsubsection{Unicode case changing}
%
More information about the latex3-commits
mailing list