summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/withargs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-04 22:17:41 +0000
committerKarl Berry <karl@freefriends.org>2019-11-04 22:17:41 +0000
commitbee9956a06bb587c02b1d9da46337be8ce19f6f7 (patch)
tree985f75831affd33cc8273ea1ad42d8cded344d4b /Master/texmf-dist/tex/latex/withargs
parenta0fe7d1391e4a4e7c77a213e129c814634fb0512 (diff)
withargs (4nov19)
git-svn-id: svn://tug.org/texlive/trunk@52641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/withargs')
-rw-r--r--Master/texmf-dist/tex/latex/withargs/withargs.sty5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/withargs/withargs.sty b/Master/texmf-dist/tex/latex/withargs/withargs.sty
index c7d715687a3..ac86a4964ea 100644
--- a/Master/texmf-dist/tex/latex/withargs/withargs.sty
+++ b/Master/texmf-dist/tex/latex/withargs/withargs.sty
@@ -17,7 +17,7 @@
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fi %%%%
-% \CheckSum{117}
+% \CheckSum{116}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -46,7 +46,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\ProvidesExplPackage{withargs}{2016/12/19}{0.2.0}
+\ProvidesExplPackage{withargs}{2019/11/04}{0.3.1}
{an inline construct for passing token lists as TeX parameters}
% \end{macrocode}
%
@@ -66,7 +66,6 @@
%
% \begin{macrocode}
\RequirePackage{xparse}
-\RequirePackage{l3regex}
% \end{macrocode}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%