summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-14 18:55:27 +0000
committerKarl Berry <karl@freefriends.org>2008-06-14 18:55:27 +0000
commit8842febffdfa43a08856423a4ae0c13ffa2506e4 (patch)
treec58437a40b701d13a102d05fb91693d56a6e9d04 /Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex
parentd7122615203188ff1f643c83d927322d109cf456 (diff)
oberdiek update (13jun08)
git-svn-id: svn://tug.org/texlive/trunk@8732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex')
-rw-r--r--Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex16
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex b/Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex
index 92af130dc89..df240175e6b 100644
--- a/Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex
+++ b/Master/texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex
@@ -70,7 +70,7 @@
\DeclareRobustCommand{\cmd}[2][default]{}%
}
\typeout{}
-\RequirePackage{etoolbox}\relax
+\RequirePackage{etoolbox}[2008/06/12]%
\Line{}
\Line{* etoolbox's robust definitions:}
\ShowDef{cmd}{%
@@ -79,6 +79,20 @@
\ShowDef{cmd}{%
\newrobustcmd{\cmd}[2][default]{}%
}
+\Line{}
+\Line{* etoolbox's \string\robustify:}
+\ShowDef{cmd}{%
+ \newcommand{\cmd}[2][default]{} %
+ \robustify{\cmd}%
+}
+\ShowDef{cmd}{%
+ \DeclareRobustCommand{\cmd}{} %
+ \robustify{\cmd}%
+}
+\ShowDef{cmd}{%
+ \DeclareRobustCommand{\cmd}[2][default]{} %
+ \robustify{\cmd}%
+}
\typeout{}
\@@end
\endinput