[
http://jira.codehaus.org/browse/MPDF-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185151#action_185151
]
Lukas Theussl commented on MPDF-23:
-----------------------------------
Ok, you are using the itext implementation, I missed that. It works fine with
the (default) fop implementation.
That means it's a bug in the itext sink, I'll have a look if I can see where it
comes from and file an issue there. Thanks!
> Definition Lists are not formatted correctly
> --------------------------------------------
>
> Key: MPDF-23
> URL: http://jira.codehaus.org/browse/MPDF-23
> Project: Maven 2.x PDF Plugin
> Issue Type: Improvement
> Affects Versions: 1.0
> Environment: OS: Mac OS X (10.5.7)
> Java Version: (1.6.0_13)
> PDF Plugin Implementation: itext
> Documentation Source Format: APT
> Reporter: Steven Swor
> Priority: Trivial
> Attachments: pdfPluginDefinitionTest.zip
>
>
> When creating a definition list using APT, the resulting PDF is formatted
> incorrectly. For example:
> {noformat}
> [Term 1] Definition 1.
> [Term 2] Definition 2.
> [Term 3] Definition 3.
> []
> {noformat}
> produces the following output
> {noformat}
> Term 1
> Definition 1. Term 2.
> Definition 2. Term 3.
> Definition 3.
> {noformat}
> The two problems I have with this are that 1) new terms are on the same line
> as the definition of the previous term, and 2) there is not enough formatting
> difference between terms and their definitions. It'd be nice to make the
> terms bold-face, or indent the definitions, or something like that, to make
> the PDF more human-readable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira