From 9b116137f26dae6d64e8bd0fb307c7eaf92627a1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 1 Apr 2012 21:32:49 +0000 Subject: ifthenx (1apr12) git-svn-id: svn://tug.org/texlive/trunk@25819 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ifthenx/README | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/doc/latex/ifthenx') diff --git a/Master/texmf-dist/doc/latex/ifthenx/README b/Master/texmf-dist/doc/latex/ifthenx/README index 954344ce2d6..1f767c8ef9c 100644 --- a/Master/texmf-dist/doc/latex/ifthenx/README +++ b/Master/texmf-dist/doc/latex/ifthenx/README @@ -1,4 +1,4 @@ -ifthenx.sty Copyright (C) 2012 Geoffrey Jones 2012/03/31 (v0.1) +ifthenx.sty Copyright (C) 2012 Geoffrey Jones 2012/04/01 (v0.1a) Package ifthenx.sty -- this little package extends David Carlisle's @@ -63,13 +63,16 @@ Related Packages: own modified version instead). If loaded in the recommended order, users can ``mix and match'' the tests. For example: - \newcommand\foo{-4} - \ifthenelse{\NOT\isundefined{\foo} % native ifthen pkg cmd - \AND\isnamedefined{foo} % xifthen pkg command - \AND\isnumber{\foo}}{true}{false} % ifthenx pkg command + \newcommand*\foo{3} + \newcommand*\baz{98} + \ifthenelse{ + \isnumber{\foo} % ifthenx pkg command + \AND\isodd{\foo} % ifthen pkg command + \AND\cnttest{\foo + \baz}{>}{100} % xifthen pkg command + }{true}{false} evaluates true. -Version: v0.1 *** prerelease *** +Version: v0.1a *** release for comments *** The author would welcome bug reports, comments, suggestions, extensions and so forth at this early stage. -- cgit v1.2.3