Changes
Page history
No commit message
authored
Mar 02, 2015
by
René Nilsson
No commit message
Hide whitespace changes
Inline
Side-by-side
home.markdown
View page @
1f3b73c4
...
@@ -4,12 +4,12 @@ This is the home page of the wiki :)
...
@@ -4,12 +4,12 @@ This is the home page of the wiki :)
How to create nice latex pdf from markdown:
How to create nice latex pdf from markdown:
1.
Pandoc command to generate a standalone Latex document:
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 option:
Or without the standalone option:
pandoc -o OutputFile.tex -f markdown InputFile.markdown
pandoc -o OutputFile.tex -f markdown InputFile.markdown
2.
Update all figure includes to local path.
2.
Update all figure includes to local path.
3.
Search and replace htbp with H to fix figure placement.
3.
Search and replace htbp with H to fix figure placement.
4.
Add
\u
rl{} around urls, otherwise no linebreaks is inserted, if it is longer than one line.
4.
Add
\u
rl{} around urls, otherwise no linebreaks is inserted, if it is longer than one line.
...
...
...
...