|
|
|
|
|
by AlephGarden
3690 days ago
|
|
What's wrong with LaTeX (or extensions like XeTeX or LuaTeX)? Cursory searching pops up tools such as LaTeXML (http://dlmf.nist.gov/LaTeXML) for converting from LaTeX to XML; not that I've used it, but it seems to have about a 60% success rate at converting arXiv papers [1]. That's still about 20,000 papers that don't build successfully, but it's a tool that could be improved. What would you suggest as an alternative to LaTeX or Word? I'm just curious; I use LaTeX regularly and think it works just fine. [1]http://arxmliv.kwarc.info/ |
|
I don't know of any good alternatives. LaTeX succeeded because of its excellent extensibility, so the core can be used to produce almost anything. I'd like to find similarly extensible tools that can cleanly produce XML as well as PDF. Maybe Pollen (http://docs.racket-lang.org/pollen/) will be one.
There's also Scholarly Markdown (http://scholarlymarkdown.com/), but I suspect Markdown's lack of easy extensibility will doom it, since you'd have to write documents that fit narrowly into the features they provide. (What if you want a "remark" environment and they don't provide it?) reStructuredText is also an option, since it's built for extension, but it's not very well-known outside of Python circles.