\documentclass[a4paper, 12pt]{article}
\usepackage{comment}
\title{title}
\author
{
\begin{comment}
...
\end{comment}
Author
}
\begin{document}
\maketitle
\tableofcontents
\section{Introduction}
\end{document}
Antwort1
Es wird folgendermaßen funktionieren:
\documentclass[a4paper, 12pt]{article}
\usepackage{comment}
\title{title}
\begin{comment}
A comment
\end{comment}
\author{Author}
\begin{document}
\maketitle
\tableofcontents
\section{Introduction}
\end{document}
Das liegt daran, dass eine Umgebung nicht Teil eines Arguments sein kann (ja, nicht einmal des comment
Arguments).