Hi, I'm using Microsoft Word 2002. Many thanks.
Adrian Cumiskey wrote: > > Hi David, > > Have not tried to reproduce this with 0.92 beta or 0.93. This FO > list-block seems to work fine in the trunk. Which RTF viewer are you > using to test the results? > > Adrian. > > davidl wrote: >> Hi, >> >> I'm using FOP 0.92 beta to convert FO to RTF. I have a numbered list in >> the >> FO but list items in the output RTF are all numbered as '1.' with no >> increment: >> 1. List item 1. >> 1. List item 2. >> 1. List item 3. >> >> FOP 0.93 also gives the same result. >> >> My FO list-block is as below: >> >> <fo:list-block> >> <fo:list-item> >> <fo:list-item-label end-indent="0pt" start-indent="18pt"> >> <fo:block line-height="13.7pt" text-align="start" text-indent="0pt"> >> <fo:inline font-family="Times Roman, serif" font-size="12pt"> >> 1.</fo:inline> >> </fo:block> >> </fo:list-item-label> >> <fo:list-item-body end-indent="0pt" start-indent="36pt"> >> <fo:block line-height="13.7pt" text-align="start" text-indent="0pt"> >> <fo:inline font-family="Times Roman, serif" font-size="12pt"> >> List item 1.</fo:inline> >> </fo:block> >> </fo:list-item-body> >> </fo:list-item> >> <fo:list-item> >> <fo:list-item-label end-indent="0pt" start-indent="18pt"> >> <fo:block line-height="13.7pt" text-align="start" text-indent="0pt"> >> <fo:inline font-family="Times Roman, serif" font-size="12pt"> >> 2.</fo:inline> >> </fo:block> >> </fo:list-item-label> >> <fo:list-item-body end-indent="0pt" start-indent="36pt"> >> <fo:block line-height="13.7pt" text-align="start" text-indent="0pt"> >> <fo:inline font-family="Times Roman, serif" font-size="12pt"> >> List item 2.</fo:inline> >> </fo:block> >> </fo:list-item-body> >> </fo:list-item> >> <fo:list-item> >> <fo:list-item-label end-indent="0pt" start-indent="18pt"> >> <fo:block line-height="13.7pt" text-align="start" text-indent="0pt"> >> <fo:inline font-family="Times Roman, serif" font-size="12pt"> >> 3.</fo:inline> >> </fo:block> >> </fo:list-item-label> >> <fo:list-item-body end-indent="0pt" start-indent="36pt"> >> <fo:block line-height="13.7pt" text-align="start" text-indent="0pt"> >> <fo:inline font-family="Times Roman, serif" font-size="12pt"> >> List item 3.</fo:inline> >> </fo:block> >> </fo:list-item-body> >> </fo:list-item> >> </fo:list-block> >> >> Thanks. >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/RTF-list-numbering-incorrect-tf3418318.html#a9608631 Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
