Add gitignore authored by René Nilsson's avatar René Nilsson
...@@ -7,7 +7,7 @@ How to create nice latex pdf from markdown: ...@@ -7,7 +7,7 @@ How to create nice latex pdf from markdown:
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:
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.
... ...
......