Page 1 of 1

Figure titles/labels

Posted: Tue May 25, 2021 4:23 pm
by jonathanm
Hi,

How can I prevent from the figure showing up twice in my output?

<fig>
<title>Figure A. Excerpt of the Math Content Sequence Key Report <image
href="../image/Shows%20the%20Quantile%20Sequence%20Viewer.png"
id="image_y5w_dyt_qpb"/></title>
</fig>

Re: Figure titles/labels

Posted: Wed May 26, 2021 7:18 am
by Radu
Hi,

So you want the static text "Figure" which gets automated prepended to be removed from the published output, right? So that you can fully control the title.
Is this question for the HTML-based or PDF output? If it's for PDF, is it for the classic XSL-FO based output or for our own CSS-based PDF output?

Regards,
Radu

Re: Figure titles/labels

Posted: Wed May 26, 2021 3:42 pm
by jonathanm
Hi Radu,

This is for transformation scenario for html-based web help.

Re: Figure titles/labels

Posted: Fri May 28, 2021 1:32 pm
by ionela
Hi,

Thank you for your feedback.
You could try to achieve this using CSS customization, for example by hiding the element with this specific class fig-title-label.
More details about how to use CSS styling to customize the output can be found in our user manual.

Regards,
Ionela