Towards LaTeX in the Browser
hackernoon.com
Towards LaTeX in the Browser
1–10 of 68 posts
Re: Towards LaTeX in the Browser
#2Edit: it exists! https://github.com/manuels/texlive.js/ is a limited port of LaTeX to JS, rendered to PDF
Re: Towards LaTeX in the Browser
#3Re: Towards LaTeX in the Browser
#4Re: Towards LaTeX in the Browser
#5I wonder if somebody has taken TeX and compiled to the browser in wasm using emscripten. That would be easier to port but heavy on load times. Edit: it exists! https://github.com/manuels/texlive.js/ is a limited port of LaTeX to JS, rendered to PDF
Re: Towards LaTeX in the Browser
#6Re: Towards LaTeX in the Browser
#7Are there any other solutions to document typesetting with latex-like features? TeX is very obtuse for someone who hasn't been using it for a long time.
And, if you feel like spending an obscene amount of money, on the order of $10k, there's Arbortext APP[2]. (I don't know why this even exists?)
[0]: https://ulyssesapp.com/ [1]: https://www.scribus.net/ [2]: https://en.wikipedia.org/wiki/Arbortext_Advanced_Print_Publi...
Re: Towards LaTeX in the Browser
#8Are there any other solutions to document typesetting with latex-like features? TeX is very obtuse for someone who hasn't been using it for a long time.
[1]: https://pandoc.org/index.html [2]: http://rmarkdown.rstudio.com/
Re: Towards LaTeX in the Browser
#9Re: Towards LaTeX in the Browser
#10Are there any other solutions to document typesetting with latex-like features? TeX is very obtuse for someone who hasn't been using it for a long time.
A common solution is to use LaTeX, but to use it indirectly: write in Markdown and convert to PDF using Pandoc [1], which uses LaTeX in the background. This is (part of) the process used in RMarkdown [2], for example. That way, you get all the benefits of TeX and LaTeX but without most of the pain. [1]: https://pandoc.org/index.html [2]: http://rmarkdown.rstudio.com/