davidar / TeX.js

TeXify: Typesetting for the Web
https://TeXify.davidar.io/
Apache License 2.0
47 stars 2 forks source link

[info] More test articles available #17

Open dginev opened 6 years ago

dginev commented 6 years ago

Hi @davidar !

Unsure how best to reach you, so opening an "info" issue.

I have refreshed the arXiv (tex-to-html) build system I maintain, and it makes a lot more articles -- loaded with TeX.js -- available for easy testing and diagnostics.

It has a new URL and you can inspect the reports at: https://corpora.mathweb.org/corpus/arxmliv/tex_to_html

Individual articles now have dedicated URLs (similar to arxiv-vanity) and you can see a (random) example at: https://corpora.mathweb.org/preview/arxmliv/tex_to_html/astro-ph0001007

Several items that I am wondering about:

I was very impressed to see the new table of contents, with bibliography items linked to http://doai.io identifiers (or if it is not new - I just discovered it! :+1: ), super cool. Tiny quibble there - the doai links could have a target='_blank' attribute set, since you never really want to navigate away from the article to see a citation.

Feel free to send me suggestions on how to improve serving the assets in that page to make TeX.js load as flawlessly as possible, I am currently investigating if I can pull the zip-to-html asset unpacking entirely in the backend, to avoid the very awkward document.write I have to resort to now.