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: Re: [docbook-apps] trade secret?


Well, I meant that it works if I *don't* change the dingbat.font.family
parameter, and just leave it at the default 'serif' value.   If the default
'serif' font in your PDF browser doesn't work, then you may need to select
another font, such as 'Symbol'.   A change to this line in the template
named 'dingbat' in fo/fo.xsl would do that:

 <xsl:when test="$dingbat='trade'"><fo:inline
font-family="Symbol">&#x2122;</fo:inline></xsl:when>


Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Aaron" <aamehl@actcom.net.il>
To: "Bob Stayton" <bobs@sagehill.net>
Cc: "docbook" <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, June 07, 2005 10:32 AM
Subject: Re: [docbook-apps] trade secret?


> On Tue, Jun 07, 2005 at 09:00:32AM -0700 or thereabouts, Bob Stayton
wrote:
> > It works for me using xsltproc, the 1.68.1 stylesheets, and FOP 0.20.5.
> >
> > Did you change the 'dingbat.font.family' to something else?  That is
what is
> > used for such symbols.
> > You might need to customize the name="dingbat" template in fo/fo.xsl to
> > handle special symbols that reside in more than one font.  FOP doesn't
> > handle multiple fonts in one font-family specification.
> Do you mean that I must change it to another font? Which font?
> where is this issue mentioned in your book?
> Thanks
> Aaron
> > Bob Stayton
> > Sagehill Enterprises
> > DocBook Consulting
> > bobs@sagehill.net
> >
> >
> > ----- Original Message ----- 
> > From: "Aaron" <aamehl@actcom.net.il>
> > To: "docbook" <docbook-apps@lists.oasis-open.org>
> > Sent: Sunday, June 05, 2005 7:18 PM
> > Subject: [docbook-apps] trade secret?
> >
> >
> > > Hi all,
> > >
> > > I was wondering what this means.
> > > I have company name and product inside <trademark>MEI</trademark>
> > > tags. The HTML output places a tm after each company name without a
> > > problem.
> > >
> > > But the pdf output via fop produces no tm symbol.
> > >
> > > Is there something I need to do to get this to work?
> > >
> > > Thanks
> > > Aaron
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> > > For additional commands, e-mail:
docbook-apps-help@lists.oasis-open.org
> > >
> > >
> > >
> >
>
>




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