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)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$endfor$ diff --git a/default.epub b/default.epub index 5e849d784..4b51f441c 100644 --- a/default.epub +++ b/default.epub @@ -18,6 +18,9 @@ $endfor$ $if(titlepage)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$endfor$ diff --git a/default.epub3 b/default.epub3 index ba7516052..ccd34ba85 100644 --- a/default.epub3 +++ b/default.epub3 @@ -22,6 +22,9 @@ $endfor$ $if(titlepage)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$endfor$ diff --git a/default.html b/default.html index b7b74c223..1bbeda47a 100644 --- a/default.html +++ b/default.html @@ -37,6 +37,9 @@ $if(title)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$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)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$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)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$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)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$

$for(author)$$author$$sep$
$endfor$

$date$

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)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$

$for(author)$$author$$sep$
$endfor$

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)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$

$for(author)$$author$$sep$
$endfor$