OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: strange behavior of hyphenate.verbatim=1


For docbook-xml:

<screen>
$ svn cat -r 1 concept/IDEA
svn: Unable to find repository location for 'concept/IDEA' in revision 1
</screen>

When I set hyphenate.verbatim=0, the fo is:

<fo:block font-family="monospace,FangSong,SimSun" hyphenate="false"
    hyphenation-character="►" id="id631651" linefeed-treatment="preserve"
    space-after.maximum="1.2em" space-after.minimum="0.8em"
    space-after.optimum="1em" space-before.maximum="1.2em"
    space-before.minimum="0. 8em" space-before.optimum="1em"
    text-align="start" white-space-collapse="false"
    white-space-treatment="preserve" wrap-option="wrap">
$ svn cat -r 1 concept/IDEA
svn: Unable to find repository location for 'concept/IDEA' in revision 1
</fo:block>

When I set hyphenate.verbatim=1, the fo is:

<fo:block font-family="monospace,FangSong,SimSun" hyphenate="false"
    hyphenation-character="►" id="id592534" linefeed-treatment="preserve"
    space-after.maximum="1.2em" space-after.minimum="0.8em"
    space-after.optimum="1em" space-before.maximum="1.2em"
    space-before.minimum="0. 8em" space-before.optimum="1em"
    text-align="start" white-space-collapse="false"
    white-space-treatment="preserve" wrap-option="wrap">
$ ­svn ­cat ­-r ­1 ­concept/IDEA ­
svn: ­Unable ­to ­find ­repository ­location ­for ­'concept/IDEA' ­in
­revision ­1
</fo:block>

For fop 0.20.5, the out put pdf is:
$ -svn -cat --r -1 -concept/IDEA -
svn: -Unable -to -find -repository -location -for -'concept/IDEA' -in
-revision -1

For fop trunk, the output pdf is:
$ svn cat --r 1 concept/IDEA
svn: Unable to find repository location for -'concept/IDEA' in revision 1

Is this correct ?

--
Dongsheng Song


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]