TeX/iftrue
Appearance
< TeX
Synopsis
[edit | edit source]\iftrue <tex-code-1> [\else <tex-code-2>] \fi
Description
[edit | edit source]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.