Earlier quoted context omitted.
> I am sorry but I don't see this point... Everybody is free to write a parser for .tex files and use it for whatever reason they want... It's great that you have the freedom to do that in theory. But it doesn't work in practice. The .tex format doesn't have a spec or independent implementations; it's complex and idiosyncratic, and there are no good general-purpose conversions from .tex to other formats (e.g. markdow…
You might want to try checking out Pandoc: http://johnmacfarlane.net/pandoc/
The LaTeX cargo cult
91–100 of 134 posts
Re: The LaTeX cargo cult
#92What is the alternative? The author does not propose any. Office documents do not play well with version control systems. HTML for printing is quite poor and buggy on features (e.g. column layout, page-relative positioning).
Bonus: if you're using pandoc you get native use of LaTeX's math mode.
Re: The LaTeX cargo cult
#93What is the alternative? The author does not propose any. Office documents do not play well with version control systems. HTML for printing is quite poor and buggy on features (e.g. column layout, page-relative positioning).
The author is an academic. He is concerned about writing papers. His solution is to write papers in Word, submit to journals, and let the publisher worry about the final layout.
Re: The LaTeX cargo cult
#94I understand some of the negative things about LaTeX but it generates outstanding documents that no other processing system can match so far. Specifically the typography: http://tex.stackexchange.com/questions/1319/showcase-of-beau... http://tex.stackexchange.com/questions/85904/showcase-of-bea... Also the graphs are outstanding: http://tex.stackexchange.com/questions/158668/nice-scientifi...
Re: The LaTeX cargo cult
#95Re: The LaTeX cargo cult
#96What is the alternative? The author does not propose any. Office documents do not play well with version control systems. HTML for printing is quite poor and buggy on features (e.g. column layout, page-relative positioning).
Re: The LaTeX cargo cult
#97 Quidquid LaTeX dictum sit, altum videtur
Put two documents in front of someone used to quickly scanning scientific articles. One of them is formatted using LaTeX, the other using whatever document template Word happened to be launched with. In my experience the LaTeX-formatted article will be seen as a more reliable source than the Word-formatted one, even if the contents are similar.Re: The LaTeX cargo cult
#98What is the alternative? The author does not propose any. Office documents do not play well with version control systems. HTML for printing is quite poor and buggy on features (e.g. column layout, page-relative positioning).
The article mentions markdown, HTML. I think markdown is more practical for actually writing in, and combined with pandoc it can be very powerful. Both of these formats should work well with version control. Personally, I find that markdown's minimalism goes very nicely with git. As long as you use suitable line wrapping it generates very concise and helpful diffs. Bonus: if you're using pandoc you get native use of…
Re: The LaTeX cargo cult
#99So the alternative is to use Word? That's messed up.
Somebody should add that to the Wikipedia list.