... | ... | @@ -8,10 +8,10 @@ How to create nice latex pdf from markdown: |
|
|
2. Update all figure includes to local path.
|
|
|
|
|
|
How to add a video:
|
|
|
\[\!\[Figure text\](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)
|
|
|
|
|
|
How to ad a picture:
|
|
|
\!\[Figure text\](https://gitlab.au.dk/rene2014/lego/raw/master/Week5/Measurements/ClapMeasurements.png).
|
|
|
Note the 'raw' part of the picture url. This way, it is not necessary to upload the pictures to the wiki.
|
|
|
|
|
|
Remember to add a newline after video and pictures! Otherwise the figure text will not be displayed in LaTeX. Note, that figure text is never shown in markdown HTML representation. |
|
|
\ No newline at end of file |
|
|
Remember to add a newline before and after pictures! Otherwise the figure text will not be displayed in LaTeX. Note, that figure text is never shown in markdown HTML representation. |
|
|
\ No newline at end of file |