
The arXiv papers
I regularly publish papers in LaTeX2Web whose sources are available on arXiv.org e-Print archive. There are two benefits from this.
Improve LaTeX2Web
The diversity of papers available on arXiv makes it an excellent stimulation for improving the compatibility of LaTeX2Web. I try to cover the whole range of categories which are displayed on their home page. This offers a rich range of LaTeX configurations.
Compare their web output to the output of LaTeX2Web.
ArXiv has dedicated resources to port their content to HTML (for details, see accessible HTML - arXiv info). For reasons that will be detailed below, it is interesting to compare their output to what LaTeX2Web provides.
The approach to LaTeX rendering on the Internet differ between what arXiv does and what LaTeX2Web does. There are also common points.
Common points
Both arXiv and LaTeX2Web use the excellent MathJax (MathJax | Beautiful math in all browsers.) JavaScript engine to render mathematical content. These guys there do a fantastic job. There is however a small downside to this: all the math rendering is done inside your browser, which means that, if you have a slow device, this may take a while. This is not due to what arXiv or LaTeX2Web do on the server side.
Differences
ArXiv produces static web pages, probably on top of LaTeXML (LaTeXML A LaTeX to XML/HTML/MathML Converter). There are pros and cons to this: * arXiv re-uses existing software, which has good sides * LaTeXML strictly produces HTML code from LaTeX, which means that the output is a static page. This means that the web page does not react to the user action, apart from basic HTML functionality, such as following links.
Conclusion
I think that the arXiv approach fits well their primary purpose: to be an archive of documents.
At LaTeX2Web, we are convinced that there is more to LaTeX documents than what traditional LaTeX processing provides. Being both a LaTeX author and a web designer/programmer, I see what the modern web can offer to LaTeX documents, and interactivity is an essential part of it (More on this in a future post).
Thanks for the reading, and if you want to have a look at the arXiv papers on LaTeX2Web, just go here: The arXiv papers | arXiv Papers .
To fully appreciate the result, do not forget to have a look at it on mobile!