【问题标题】:How do I remove the List of Figures from the Tables of Contents in Latex?如何从 Latex 目录中删除图形列表?
【发布时间】:2018-04-08 18:25:32
【问题描述】:

我正在使用报告类,我有一个目录,我想从介绍开始。但是,我也希望数字列表出现在内容之后,但不包含在内容本身中。

不过目前的内容是这样的:

Contents
List of Figures vi
1 Introduction 1

我想在内容之后仍然有 LoF,但我只是希望它不出现在 ToC 中,这可能吗?

\documentclass[a4paper, 9pt]{report}
\usepackage{graphicx}
\usepackage[margin=1.0in]{geometry}
\usepackage{sectsty}
\usepackage{url}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{fancyvrb}
\usepackage{pdfpages}
\usepackage{longtable}
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage{mathpazo} % Palatino font
\usepackage[nottoc,numbib]{tocbibind}

\renewcommand{\bibname}{References}

\chapternumberfont{\Large}
\chaptertitlefont{\huge}
\graphicspath{ {images/} }

\lstset{
  basicstyle=\small\ttfamily,
  columns=flexible,
  breaklines=true
}

\hypersetup{
    colorlinks,
    citecolor=black,
    filecolor=black,
    linkcolor=black,
    urlcolor=black
}

\begin{document}
\pagenumbering{roman}

\begin{titlepage}
\end{titlepage}

\chapter*{Authorship Declaration}

\chapter*{Acknowledgements}

\chapter*{Abstract}


\tableofcontents
\listoffigures

\chapter{Introduction}

【问题讨论】:

    标签: latex


    【解决方案1】:

    似乎在\listoffigures(或\newpage,如果你正在使用它)之后使用星号会从目录中删除数字列表。当然对于表列表也是一样的。

    至少它对我有用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-11-15
      • 1970-01-01
      • 1970-01-01
      • 2021-07-19
      • 1970-01-01
      • 2013-01-17
      • 2016-03-12
      相关资源
      最近更新 更多