No commit message authored by René Nilsson's avatar René Nilsson
No commit message
......@@ -5,9 +5,9 @@ How to create nice latex pdf from markdown:
1. Pandoc command to generate a standalone Latex document:
```pandoc -s -o OutputFile.tex -f markdown InputFile.markdown```
pandoc -s -o OutputFile.tex -f markdown InputFile.markdown
Or without the standalone:
Or without the standalone option:
pandoc -o OutputFile.tex -f markdown InputFile.markdown
2. Update all figure includes to local path.
......
......