- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要在我的表格列表中的每一行的开头包含“表格”一词。也就是说,而不是:
LIST OF TABLES
1 The first table ........... 10
2 The second table ........... 20
我需要它说:
LIST OF TABLES
Table 1 The first table ........... 10
Table 2 The second table ........... 20
是的,我知道这很丑陋,但这是规则。
我还需要目录来说明:
Table of Contents
1 The first Chapter ...... 1
Appendices
Appendix A The A appendix ........ 10
知道如何以简单且一致的方式做到这一点吗?
最佳答案
回答你的三个问题:
1: 表格列表中的表格前缀将以下内容放在序言中:
\usepackage{tocloft}
\newlength\tablelen
\settowidth\tablelen{Table}
\addtolength\cfttabnumwidth{\tablelen}
\renewcommand\cfttabpresnum{Table }
2:要让“附录”出现在您的目录中,请在调用\appendix 之后放置以下内容:
\addcontentsline{toc}{chapter}{Appendices}
3:要将“附录”作为目录中每个附录的前缀,请参阅:
http://for.mat.bham.ac.uk/pgweb/thesisfiles/bhamthesisman.pdf http://for.mat.bham.ac.uk/pgweb/thesisfiles/bhamthesis.dtx
特别是,搜索他的 \renewcommand{\appendix}
,其中 add to contents 已更改。
关于latex - 在表列表中包含单词 "table",在目录中包含 "Appendix"等,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2172882/
我需要在论文目录中的字母 A 之前插入“附录”一词,如下所示: 附录 A(附录 A 的标题) 但是我使用的 latex 论文 cls 文件仅生成字母 A 后跟附录标题: A(附录 A 的标题) 论文
我正在用 R Markdown 编写一份报告,其中包含引用资料。问题是 R markdown 会自动在报告末尾放置引用。我想在引用文献后面放一个附录,有什么办法吗?我看到 a child docume
我需要在我的表格列表中的每一行的开头包含“表格”一词。也就是说,而不是: LIST OF TABLES 1 The first table ........... 10 2 The
我是一名优秀的程序员,十分优秀!