diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/xnewcommand/xnewcommand.sty | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/xnewcommand/xnewcommand.sty b/Master/texmf-dist/tex/latex/xnewcommand/xnewcommand.sty new file mode 100644 index 00000000000..69c70e12aa5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/xnewcommand/xnewcommand.sty @@ -0,0 +1,16 @@ +% $Date: 2007-04-23 17:32:09 +0200 (Mon, 23 Apr 2007) $ +% $Revision: 42 $ +\def \filedate {2007/04/21} +\def \fileversion {v1.2} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{xnewcommand}% + [\filedate \space \fileversion \space Improved newcommand (JN)] + +\def \@star@or@long #1{% + \@ifstar {\let \l@ngrel@x = \relax #1}% + {\@testopt {\@@star@or@long {#1}}{\long}}% +} +\@ifdefinable \@@star@or@long + {\def \@@star@or@long #1[#2]{\def \l@ngrel@x {#2}#1}} + +\endinput |