Changes
Page history
Add gitignore
authored
Mar 02, 2015
by
René Nilsson
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
b606e55e
...
...
@@ -3,7 +3,12 @@ This is the home page of the wiki :)
How to create nice latex pdf from markdown:
1.
Pandoc command to generate Latex document:
1.
Pandoc command to generate a standalone Latex document:
pandoc -s -o OutputFile.tex -f markdown InputFile.markdown
Or:
pandoc -s -o OutputFile.tex -f markdown InputFile.markdown
2.
Update all figure includes to local path.
3.
Search and replace htbp with H to fix figure placement.
...
...
...
...