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 @
a7e3a5a7
...
@@ -6,6 +6,7 @@ How to create nice latex pdf from markdown:
...
@@ -6,6 +6,7 @@ How to create nice latex pdf from markdown:
1.
Pandoc command to generate Latex document:
1.
Pandoc command to generate Latex document:
pandoc -s -o OutputFile.tex -f markdown InputFile.markdown
pandoc -s -o OutputFile.tex -f markdown InputFile.markdown
2.
Update all figure includes to local path.
2.
Update all figure includes to local path.
3.
Add
\u
rl{} around urls (Otherwise no linebreaks is inserted, if it is longer than one line)
How to add a video:
How to add a video:
\[\!\[
Video text will not be displayed
\]
(http://img.youtube.com/vi/FSDBoUJO2es/0.jpg)](http://www.youtube.com/watch?v=FSDBoUJO2es)
\[\!\[
Video text will not be displayed
\]
(http://img.youtube.com/vi/FSDBoUJO2es/0.jpg)](http://www.youtube.com/watch?v=FSDBoUJO2es)
...
...
...
...