Mercurial > aurellem
view 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 source
1 #+title: TITLE2 #+author: Robert McIntyre3 #+email: rlm@mit.edu4 #+setupfile: ../../aurellem/org/setup.org5 #+include: ../../aurellem/org/level-0.org6 #+options: num:nil toc:t7 #+keywords: a, b, c10 * Image Template12 #+caption:13 #+caption:14 #+caption:15 #+caption:16 #+caption:17 #+ATTR_HTML: width="100%"18 #+ATTR_LaTeX: :width 5.5in :placement [H]19 [[file:../images/aurellem.jpg]]22 * Video template24 #+begin_html html25 <div class="video">26 <video controls="controls" preload="none" width="640" height="480"27 poster="../video/video.png">28 <source src="../video/video.ogg" type="video/ogg"/>29 <source src="../video/video.webm" type="video/webm"/>30 <source src="../video/video.mp4" type="video/mp4"/>31 </video>32 #+end_html34 Caption36 #+begin_html37 </div>38 #+end_html