You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kile/src/kile/complete/tex/ifthen.cwl

19 lines
387 B

# ifthen 1.1 package
# nja 17 July 2007
# url: http://www.ctan.org/tex-archive/help/Catalogue/entries/ifthen.html
\ifthenelse{test}{then clause}{else clause}
\isodd{number}
\isundefined{command}
\equal{string}{string}
\AND
\OR
\NOT
\lengthtest{dimen operator dimen}
\boolean{name}
\newboolean{name}
\provideboolean{name}
\setboolean{name}{truth value}
\whiledo{test}{while clause}