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]

Re: 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


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