Changes
Page history
No commit message
authored
Mar 02, 2015
by
René Nilsson
No commit message
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
f1cfb264
...
...
@@ -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.
...
...
...
...