minor fix

Bernardo Damele 2012-07-15 01:24:19 +01:00
parent e1d3cbd4f7
commit c05ee0eeb2

2
generatepdf.sh Normal file → Executable file

@ -1,3 +1,3 @@
#!/bin/sh
pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --toc --highlight-style=haddock --number-sections title.txt Users-manual.md
pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --toc --highlight-style=haddock --number-sections title.txt Users-manual.md