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


When creating a definition list using APT, the resulting PDF is formatted 
incorrectly.  For example:

     [Term 1] Definition 1.

     [Term 2] Definition 2.

     [Term 3] Definition 3.

     []

produces the following output

Term 1
Definition 1. Term 2.
Definition 2. Term 3.
Definition 3.


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

        

Reply via email to