TeX/iftrue
Synopsis
\iftrue <tex-code-1> [\else <tex-code-2>] \fi
Description
The \iftrue command denotes the start of an if-then-else control structure. However <tex-code-1> is always processed, and if the \else section is included then it is ignored.
Last modified on 27 July 2009, at 21:31