Semi-unrelated: Does anyone recommend a good LaTeX tutorial/book?
Lout: An alternative to LaTeX?
11–20 of 49 posts
Re: Lout: An alternative to LaTeX?
#12An increasingly interesting Latex replacement is, maybe surprisingly, html in combination with css and javascript. With every update of our browser the inspection and debugging tools become more powerful and every time I can track layout and programming bugs a little bit faster. With the addition of more properties targeting paged media in css3 it now becomes possible to also create nicely looking pdfs starting from html. Prince (http://www.princexml.com/), for example, is ahead of the browsers for CSS paged media properties and outputs a pdf-file directly. But also typical features for which we praise Latex are becoming available:
- Mathematical formulae: http://www.mathjax.org/
- Bibliographies: http://citationstyles.org/
- Advanced hyphenation: http://code.google.com/p/hyphenator/
Most people only use the basic commands and don't care about the underlying engine. Therefore, Latex as a 'writing' language is not too attached to the Tex 'programming' language. Pandoc (http://johnmacfarlane.net/pandoc/) could be enough to translate such Latex code to another markup format and use another engine. (Academics tend to use advanced Latex macros only when in need of space ;-))
Re: Lout: An alternative to LaTeX?
#13I love Latex but it (or more specifically TeX) is showing its age. It's perfect for writing a paper given a good template but writing and debugging these templates (.cls, .sty) is unnecessarily hard. For my job (in academia), I have to update such Latex templates on a monthly basis and always end up looking at the current improvements for Latex. This updating task involves not 'writing' in Latex but 'programming' in…
Re: Lout: An alternative to LaTeX?
#14Kingston has a successor language, called Nonpareil, which seems to have been in development for quite some time: http://sydney.edu.au/engineering/it/~jeff/nonpareil . I love (La)TeX, but I'd also love to see viable alternatives in place. However, I've never heard a success story (for example, "I wrote a book in it and it was pleasant"—or even "… a paper … painless"!). In fact, this is the first story I've heard of a…
Re: Lout: An alternative to LaTeX?
#15I love Latex but it (or more specifically TeX) is showing its age. It's perfect for writing a paper given a good template but writing and debugging these templates (.cls, .sty) is unnecessarily hard. For my job (in academia), I have to update such Latex templates on a monthly basis and always end up looking at the current improvements for Latex. This updating task involves not 'writing' in Latex but 'programming' in…
Re: Lout: An alternative to LaTeX?
#16It's cute and I liked that the language was generally sane but ultimately the typesetting quality was noticeably inferior to TeX even for block text; for setting mathematics Lout manages to make almost every single decision subtly wrong. Lout text quality is about comparable to troff in this way. If I'd never seen TeX it would look probably fine, or at least acceptable, but I can't stand to look at it today.
Re: Lout: An alternative to LaTeX?
#17Do they really still require users to explicitly mark paragraphs?
Re: Lout: An alternative to LaTeX?
#18I love Latex but it (or more specifically TeX) is showing its age. It's perfect for writing a paper given a good template but writing and debugging these templates (.cls, .sty) is unnecessarily hard. For my job (in academia), I have to update such Latex templates on a monthly basis and always end up looking at the current improvements for Latex. This updating task involves not 'writing' in Latex but 'programming' in…
In my opinion LuaTeX (and its LaTeX counterpart) is the future of TeX. It builds upon the strong base of TeX and combines it with Lua which is a fine language for this purpose.
[1] http://hyphenator.googlecode.com/svn/tags/Version%204.0.0/Wo...
Re: Lout: An alternative to LaTeX?
#19Semi-unrelated: Does anyone recommend a good LaTeX tutorial/book?
Re: Lout: An alternative to LaTeX?
#20I love Latex but it (or more specifically TeX) is showing its age. It's perfect for writing a paper given a good template but writing and debugging these templates (.cls, .sty) is unnecessarily hard. For my job (in academia), I have to update such Latex templates on a monthly basis and always end up looking at the current improvements for Latex. This updating task involves not 'writing' in Latex but 'programming' in…