[publican-list] [Bug 497462] New: feature request: smaller font size for code samples

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 24 02:15:38 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: feature request: smaller font size for code samples

https://bugzilla.redhat.com/show_bug.cgi?id=497462

           Summary: feature request: smaller font size for code samples
           Product: Red Hat Enterprise Linux 5
           Version: 5.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: low
          Priority: low
         Component: publican
        AssignedTo: mhideo at redhat.com
        ReportedBy: dmison at redhat.com
         QAContact: ecs-dev-list at redhat.com
                CC: publican-list at redhat.com
    Classification: Red Hat
    Target Release: ---


Description of problem:

The monospaced font used for code samples is sized larger than the regular
text.  This is often a problem with java code samples due to the verbosity of
the language.  A smaller font size would be preferred.

/usr/share/publican/xsl/pdf.xsl has 

114 <xsl:attribute-set name="monospace.properties">
115     <!-- xsl:attribute name="font-size">9pt</xsl:attribute -->
116     <xsl:attribute name="font-family">
117         <xsl:value-of select="$monospace.font.family"/>
118     </xsl:attribute>
119 </xsl:attribute-set>

Uncommenting the font-size attribute applies to all instances of the monospace
font. 9pt looks ok, even 8pt is readable for me.  I don't know what
typographical issues this could lead to.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list