No commit message authored by René Nilsson's avatar René Nilsson
No commit message
...@@ -9,7 +9,7 @@ How to create nice latex pdf from markdown: ...@@ -9,7 +9,7 @@ How to create nice latex pdf from markdown:
Or without the standalone: Or without the standalone:
```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 \url{} around urls, otherwise no linebreaks is inserted, if it is longer than one line. 4. Add \url{} around urls, otherwise no linebreaks is inserted, if it is longer than one line.
... ...
......