summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default.latex9
-rw-r--r--default.ms5
-rw-r--r--default.revealjs5
3 files changed, 18 insertions, 1 deletions
diff --git a/default.latex b/default.latex
index e989f27..3109337 100644
--- a/default.latex
+++ b/default.latex
@@ -7,10 +7,19 @@ $endif$$if(dir)$$if(latex-dir-rtl)$
7$endif$$endif$% 7$endif$$endif$%
8\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$if(beamer)$ignorenonframetext,$if(handout)$handout,$endif$$if(aspectratio)$aspectratio=$aspectratio$,$endif$$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$} 8\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$if(beamer)$ignorenonframetext,$if(handout)$handout,$endif$$if(aspectratio)$aspectratio=$aspectratio$,$endif$$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
9$if(beamer)$ 9$if(beamer)$
10$if(background-image)$
11\usebackgroundtemplate{%
12\includegraphics[width=\paperwidth]{$background-image$}%
13}
14$endif$
15\usepackage{pgfpages}
10\setbeamertemplate{caption}[numbered] 16\setbeamertemplate{caption}[numbered]
11\setbeamertemplate{caption label separator}{: } 17\setbeamertemplate{caption label separator}{: }
12\setbeamercolor{caption name}{fg=normal text.fg} 18\setbeamercolor{caption name}{fg=normal text.fg}
13\beamertemplatenavigationsymbols$if(navigation)$$navigation$$else$empty$endif$ 19\beamertemplatenavigationsymbols$if(navigation)$$navigation$$else$empty$endif$
20$for(beameroption)$
21\setbeameroption{$beameroption$}
22$endfor$
14$endif$ 23$endif$
15$if(beamerarticle)$ 24$if(beamerarticle)$
16\usepackage{beamerarticle} % needs to be loaded first 25\usepackage{beamerarticle} % needs to be loaded first
diff --git a/default.ms b/default.ms
index f420433..02bbc62 100644
--- a/default.ms
+++ b/default.ms
@@ -90,7 +90,10 @@ $for(author)$
90$author$ 90$author$
91$endfor$ 91$endfor$
92$if(date)$ 92$if(date)$
93.ND "$date$" 93.AU
94.sp 0.5
95.ft R
96$date$
94$endif$ 97$endif$
95$if(abstract)$ 98$if(abstract)$
96.AB 99.AB
diff --git a/default.revealjs b/default.revealjs
index 65ab090..6f847e2 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -197,6 +197,11 @@ $endif$
197$if(parallaxBackgroundImage)$ 197$if(parallaxBackgroundImage)$
198 // Parallax background image 198 // Parallax background image
199 parallaxBackgroundImage: '$parallaxBackgroundImage$', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" 199 parallaxBackgroundImage: '$parallaxBackgroundImage$', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
200$else$
201$if(background-image)$
202 // Parallax background image
203 parallaxBackgroundImage: '$background-image$', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
204$endif$
200$endif$ 205$endif$
201$if(parallaxBackgroundSize)$ 206$if(parallaxBackgroundSize)$
202 // Parallax background size 207 // Parallax background size