I wonder how to define a newcommand of the type with general conditionnal
\def\a{}
which givefor each call in the text
%\begin{comment}
%\end{comment}
when a=0 and
\begin{comment}
\end{comment}
for any other value of a
Thanks
I wonder how to define a newcommand of the type with general conditionnal
\def\a{}
which givefor each call in the text
%\begin{comment}
%\end{comment}
when a=0 and
\begin{comment}
\end{comment}
for any other value of a
Thanks
commentpackage? – Oct 15 '15 at 05:04