Presentation material for the LaTeX-on-HTTP talk at TUG2020.
The lecture video can be found on Youtube.
Look at the code progression from the demo stages.
To run the demo code, you'll need:
With Pipenv, run the following command to install Python dependencies to run the demo:
pipenv install
Then you can run the demo:
pipenv run python demo.py
You can also run any intermediate step of the demo. For example for the Hello world step:
pipenv run python stages/1-hello-world/demo.py
- LaTeX-on-HTTP: https://github.com/YtoTech/latex-on-http
- Interactive web demo: https://latex-http-demo.ytotech.com/
Yoan Tournade