aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-06-21 22:48:49 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-06-21 22:48:49 -0700
commit64544dea58cc6fd50aacd8d13e019198fa7647d1 (patch)
tree491bf39c2e65b37dde47ec3eebc30cff668c626f
parent05719b6491d26aa0fcb6a7de64aeebfc75955267 (diff)
downloadpandoc-64544dea58cc6fd50aacd8d13e019198fa7647d1.tar.gz
Added subtitle to html and latex formats.
-rw-r--r--default.beamer3
-rw-r--r--default.dzslides3
-rw-r--r--default.epub3
-rw-r--r--default.epub33
-rw-r--r--default.html3
-rw-r--r--default.html53
-rw-r--r--default.latex3
-rw-r--r--default.revealjs3
-rw-r--r--default.s53
-rw-r--r--default.slideous3
-rw-r--r--default.slidy3
11 files changed, 33 insertions, 0 deletions
diff --git a/default.beamer b/default.beamer
index 5455cf804..63dfdae5e 100644
--- a/default.beamer
+++ b/default.beamer
@@ -113,6 +113,9 @@ $endfor$
$if(title)$
\title{$title$}
$endif$
+$if(subtitle)$
+\subtitle{$subtitle$}
+$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
diff --git a/default.dzslides b/default.dzslides
index edd97accf..c68492141 100644
--- a/default.dzslides
+++ b/default.dzslides
@@ -102,6 +102,9 @@ $endfor$
$if(title)$
<section class="title">
<h1 class="title">$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$
diff --git a/default.epub b/default.epub
index 5e849d784..4b51f441c 100644
--- a/default.epub
+++ b/default.epub
@@ -18,6 +18,9 @@ $endfor$
<body>
$if(titlepage)$
<h1 class="title">$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$
diff --git a/default.epub3 b/default.epub3
index ba7516052..ccd34ba85 100644
--- a/default.epub3
+++ b/default.epub3
@@ -22,6 +22,9 @@ $endfor$
<body>
$if(titlepage)$
<h1 class="title">$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$
diff --git a/default.html b/default.html
index b7b74c223..1bbeda47a 100644
--- a/default.html
+++ b/default.html
@@ -37,6 +37,9 @@ $endfor$
$if(title)$
<div id="$idprefix$header">
<h1 class="title">$title$</h1>
+$if(subtitle)$
+<h1 class="subtitle">$subtitle$</h1>
+$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$
diff --git a/default.html5 b/default.html5
index 720b2fc62..365ad0681 100644
--- a/default.html5
+++ b/default.html5
@@ -39,6 +39,9 @@ $endfor$
$if(title)$
<header>
<h1 class="title">$title$</h1>
+$if(subtitle)$
+<h1 class="subtitle">$subtitle$</h1>
+$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$
diff --git a/default.latex b/default.latex
index 5ef9170a9..2d4f17d6c 100644
--- a/default.latex
+++ b/default.latex
@@ -135,6 +135,9 @@ $endfor$
$if(title)$
\title{$title$}
$endif$
+$if(subtitle)$
+\subtitle{$subtitle$}
+$endif$
\author{$for(author)$$author$$sep$ \and $endfor$}
\date{$date$}
diff --git a/default.revealjs b/default.revealjs
index 7233e202a..4b90071b3 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -48,6 +48,9 @@ $endfor$
$if(title)$
<section>
<h1 class="title">$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$
diff --git a/default.s5 b/default.s5
index 532c164cf..0dbe35d1f 100644
--- a/default.s5
+++ b/default.s5
@@ -54,6 +54,9 @@ $endfor$
$if(title)$
<div class="titleslide slide">
<h1>$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
<h2>$for(author)$$author$$sep$<br/>$endfor$</h2>
<h3>$date$</h3>
</div>
diff --git a/default.slideous b/default.slideous
index db16a9693..c051508bf 100644
--- a/default.slideous
+++ b/default.slideous
@@ -60,6 +60,9 @@ $endfor$
$if(title)$
<div class="slide titlepage">
<h1 class="title">$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
<p class="author">
$for(author)$$author$$sep$<br/>$endfor$
</p>
diff --git a/default.slidy b/default.slidy
index b9fa79d85..50231ba6e 100644
--- a/default.slidy
+++ b/default.slidy
@@ -44,6 +44,9 @@ $endfor$
$if(title)$
<div class="slide titlepage">
<h1 class="title">$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
<p class="author">
$for(author)$$author$$sep$<br/>$endfor$
</p>