I don't actually want a word processor. I prefer using something like DocBook or LaTeX for making presentation-quality printable documents. I wanted something that could read and display RTF with reasonable fidelity. Yesterday, I found that AbiWord does render RTF documents reasonably well, but not that well, and not at all quickly.
Today, I found that AbiWord installs some butt-ugly fonts early in the fontpath (i.e. before the adobe-*-*..-* fonts). Included in this is the AbiWord version of Arial and Times, which Mozilla picks up to render lots of common web pages as hideous, unreadable monstrosities.
First, I didn't realize the cause. When I started poking around, AbiWord left the building post haste. About fifteen minutes later (after I found the brain cells that remembered to do a xset fp rehash) everything started looking normal again.
LaTeX/DocBook things (Score:2)
I prefer using something like DocBook or LaTeX for making presentation-quality printable documents.
From what I can tell, TeX is exactly what I want for just about everything I could ever possibly deal with. The problem is that it seems to have a rather tough learning curve -- especially since what I want to do with it isn't the typical case of writing up scientific papers. I mainly want to do multilingual stuff, mostly Latin-script with unusual accents. But when last I said "Alright, I'm learning TeX t
Re:LaTeX/DocBook things (Score:1)
I think it's worth persevering with (La)TeX: once you've got to grips with it, it's quite easy to use and very flexible, especially if you can reuse someone else's document class files.
Unfortunately, I'm now in the corporate world of MS Word
Re:LaTeX/DocBook things (Score:1)
LaTeX is definitely one of those things which seems blindingly obvious only once you understand it.
Re:LaTeX/DocBook things (Score:2)
Yes, I've been warned away from LaTeX for this reason and others -- notably that it's based on preprocessing and therefore is prone to reporting an error on line 123 of the TeX which corresponds to god-knows-what line of your real LaTeX input.
The other complaint I heard is that le grand esprit behind LaTeX (Lamport?) is a "design fascist", and that the templates are inflexible, so that you end up having
Re:LaTeX/DocBook things (Score:1)
Of course you have to learn TeX (and probably Metafont) if you want fine control over every aspect of your document's appearance. That's more or less the point of LaTeX: you describe the logical structure of your document, rather than describing exactly how to set it. Personally I find the results very appealing, but presumably not everybody agrees.
The real
Re:LaTeX/DocBook things (Score:2)
LaTeX is a huge improvement over TeX, in that it helps focus on substance over style. But it's not 1993 anymore, and there are other ways to focus on substance.
Re: LaTeX/DocBook things (Score:1)
Re: LaTeX/DocBook things (Score:2)
DocBook is a reasonable XML format for writing documentation; it's been in use for over a decade and has benefitted from lots of thinking about logical document descriptions. There is also reasonable support for converting DocBook into common output formats (HTML, RTF, PDF, etc.), but that suffers from the same problem as (La)TeX -- the tools only begin to make sense once you warp your mind to their expectation ho
A simple RTF viewer/editor (Score:1)