Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-10255

PDF export of lowerroman, loweralpha, upperroman, upperalpha lists does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.4.10, 4.5.0
    • 4.2.10, 4.3.0
    • Skins
    • None
    • 4.5 RC2

      In docbook2fo.xsl in the template <xsl: template match = "docbook: listitem" mode = "ol">

      there is just <xsl: number />
      there should be:
      <xsl:number />
      <xsl:number format="i. " />
      <xsl:number format="I. " />
      <xsl:number format="A. " />
      <xsl:number format="a. " />
      depending on the type of list

            ggouin Guillaume Gouin
            lperier Laurence Perier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: