How to set title of TOC in Latex hyperref package -


the latex hyperref package makes nice, linked table of contents, named according section name. however, top level category default, file name. seems should able change actual title, i'm not finding information on how.

are sure not 'feature' of pdf reader? might try use pdfs title (unset default), can set this:

\hypersetup{     pdftitle = {the title},     pdfauthor = {you} } 

you might want check out tex stackexchange.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -