commit 21d724a2a0cf3635ef9f8d907b6a50c8db30e4a1 parent 43a96277b5f30d5218806b3bbbde884ac717880d Author: Georges Dupéron <georges.duperon@cortus.com> Date: Tue, 2 Jun 2015 18:10:23 +0200 Adjusted README file to use whatever flavour of syntax github is happy with. Diffstat:
| M | README | | | 13 | +++++++------ |
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README b/README @@ -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 - scribble --dest output/ --pdf example.scrbl - scribble --dest output/ --html example.scrbl +``` +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`