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: [docbook-apps] Text Formatting Difficulties (Strikethough, underline,etc)


Hello,

I am facing problem with text formatting. I am trying
to represent some formatting text in DocBook xml but
seems its difficult for me. For example, I am not able
to represent a word that is “strikethrough”, underline
etc. I searched the net and tried in DocBook reference
http://docbook.org/tdg5/en/html/pt02.html but really
frustrated.

XML's purpose is to seperate structure from formatting. But you can customize the layout in your result document. For example:
If you convert your docbook-document to HTML you can do the formatting with stylesheets.
strikethrough:
text-decoration: line-through
underline:
text-decoration: underline


best regards
Kai


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