Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.21 KB

TUG2020 talk on LaTeX-on-HTTP

Presentation material for the LaTeX-on-HTTP talk at TUG2020.

The lecture video can be found on Youtube.

Slides

Open Talk slides

Demo code

Navigate the demo

Look at the code progression from the demo stages.

Run the code

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

Related resources


Yoan Tournade