僅當不為空時如何打印 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}