view org/template.org @ 106:a5539998efaf tip

change order of stuff.
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2016 11:48:04 -0700
parents 1aa7bc795be4
children
line wrap: on
line source
1 #+title: TITLE
2 #+author: Robert McIntyre
3 #+email: rlm@mit.edu
4 #+setupfile: ../../aurellem/org/setup.org
5 #+include: ../../aurellem/org/level-0.org
6 #+html_head_extra: <link rel="stylesheet"
7 #+html_head_extra: type="text/css" href="../css/ideas.css" />
8 #+options: num:nil toc:t
9 #+keywords: a, b, c
12 * Image Template
14 #+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 template
26 #+begin_html html
27 <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_html
36 Caption
38 #+begin_html html
39 </div>
40 #+end_html