summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/etoolbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-04 23:34:04 +0000
committerKarl Berry <karl@freefriends.org>2015-05-04 23:34:04 +0000
commit2501a1309a59abf417d4c1c0307c0e95704b5fa2 (patch)
tree0772b0ff636278aeb6b7504c3f35cfb4a31c488f /Master/texmf-dist/tex/latex/etoolbox
parentf97a5d61adae591bc262091b48989cf2ab69f6ec (diff)
etoolbox (4may15)
git-svn-id: svn://tug.org/texlive/trunk@37189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/etoolbox')
-rw-r--r--Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
index f2310604f39..154a030aaef 100644
--- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
+++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{etoolbox}
- [2015/03/19 v2.1d e-TeX tools for LaTeX (JAW)]
+ [2015/05/04 v2.2 e-TeX tools for LaTeX (JAW)]
\begingroup
\@ifundefined{eTeXversion}
@@ -106,6 +106,15 @@
\begingroup\expandafter\endgroup
\expandafter\show\csname#1\endcsname}
+% {<csname>}
+
+\newcommand*{\csmeaning}[1]{%
+ \ifcsname #1\endcsname
+ \expandafter\meaning\csname #1\endcsname
+ \else
+ \detokenize{undefined}%
+ \fi}
+
% {<cstoken>}{<true>}{<false>}
\newcommand{\ifdef}[1]{%