Re: DOCBOOK: font style
The solution I am talking about is this one:
(element emphasis
(if (equal? (attribute-string "role") (normalize "bold"))
($bold-seq$)
($italic-seq$)))
The solution I am talking about is this one:
(element emphasis
(if (equal? (attribute-string "role") (normalize "bold"))
($bold-seq$)
($italic-seq$)))