Go to file
Georges Dupéron 43a96277b5 Initial commit.
2015-06-02 18:07:45 +02:00
bracket@bcf8a50895 Initial commit. 2015-06-02 18:07:45 +02:00
output Initial commit. 2015-06-02 18:07:45 +02:00
.gitmodules Initial commit. 2015-06-02 18:07:45 +02:00
example.scrbl Initial commit. 2015-06-02 18:07:45 +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 Initial commit. 2015-06-02 18:07:45 +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`