NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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)
LaTeX is definitely one of those things which seems blindingly obvious only once you understand it.
Reply to This
Parent
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