Synopsis edit

\ifodd <integer> <TeX code 1> [\else <TeX code 2>] \fi

Description edit

The \ifodd command denotes the start of an if-then-else control structure. The form <integer> must expand to an integer, and if it is odd then <TeX code 1> is processed; otherwise it is ignored. If the \else section is included and <integer> expands to an even integer, then <TeX code 2> is processed; otherwise it is ignored.