← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook-apps] Text Formatting Difficulties (Strikethough, underline,etc)

From
Kai Hagemeister <>
Date
2005-01-08T11:44:44+00:00
ID
Thread
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
← Prev in month ← Prev in thread
Next in thread → Next in month →