diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/songbook/conditionals.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/songbook/conditionals.sty | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/songbook/conditionals.sty b/Master/texmf-dist/tex/latex/songbook/conditionals.sty index 5b849e38c72..929b0699a81 100644 --- a/Master/texmf-dist/tex/latex/songbook/conditionals.sty +++ b/Master/texmf-dist/tex/latex/songbook/conditionals.sty @@ -1,6 +1,10 @@ -% rcsid = @(#)$Id: conditionals.sty,v 1.4 2002/01/17 22:38:45 christopher Exp $ +% rcsid = @(#)$Id: conditionals.sty,v 1.5 2010-03-31 01:04:16 rathc Exp $ %==========Conditionals by Donald Arseneau <asnd@triumf.ca>=========== % (as of 2002/01/17) +% Donald Arseneau asserts no claim to copyright of the contents of this +% conditionals.sty file, and it may be freely used as in the public +% domain. +% % \if\blank{ } --- checks if parameter is blank (Spaces count as blank) % \if\given{ } --- checks if parameter is not blank: like \if\blank{}...\else % \if\nil{ } --- checks if parameter is null (spaces are NOT null) |