参考:How to create PDF file with all your bookmarks displayed?
参考:How to only show bookmark number for the chapters
参考:Modify numbering style of PDF bookmarks
参考:How to remove "Chapter: [Number]" in the toc and on the page itself from particular chapters?
参考:Writing Chapter Prefix for Chapter entries in TOC
参考:How can I manage the format of the PDF bookmarks generated by hyperref?
参考:Latex 期刊论文 编译pdf时手动添加书签的一种方法——临时缓解无法自动添加书签的问题
说明如下:
通过\usepackage{hyperref}或者\usepackage{bookmark}来实现PDF显示书签
书签编号并默认打开:\usepackage[bookmarksnumbered, bookmarksopen=true]{hyperref}
打开书签也可以通过:\usepackage[open]{bookmark}