This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

space and quotes in French


Hi,

using the following sample 
----------------------------------------
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<para lang="fr">Bonjour <quote>Monde</quote>.</para>
----------------------------------------

with docbook-style-dsssl-1.74b and openjade-1.3.1 leads to something
like that:

----------------------------------------
Bonjour « Monde».
----------------------------------------

the space after « is correct, but there should be one another before ».
Also, according to the Tex code snippet below, it is not a non-breakable
space (it should be of course) 

----------------------------------------
{5\p@}\def\saConditional%
{1}}Bonjour \Node%
{\def\Element%
{1}}\Seq%
{}« Monde» \endSeq{}\endNode{}.\endPar{}\endNode{}\endNode{}\endSeq{}\endFOT{}
----------------------------------------

I couldn't find the related code in the stylesheets (no clue in the
"quote" definition in dbinline.dsl) so if you have any idea...

Thanks, Camille.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]