开发者

How to set title of TOC in Latex hyperref package

开发者 https://www.devze.com 2023-01-19 17:54 出处:网络
The latex hyperref package makes a really nice, linked table of contents, named according to section name.However, the top level开发者_开发知识库 category is by default, the file name.It seems I shoul

The latex hyperref package makes a really nice, linked table of contents, named according to section name. However, the top level开发者_开发知识库 category is by default, the file name. It seems I should be able to change this to the actual title, but I'm not finding any information on how.


Are you sure this is not a 'feature' of your PDF reader? It might try to use the PDFs title (unset by default), which you can set like this:

\hypersetup{
    pdftitle = {The title},
    pdfauthor = {You}
}

You might also want to check out the TeX StackExchange.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号