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] | [Elist Home]


Subject: Re: DOCBOOK-APPS: DSSSL customization


1 & 2 worked perfectly, thanks man!

> > 3. The subtitle, how can I make it non-bold and change the font size? How
> > can I make a linebreak in it?
>
>   Override that element in your local stylesheet, and add the
> necessary formatting changes.  Look through Norm's modular DocBook
> stylesheets for examples.

That sounds so simple  :-)

There are many "(element subtitle" sections in dbttlpg.dsl, have no idea why. 
But I took one of them

(element subtitle 
  (make paragraph
     use: reference-titlepage-recto-style
     font-size: (HSIZE 4)
     line-spacing: (* (HSIZE 4) %line-spacing-factor%)
     space-before: (* (HSIZE 4) %head-before-factor%)
     quadding: %division-subtitle-quadding%
     keep-with-next?: #t
     (process-children-trim)))

and changed the 4 in "font-size: (HSIZE 4)" first to 1 and then to 7, nothing 
happened. I also added "font-weight: 'medium" hoping the subtitle wouldn't be 
bold anymore, but it was.

What am I missing?

Thanks,

Tim


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


Powered by eList eXpress LLC