1

I want to disable all the following lines:

\begin{flushright}
flush right\\
text
\end{flushright}
\begin{flushleft}
flush left\\
text
\end{flushleft}

I know that % at the beginning of a line will disable the the line. But I want to disable many lines using a command one time.

\documentclass{article}
\begin{document}
\begin{flushright}
flush right\\
text
\end{flushright}
\begin{flushleft}
flush left\\
text
\end{flushleft}
\noindent MKs \hfill MKS
\end{document}
David Carlisle
  • 757,742

0 Answers0