Mercurial > aurellem
annotate 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 |
rev | line source |
---|---|
rlm@84 | 1 #+title: TITLE |
rlm@84 | 2 #+author: Robert McIntyre |
rlm@84 | 3 #+email: rlm@mit.edu |
rlm@84 | 4 #+setupfile: ../../aurellem/org/setup.org |
rlm@84 | 5 #+include: ../../aurellem/org/level-0.org |
rlm@98 | 6 #+html_head_extra: <link rel="stylesheet" |
rlm@98 | 7 #+html_head_extra: type="text/css" href="../css/ideas.css" /> |
rlm@90 | 8 #+options: num:nil toc:t |
rlm@90 | 9 #+keywords: a, b, c |
rlm@84 | 10 |
rlm@94 | 11 |
rlm@94 | 12 * Image Template |
rlm@94 | 13 |
rlm@84 | 14 #+caption: |
rlm@94 | 15 #+caption: |
rlm@94 | 16 #+caption: |
rlm@94 | 17 #+caption: |
rlm@94 | 18 #+caption: |
rlm@84 | 19 #+ATTR_HTML: width="100%" |
rlm@84 | 20 #+ATTR_LaTeX: :width 5.5in :placement [H] |
rlm@94 | 21 [[file:../images/aurellem.jpg]] |
rlm@84 | 22 |
rlm@84 | 23 |
rlm@94 | 24 * Video template |
rlm@84 | 25 |
rlm@94 | 26 #+begin_html html |
rlm@94 | 27 <div class="video"> |
rlm@94 | 28 <video controls="controls" preload="none" width="640" height="480" |
rlm@94 | 29 poster="../video/video.png"> |
rlm@94 | 30 <source src="../video/video.ogg" type="video/ogg"/> |
rlm@94 | 31 <source src="../video/video.webm" type="video/webm"/> |
rlm@94 | 32 <source src="../video/video.mp4" type="video/mp4"/> |
rlm@94 | 33 </video> |
rlm@94 | 34 #+end_html |
rlm@93 | 35 |
rlm@94 | 36 Caption |
rlm@94 | 37 |
rlm@98 | 38 #+begin_html html |
rlm@94 | 39 </div> |
rlm@94 | 40 #+end_html |