出現目錄標題和作者

出現目錄標題和作者

我的目錄、標題和作者出現問題,但我無法刪除它們。

\documentclass{llncs}
\pagestyle{plain}
\usepackage[utf8]{inputenc}  
\usepackage[T1]{fontenc}  
\usepackage{amsmath}
\usepackage[pdftex]{graphicx}  
\setcounter{tocdepth}{3}
\usepackage{array}

\begin{document}
\title{Title of the Document}
\author{Me}
\maketitle

\newpage
\tableofcontents

你能幫助我嗎?先致謝

答案1

當我用\documentclass{article}它編譯時,它看起來是正確的。使用llncs會使標題出現在目錄中。

檢查隨附的手冊後,這似乎是故意的:

如果您是單一貢獻的作者,您通常沒有標題和目錄。兩者都只能由該卷的編輯或印刷商完成。

我建議您要么根本不使用目錄,要么使用另一個文件類,例如article

相關內容