Answers for "conditional inclusion in latex"

0

conditional inclusion in latex

\documentclass{article}
%\newcommand*{\DEBUG}{}%
\begin{document}
\ifdefined\DEBUG
    DEBUG was on
\else
   DEBUG was off
\fi
\end{document}
Posted by: Guest on May-10-2020

Browse Popular Code Answers by Language