Mercurial > aurellem
view org/template.org @ 103:ad24027e1911
acrefoot found the link!
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 16 Feb 2016 09:21:44 -0800 |
parents | 1aa7bc795be4 |
children |
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 #+html_head_extra: <link rel="stylesheet"7 #+html_head_extra: type="text/css" href="../css/ideas.css" />8 #+options: num:nil toc:t9 #+keywords: a, b, c12 * Image Template14 #+caption:15 #+caption:16 #+caption:17 #+caption:18 #+caption:19 #+ATTR_HTML: width="100%"20 #+ATTR_LaTeX: :width 5.5in :placement [H]21 [[file:../images/aurellem.jpg]]24 * Video template26 #+begin_html html27 <div class="video">28 <video controls="controls" preload="none" width="640" height="480"29 poster="../video/video.png">30 <source src="../video/video.ogg" type="video/ogg"/>31 <source src="../video/video.webm" type="video/webm"/>32 <source src="../video/video.mp4" type="video/mp4"/>33 </video>34 #+end_html36 Caption38 #+begin_html html39 </div>40 #+end_html