Easing Compatibility Between OpenOffice, MS Office
Jane Walker writes "An office suite expert describes how to format documents in OpenOffice and Microsoft office using program features that will make ease compatibility headaches." From the article: "No two office suites are alike, and the more manual, highly controlled items you have in your document, the more likely the formatting will get messy when you go from one office suite to another. But if you use the formatting capabilities to indent and add spacing--well, that's more like just labeling a box Kitchen and putting the box somewhere that makes sense. The formatting tips in this article will also give you more professional-looking documents that are easier to update when the content or formatting rules change."
I must agree. I use LaTeX now for everything, big or small, and I could never go back to a word processor. The system is designed for high-quality typesetting of manuscripts, and it excels in that, but one can use it for other things as well. If I just need a quick note, I can just use the article document class with no \settitle, and it works just like a word-processor. I find the letter document class very nice too, regardless of what some naysayers might say.
The only problem with marketing LaTeX to (tech-savvy) everyday users is that the available print documentation is rarely up-to-date. For example, LaTeX is now capable of handling UTF-8 input, which means a variety of scripts can be typeset in the same document with little problem. There's no reason to use older encodings like ISO-8859-1. Yet, even recent books like the second edition of The LaTeX Companion still talk as if we are stuck in the dark ages of limited encodings.
"A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
What about Lyx? Simpler than a word-processor, near enough WYSIWIG, nice clean pdf, html, plain text or postscript output.
My small crystallization of the whole word processing: You write text. Computer formats it.
If you want the computer to not mess up your formatting, you've got to think like a machine and understand the structure of the formatting. Humans, by default, only care about superficial formatting: "this is in wrong place, let's move it a bit." Computer sees a bunch of formatting instructions.
The biggest problem with WYSIWYG word processing is... well, basically the exact same problem with WYSIWYG HTML editors: You think you have the utter and ultimate control over the presentation, while you actually don't have that luxury. You merely have real-time response to the formatting decisions. Some other day (and in some other version of the program), the formatting decisions the program makes will be different. When using word processor, you have to stop thinking about the formatting and just let it do the thing for you.
Word processing and typesetting are separate tasks. If you don't understand that, and do typesetting decisions while you're doing word processing, you end up in a completely wrong place.
You have to assume your tab key doesn't know damn where to align the text - if you're submitting text for publication somewhere, it's likely to go completely wrong anyway. You have to not rely on spaces being always "space" width at all. (I export my OO.o docs to HTML which gets converted to LaTeX for PDF generation. HTML doesn't care damn about extraneous whitespace. Neither really does LaTeX.)
If you want to preserve formatting instructions at all, OpenOffice.org's style system is your bestest friend ever. You can't produce robust formatting without that thing, so learn it and learn it well.
In closing, two words: Reveal Codes.
It's LaTeX, but graphic. Really nice.
It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
Word 2003 also has a feature by which you can lock the available formatting styles to the ones you have defined. If you go to Tools > Protect, and elect to protect the styles, it will disallow any manual formatting: the user must pick from one of the available, defined styles.
But of course, I switched to LaTeX: TeXShop and BibDesk make it a joy to use on the Mac.