diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-20 23:58:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-20 23:58:05 +0000 |
commit | d66f3e2f4f5c746daae0c2368b939be05b451781 (patch) | |
tree | fae34afcf6c57928bcc60dd604b2ba46250e93df /Master/texmf-dist/tex/generic/dowith/dowith.sty | |
parent | cc16f0e908252ba50f1a8486afeaa021f551a1ad (diff) |
dowith (18may12)
git-svn-id: svn://tug.org/texlive/trunk@26514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/dowith/dowith.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/dowith/dowith.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/dowith/dowith.sty b/Master/texmf-dist/tex/generic/dowith/dowith.sty index 89e34b74d3c..346af7f57d6 100644 --- a/Master/texmf-dist/tex/generic/dowith/dowith.sty +++ b/Master/texmf-dist/tex/generic/dowith/dowith.sty @@ -1,5 +1,5 @@ \def\filename{dowith} \def\fileinfo{simple list loop (UL)} -\def\filedate{2011/11/19} \def\fileversion{v0.2} +\def\filedate{2012/05/14} \def\fileversion{v0.21} %% Copyright (C) 2011 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu %% -- author-maintained in the sense of LPPL below -- @@ -18,6 +18,9 @@ %% == Proceeding without \LaTeX == %% A little \LaTeX\ as in Bernd Raichle's %% 2011/11/19 %% \CtanPkgRef{ngerman}{ngerman.sty}: +%% %% moved 2 lines here 2012/05/14 v0.21: +\chardef\atcode=\catcode`\@ +\catcode`\@=11 % \makeatletter \begingroup\expandafter\expandafter\expandafter\endgroup %% I need `\ProvidesPackage' for \ctanpkgref{fileinfo}, %% my package version tools. @@ -44,8 +47,6 @@ \fi { \ProvidesPackage{\filename}[\filedate\space \fileversion\space \fileinfo] } -\chardef\atcode=\catcode`\@ -\catcode`\@=11 % \makeatletter %% %% == Applying a Command == %% 2011/11/07 %% === Core === @@ -190,3 +191,5 @@ v0.2 2011/11/02 simpler, documented 2011/11/07 \TestListMacroForToken, \InListMacroProvide; doc.: \pagebreak, structure 2011/11/19 modified LaTeX supplements +v0.21 2012/05/14 fix for "generic" and `typeoutfileinfo': + @ before ...! |