\documentclass[a4paper, 12pt]{article}
\usepackage{comment}
\title{title}
\author
{
\begin{comment}
...
\end{comment}
Author
}
\begin{document}
\maketitle
\tableofcontents
\section{Introduction}
\end{document}
Responder1
Funcionará assim:
\documentclass[a4paper, 12pt]{article}
\usepackage{comment}
\title{title}
\begin{comment}
A comment
\end{comment}
\author{Author}
\begin{document}
\maketitle
\tableofcontents
\section{Introduction}
\end{document}
É porque um ambiente não pode estar em uma discussão (sim, mesmo na comment
discussão).