suchow / Dissertate

Beautiful LaTeX dissertation templates.
GNU Affero General Public License v3.0
717 stars 164 forks source link

Bookmarks #4

Closed johnjoo1 closed 11 years ago

johnjoo1 commented 11 years ago

In the bookmarks of the generated pdf, when I click "References", it brings me to the first page of the preceding chapter. Also, how do you incorporate the other sections (abstract, acknowledgements, etc.) into the bookmarks in the pdf?

suchow commented 11 years ago

Also, the hyperref package includes a function \currentpdfbookmark{text}{name} that adds a bookmark that will appear in the pdf's table of contents. You can read more about it here.

So, for example, replacing this line in thesis.tex:

\abstractpage

with

\currentpdfbookmark{Abstract}{Abstract}
\abstractpage

will add a bookmark named "Abstract" that points to the abstract page.

johnjoo1 commented 11 years ago

Awesome!!! Thanks for the help!

ptrigomou commented 11 years ago

sorry for not answering you, I was out.

This thesis.tex will generate a pdf good for screen view, I will update a print_thesis.tex with different settings to generate an appropriate print odf (black links, double page, etc) :-)