Go to file
2015-06-02 18:28:50 +02:00
bracket@bcf8a50895 Initial commit. 2015-06-02 18:07:45 +02:00
output Added document title. 2015-06-02 18:28:50 +02:00
.gitmodules Initial commit. 2015-06-02 18:07:45 +02:00
example.scrbl Added document title. 2015-06-02 18:28:50 +02:00
math-scribble Initial commit. 2015-06-02 18:07:45 +02:00
math.rkt Initial commit. 2015-06-02 18:07:45 +02:00
README.md Adjusted README file to use whatever flavour of syntax github is happy with. 2015-06-02 18:11:35 +02:00

Scribble (racket) example with LaTeX math both in PDF and HTML

git submodule init
git submodule update
scribble --dest output/ --pdf example.scrbl
scribble --dest output/ --html example.scrbl

Then open output/example.pdf and output/example.html