소스 검색

Use small font in programlistings and wrap when too long

Carlos Sanchez 20 년 전
부모
커밋
63271eecfe
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      doc/docbook/styles/fo/acegi.xsl

+ 3 - 0
doc/docbook/styles/fo/acegi.xsl

@@ -356,7 +356,10 @@
     ################################################### -->  
     ################################################### -->  
     
     
     <!-- Verbatim text formatting (programlistings) -->
     <!-- Verbatim text formatting (programlistings) -->
+    <xsl:param name="hyphenate.verbatim" select="1"/>
     <xsl:attribute-set name="monospace.verbatim.properties">
     <xsl:attribute-set name="monospace.verbatim.properties">
+        <xsl:attribute name="wrap-option">wrap</xsl:attribute>
+        <xsl:attribute name="hyphenation-character">&#x25BA;</xsl:attribute>
         <xsl:attribute name="font-size">
         <xsl:attribute name="font-size">
             <xsl:value-of select="$body.font.small * 1.0"/>
             <xsl:value-of select="$body.font.small * 1.0"/>
             <xsl:text>pt</xsl:text>
             <xsl:text>pt</xsl:text>