first I have to set a bookmark on the table or figure caption I want to cross-reference. This is different from adding a cross-reference to a heading, which is just there for you to select when you click on the Bookmarks symbol in the Insert Cross Reference dialog. Since I don't have a crystal ball, so don't always know I'm going to want to make a cross reference when I set the caption, and also since I'm extremely lazy and don't like clicking around more than I have to, my question is this:
Is there a way that I can modify my Table and Figure caption styles to include the automatic creation of a uniquely numbered bookmark when I apply the style?
For info, my table style is (figures similar):
Code: Select all
p.TableCaption
{
. . .
mc-auto-number-format: 'CT:Table {chapnum}.{n+}';
. . .
}
MadCap|xref.Figure
{
mc-format: '{paranum}';
}
Code: Select all
mc-bookmark-name: 'Table_{chapnum}_{n+}'
mc-bookmark-position: after-auto-number;