Files
ResInsight/Documentation/source/README.md

9 lines
259 B
Markdown
Raw Normal View History

2013-10-18 16:57:06 +02:00
#Create PDF#
Pandoc can be used to generated PDF from a markdown file like this
pandoc -f markdown_github GettingStarted.md -o GettingStarted.pdf
See here for information on Pandoc
[http://johnmacfarlane.net/pandoc/](http://johnmacfarlane.net/pandoc/)