diff org/template.org @ 94:f6df92e5367e

merge.
author rlm <rlm@aurellem.org>
date Sat, 06 Feb 2016 15:26:31 -0800
parents effc23e38a82
children 1aa7bc795be4
line wrap: on
line diff
     1.1 --- a/org/template.org	Sat Feb 06 15:23:11 2016 -0800
     1.2 +++ b/org/template.org	Sat Feb 06 15:26:31 2016 -0800
     1.3 @@ -6,12 +6,33 @@
     1.4  #+options: num:nil toc:t
     1.5  #+keywords: a, b, c
     1.6  
     1.7 -#+caption: Aurellem sun
     1.8 +
     1.9 +* Image Template
    1.10 +
    1.11  #+caption: 
    1.12 +#+caption: 
    1.13 +#+caption:
    1.14 +#+caption: 
    1.15 +#+caption:
    1.16  #+ATTR_HTML: width="100%"
    1.17  #+ATTR_LaTeX: :width 5.5in :placement [H]
    1.18 -[[file:../images/aurellem.jpg][file:../images/thumbs/aurellem.jpg]]
    1.19 +[[file:../images/aurellem.jpg]]
    1.20  
    1.21  
    1.22 +* Video template
    1.23  
    1.24 +  #+begin_html html
    1.25 +  <div class="video">
    1.26 +  <video controls="controls" preload="none" width="640" height="480"
    1.27 +  poster="../video/video.png">
    1.28 +  <source src="../video/video.ogg"  type="video/ogg"/>
    1.29 +  <source src="../video/video.webm" type="video/webm"/>
    1.30 +  <source src="../video/video.mp4"  type="video/mp4"/>
    1.31 +  </video>
    1.32 +  #+end_html
    1.33  
    1.34 +  Caption
    1.35 +
    1.36 +  #+begin_html
    1.37 +  </div>
    1.38 +  #+end_html