Adjusted README file to use whatever flavour of syntax github is happy with.

This commit is contained in:
Georges Dupéron 2015-06-02 18:10:23 +02:00
parent 43a96277b5
commit 21d724a2a0

13
README
View File

@ -1,9 +1,10 @@
Scribble (racket) example with LaTeX math both in PDF and HTML # Scribble (racket) example with LaTeX math both in PDF and HTML
==============================================================
git submodule init ```
git submodule update git submodule init
scribble --dest output/ --pdf example.scrbl git submodule update
scribble --dest output/ --html example.scrbl scribble --dest output/ --pdf example.scrbl
scribble --dest output/ --html example.scrbl
```
Then open `output/example.pdf` and `output/example.html` Then open `output/example.pdf` and `output/example.html`