空でない場合にのみ toc を印刷するにはどうすればよいですか?
\documentclass{article}
\begin{document}
%if there is a section, toc will be printed, else it wont be
\tableofcontents
%\section%in this case it wont be printed
A
\end{document}
空でない場合にのみ toc を印刷するにはどうすればよいですか?
\documentclass{article}
\begin{document}
%if there is a section, toc will be printed, else it wont be
\tableofcontents
%\section%in this case it wont be printed
A
\end{document}