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]

Re: bold as emphasis role


/ "Kunath, Marcel" <kunathma@ais.msu.edu> was heard to say:
| (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

The HTML backend of Jade doesn't use any of the DSSSL properties. Instead,
you have to construct "SGML" flow objects by hand. Jirka's suggestion
(in another reply) is what I'd suggest.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Nature is amoral, not immoral.
http://www.oasis-open.org/docbook/ | [It] existed for eons before we
Chair, DocBook Technical Committee | arrived, didn't know we were
                                   | coming, and doesn't give a damn
                                   | about us.--Stephen J. Gould

------------------------------------------------------------------
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]