README.md (261B)
1 # Scribble (racket) example with LaTeX math both in PDF and HTML 2 3 ``` 4 git submodule init 5 git submodule update 6 scribble --dest output/ --pdf example.scrbl 7 scribble --dest output/ --html example.scrbl 8 ``` 9 10 Then open `output/example.pdf` and `output/example.html`