[jira] Commented: (MPDF-23) Definition Lists are not formatted correctly

2009-07-28 Thread Lukas Theussl (JIRA)

[ 
http://jira.codehaus.org/browse/MPDF-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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




[jira] Commented: (MPDF-23) Definition Lists are not formatted correctly

2009-07-27 Thread Steven Swor (JIRA)

[ 
http://jira.codehaus.org/browse/MPDF-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=185025#action_185025
 ] 

Steven Swor commented on MPDF-23:
-

In my APT files, the definition lists are indented in accordance with 
http://maven.apache.org/doxia/references/apt-format.html (the extra whitespace 
was stripped out by JIRA)

 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




[jira] Commented: (MPDF-23) Definition Lists are not formatted correctly

2009-07-27 Thread Lukas Theussl (JIRA)

[ 
http://jira.codehaus.org/browse/MPDF-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=185063#action_185063
 ] 

Lukas Theussl commented on MPDF-23:
---

I cannot reproduce that, my definition lists are ok. Please attach a test 
document that you are using so I can try to reproduce it.

 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:
 {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