Closed johnjoo1 closed 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.
Awesome!!! Thanks for the help!
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) :-)
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?