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]

secondary index term in print dsssl


I am still using Norm's 1.61 stylesheet but I haven't seen this one in
the archives, so perhaps it hasn't been fixed:

When using pdfjadetex, the secondaryie's come out in a larger font size
(i.e. the body font size) than the primaryie's. Looking at dbindex.dsl,
I added the following to my driver:

(element secondaryie
  (make paragraph
    font-size: (* (inherited-font-size) %smaller-size-factor%) ;; NEW
    start-indent: (+ (inherited-start-indent) 1em)
    (process-children)))

This fixed it. The same thing should be done with tertiaryie. Apparently
the secondaryie does not inherit the font size from the primary ie, at
least in the tex backend. Is this a bona fide stylesheet error?

--
Kevin M. Dunn
Professor of Chemistry
Hampden-Sydney College
--

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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