Search found 3 matches

by Bergmann
Tue Mar 11, 2014 12:50 pm
Forum: General
Topic: PDF Bookmarks for Figure and Table Entries
Replies: 5
Views: 9660

PDF Bookmarks for Figure and Table Entries

Dear all,

The solution for automatically including bookmarks for figures and tables have worked perfectly so far, but now I ran into a problem. When the numbers of the table and figure are the same and I include e.g Figure 1 before Table 1, the bookmark only works for Figure 1 whereas the bookmark ...
by Bergmann
Thu Sep 13, 2012 11:13 am
Forum: General
Topic: PDF Bookmarks for Figure and Table Entries
Replies: 5
Views: 9660

PDF Bookmarks for Figure and Table Entries

Thanks for the welcome to the Latex community and for the quick reply. This was exactly what I was looking for!

I added \DeclareCaptionTextFormat seperately for Figures and Tables and also had to add an extra \captionsetup for subfigures, such that my code now looks like this:

\usepackage ...
by Bergmann
Wed Sep 12, 2012 10:13 am
Forum: General
Topic: PDF Bookmarks for Figure and Table Entries
Replies: 5
Views: 9660

PDF Bookmarks for Figure and Table Entries

I need to add bookmarks for all figure and table entries in my document. The bookmark should contain the name of the entry (figure and table) the number and the caption.

I found one way of doing this using the bookmark package, however this requires that I manually insert the bookmark after each ...