Quote:
Originally Posted by somecanuck
Generally speaking, you WANT to remove the formatting anyway.
|
I'm sorry, but I must respectfully disagree.
A simple example: verse is very often formatted with different lines differently indented, like this:
Code:
line 1
line 2
line 3
line 4
The different indentation levels will generally be done with named styles. If you delete the stylesheet, these will be undefined, and your verse will look like this:
Code:
line 1
line 2
line 3
line 4
which is not good at all.
Honestly, you do NOT want to be deleting the stylesheet. It contains the majority of the formatting information for a book!