My answer assumes that you are trying to convert a DITA document to PDF.

On 01/15/2020 09:41 AM, Grundtvig Nielsen Niels wrote:
… so now I’m recreating the PDF output preferences I painstakingly
fine-tuned for 6.1 :-} I’ve managed to configure title colours and
underlinings, body font, shortdesc font, general indent … but even after
exploring the Helps, I can’t find the option to output figure titles
after the <image>. Could you please remind me?



Please add XSLT parameter "title-after" and set it to a value including "fig". See https://www.xmlmind.com/ditac/_distrib/doc/manual/webhelp/xsltParams.html#xsltParams__title-after

This may be specified from within XXE, either using:

* The "Document conversion parameters" panel. See https://www.xmlmind.com/xmleditor/_distrib/doc/help/conversion_parameters_editor.html

or (recommended):

* The "XMLmind XSL Customizer" helper application. See https://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xslcustom.Customizer.html




OK, first problem solved: figure titles after figures is under Convert document 
> Conversion parameters …



But I still can’t find how to set the font for the List of figures.


In terms of styles, XMLmind DITA Converter (https://www.xmlmind.com/ditac/) does not make a difference between a "List of figures", a "List of tables", a "List of equations", etc.

The styles used for a "booklist" title are specified by attribute-set "booklist-title".

The styles used for a "booklist" list are specified by attribute-set "booklist".

Default attribute-sets are (xxe_install_dir/addon/config/dita/xsl/fo/ditac_figureList.xsl):

=======================================================================
  <xsl:attribute-set name="booklist-title" use-attribute-sets="title">
    <xsl:attribute name="color" select="$title-color"/>
    <xsl:attribute name="font-family" select="$title-font-family"/>
    <xsl:attribute name="font-size">1.8em</xsl:attribute>
<xsl:attribute name="line-height">0.74</xsl:attribute><!--Single line-->
    <xsl:attribute name="space-before.optimum">0.74em</xsl:attribute>
    <xsl:attribute name="space-before.minimum">0.7em</xsl:attribute>
    <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
    <xsl:attribute name="space-before.optimum">0.74em</xsl:attribute>
    <xsl:attribute name="space-before.minimum">0.7em</xsl:attribute>
    <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
  </xsl:attribute-set>

  <xsl:attribute-set name="booklist" use-attribute-sets="block-style">
    <xsl:attribute
        name="provisional-distance-between-starts">4em</xsl:attribute>
<xsl:attribute name="provisional-label-separation">0.5em</xsl:attribute>
  </xsl:attribute-set>
=======================================================================

These attribute-sets may be modified from within XXE using the "XMLmind XSL Customizer" helper application. See https://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xslcustom.Customizer.html

--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
https://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to