Latex去除正文中的章节编号但同时在目标中保留索引
生活随笔
收集整理的這篇文章主要介紹了
Latex去除正文中的章节编号但同时在目标中保留索引
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1 示例
\documentclass{report} \begin{document} \tableofcontents \chapter*{Introduction} \addcontentsline{toc}{section}{Introduction} \chapter{Experiments} \section{Conclusion} \chapter*{Acknowledgments} \addcontentsline{toc}{chapter}{Acknowledgments} \end{document}2 展示
3 參考
【1】https://tex.stackexchange.com/questions/110840/how-to-remove-chapter-numbering-without-removing-it-from-table-of-contents
總結
以上是生活随笔為你收集整理的Latex去除正文中的章节编号但同时在目标中保留索引的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 2.9 zio入门——递归和ZIO
- 下一篇: php 广告法违禁词敏感词高效替换函数