← Prev in month ← Prev in thread

DOCBOOK-APPS: bold as emphasis role

From
Kunath, Marcel <>
Date
2001-04-19T19:46:42+00:00
ID
Thread
DOCBOOK-APPS: bold as emphasis role
Hi,

I changed:

(element emphasis ($italic-seq$))

to:

(element emphasis
  (if (equal? (attribute-string "role") "bold")
      (make sequence
        font-weight: 'bold
        (process-children))
      (make sequence
        font-posture: 'italic
        (process-children))
  )
)

in html/dbinline.dsl but it will not italic or bold anything. It will be
upright instead. I also tried adding my own style sheet as
extension/override to docbook.dsl but the same result. db41, stylesheet
1.64, openjade

mk


Using TSO is like kicking a dead whale down the beach.
                   -- S. C. Johnson
← Prev in month ← Prev in thread