我刚刚完成论文,遇到了以下问题。我的前言包含:
目录、表格列表、图片列表、术语(在序言中更名为缩写列表)
由 lyx 添加,然后手动添加摘要(2 页)。当我编译 pdf 时,“图片列表”标题继续出现在缩写列表页面和摘要的第 2 页上。有什么办法可以阻止它吗?
\frontmatter
\begin{titlepage}
Title
\end{titlepage}
Disclaimer:
The work included in this thesis represent my own except where otherwise indicated. All relevant permissions have been obtained for figures obtained from published work.
Signature:
Name:
Date:
Table of Contents
List of Tables
List of Figures
Nomenclature
Abstract
\addcontentsline{toc}{chapter}{Abstract}
Musculoskeletal tissue is prone ...
\mainmatter
1 Introduction
Musculoskeletal tissue,
答案1
在另一个问题中找到了解决方案。将 lyx Nomeclature 条目更改为 ERT:
\cleardoublepage
\renewcommand{\nomname}{List of Abbreviations}
\markboth{\nomname}{\nomname}
\addcontentsline{toc}{chapter}{List of Abbreviations}
\printnomenclature
\cleardoublepage