diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/morewrites/primargs.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/morewrites/primargs.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/morewrites/primargs.dtx b/Master/texmf-dist/source/latex/morewrites/primargs.dtx index d015d9366d6..f6c3f78ce33 100644 --- a/Master/texmf-dist/source/latex/morewrites/primargs.dtx +++ b/Master/texmf-dist/source/latex/morewrites/primargs.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: primargs.dtx Copyright (C) 2012 Bruno Le Floch +%% File: primargs.dtx Copyright (C) 2012-2013 Bruno Le Floch %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -22,9 +22,9 @@ % % \title{The \textsf{primargs} package: \\ % Parsing arguments of primitives\thanks{This -% file has version number v0.2d, last revised 2012/12/05.}} +% file has version number v0.2e, last revised 2013/01/08.}} % \author{Bruno Le Floch} -% \date{2012/12/05} +% \date{2013/01/08} % % \maketitle % \tableofcontents @@ -150,7 +150,7 @@ % \begin{macrocode} \RequirePackage {expl3} [2012/08/14] \ProvidesExplPackage - {primargs} {2012/12/05} {0.2d} {Parsing arguments of primitives} + {primargs} {2013/01/08} {0.2e} {Parsing arguments of primitives} % \end{macrocode} % % \begin{macrocode} @@ -561,7 +561,8 @@ % removes the first two words, and duplicates the remainder (either % one character, or a word and a character), and the second auxiliary % leaves the second piece in the definition (in both cases, the -% character). Then loop with expansion. +% character). Then loop with expansion. This technique would fail if +% the character could be a space (character code~$32$). % \begin{macrocode} \cs_new_protected_nopar:Npn \@@_get_file_name_char: { |