目录未打印

目录未打印

我在网上找了一个模板,但没有打印目录。我在谷歌上搜索过,但找不到与我类似的示例。模板很大,所以我只复制了我认为相关的代码,但我是这方面的初学者,所以代码中可能还有其他地方导致了这种情况。

\documentclass[ikp_flumes, 10pt, english, crop, info, print]{tthesis}
\usepackage{lscape}
\usepackage{caption}
\usepackage{subfig}
\usepackage[section]{placeins}
\usepackage{listings}
\usepackage{url}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage[table]{xcolor}
\lstset{language=C, breaklines=true}

\usepackage[colorlinks, linkcolor=black, citecolor=black,%
            urlcolor=black, hyperindex, bookmarks,%
            plainpages=false, naturalnames=true]{hyperref}

\begin{document}
\tableofcontents{}
\makeFrontMatter
\listoffigures
\clearpage

\chapter{Introduction}
\section{Method}

\end{document}

相关内容