summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:33:41 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:33:41 -0800
commitee2890c9dc20c5b0c33e1a5f3ea2d7705b4e591d (patch)
tree4feacdbc17a1d50f3aa0f3e5db7fae4c5dae4838
parentac3dc50580d7185d18dd4916782904fd733b3bfd (diff)
downloadpandoc-templates-ee2890c9dc20c5b0c33e1a5f3ea2d7705b4e591d.tar.gz
pandoc-templates-ee2890c9dc20c5b0c33e1a5f3ea2d7705b4e591d.zip
Updated templates for pandoc 2.0.6
-rw-r--r--default.dzslides1
-rw-r--r--default.epub21
-rw-r--r--default.epub31
-rw-r--r--default.html41
-rw-r--r--default.html51
-rw-r--r--default.latex24
-rw-r--r--default.revealjs1
-rw-r--r--default.s51
-rw-r--r--default.slideous1
-rw-r--r--default.slidy1
10 files changed, 18 insertions, 15 deletions
diff --git a/default.dzslides b/default.dzslides
index 73ef045..892a434 100644
--- a/default.dzslides
+++ b/default.dzslides
@@ -16,7 +16,6 @@ $endif$
16 code{white-space: pre-wrap;} 16 code{white-space: pre-wrap;}
17 span.smallcaps{font-variant: small-caps;} 17 span.smallcaps{font-variant: small-caps;}
18 span.underline{text-decoration: underline;} 18 span.underline{text-decoration: underline;}
19 div.line-block{white-space: pre-line;}
20 div.column{display: inline-block; vertical-align: top; width: 50%;} 19 div.column{display: inline-block; vertical-align: top; width: 50%;}
21$if(quotes)$ 20$if(quotes)$
22 q { quotes: "“" "”" "‘" "’"; } 21 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.epub2 b/default.epub2
index 2abead3..cca9fcf 100644
--- a/default.epub2
+++ b/default.epub2
@@ -10,7 +10,6 @@
10 code{white-space: pre-wrap;} 10 code{white-space: pre-wrap;}
11 span.smallcaps{font-variant: small-caps;} 11 span.smallcaps{font-variant: small-caps;}
12 span.underline{text-decoration: underline;} 12 span.underline{text-decoration: underline;}
13 div.line-block{white-space: pre-line;}
14 div.column{display: inline-block; vertical-align: top; width: 50%;} 13 div.column{display: inline-block; vertical-align: top; width: 50%;}
15$if(quotes)$ 14$if(quotes)$
16 q { quotes: "“" "”" "‘" "’"; } 15 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.epub3 b/default.epub3
index ffe2305..b227149 100644
--- a/default.epub3
+++ b/default.epub3
@@ -9,7 +9,6 @@
9 code{white-space: pre-wrap;} 9 code{white-space: pre-wrap;}
10 span.smallcaps{font-variant: small-caps;} 10 span.smallcaps{font-variant: small-caps;}
11 span.underline{text-decoration: underline;} 11 span.underline{text-decoration: underline;}
12 div.line-block{white-space: pre-line;}
13 div.column{display: inline-block; vertical-align: top; width: 50%;} 12 div.column{display: inline-block; vertical-align: top; width: 50%;}
14$if(quotes)$ 13$if(quotes)$
15 q { quotes: "“" "”" "‘" "’"; } 14 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.html4 b/default.html4
index a771599..714b3ff 100644
--- a/default.html4
+++ b/default.html4
@@ -18,7 +18,6 @@ $endif$
18 code{white-space: pre-wrap;} 18 code{white-space: pre-wrap;}
19 span.smallcaps{font-variant: small-caps;} 19 span.smallcaps{font-variant: small-caps;}
20 span.underline{text-decoration: underline;} 20 span.underline{text-decoration: underline;}
21 div.line-block{white-space: pre-line;}
22 div.column{display: inline-block; vertical-align: top; width: 50%;} 21 div.column{display: inline-block; vertical-align: top; width: 50%;}
23$if(quotes)$ 22$if(quotes)$
24 q { quotes: "“" "”" "‘" "’"; } 23 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.html5 b/default.html5
index 2272a01..5c484f3 100644
--- a/default.html5
+++ b/default.html5
@@ -18,7 +18,6 @@ $endif$
18 code{white-space: pre-wrap;} 18 code{white-space: pre-wrap;}
19 span.smallcaps{font-variant: small-caps;} 19 span.smallcaps{font-variant: small-caps;}
20 span.underline{text-decoration: underline;} 20 span.underline{text-decoration: underline;}
21 div.line-block{white-space: pre-line;}
22 div.column{display: inline-block; vertical-align: top; width: 50%;} 21 div.column{display: inline-block; vertical-align: top; width: 50%;}
23$if(quotes)$ 22$if(quotes)$
24 q { quotes: "“" "”" "‘" "’"; } 23 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.latex b/default.latex
index a9191aa..c36bf85 100644
--- a/default.latex
+++ b/default.latex
@@ -193,22 +193,34 @@ $if(beamer)$
193\widowpenalties 1 10000 193\widowpenalties 1 10000
194\raggedbottom 194\raggedbottom
195$if(section-titles)$ 195$if(section-titles)$
196\setbeamertemplate{part page}{
197\centering
198\begin{beamercolorbox}[sep=16pt,center]{part title}
199 \usebeamerfont{part title}\insertpart\par
200\end{beamercolorbox}
201}
202\setbeamertemplate{section page}{
203\centering
204\begin{beamercolorbox}[sep=12pt,center]{part title}
205 \usebeamerfont{section title}\insertsection\par
206\end{beamercolorbox}
207}
208\setbeamertemplate{subsection page}{
209\centering
210\begin{beamercolorbox}[sep=8pt,center]{part title}
211 \usebeamerfont{subsection title}\insertsubsection\par
212\end{beamercolorbox}
213}
196\AtBeginPart{ 214\AtBeginPart{
197 \let\insertpartnumber\relax
198 \let\partname\relax
199 \frame{\partpage} 215 \frame{\partpage}
200} 216}
201\AtBeginSection{ 217\AtBeginSection{
202 \ifbibliography 218 \ifbibliography
203 \else 219 \else
204 \let\insertsectionnumber\relax
205 \let\sectionname\relax
206 \frame{\sectionpage} 220 \frame{\sectionpage}
207 \fi 221 \fi
208} 222}
209\AtBeginSubsection{ 223\AtBeginSubsection{
210 \let\insertsubsectionnumber\relax
211 \let\subsectionname\relax
212 \frame{\subsectionpage} 224 \frame{\subsectionpage}
213} 225}
214$endif$ 226$endif$
diff --git a/default.revealjs b/default.revealjs
index 9e3bc8d..65ab090 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -21,7 +21,6 @@ $endif$
21 code{white-space: pre-wrap;} 21 code{white-space: pre-wrap;}
22 span.smallcaps{font-variant: small-caps;} 22 span.smallcaps{font-variant: small-caps;}
23 span.underline{text-decoration: underline;} 23 span.underline{text-decoration: underline;}
24 div.line-block{white-space: pre-line;}
25 div.column{display: inline-block; vertical-align: top; width: 50%;} 24 div.column{display: inline-block; vertical-align: top; width: 50%;}
26$if(quotes)$ 25$if(quotes)$
27 q { quotes: "“" "”" "‘" "’"; } 26 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.s5 b/default.s5
index 33e5397..e9c36b4 100644
--- a/default.s5
+++ b/default.s5
@@ -19,7 +19,6 @@ $endif$
19 code{white-space: pre-wrap;} 19 code{white-space: pre-wrap;}
20 span.smallcaps{font-variant: small-caps;} 20 span.smallcaps{font-variant: small-caps;}
21 span.underline{text-decoration: underline;} 21 span.underline{text-decoration: underline;}
22 div.line-block{white-space: pre-line;}
23 div.column{display: inline-block; vertical-align: top; width: 50%;} 22 div.column{display: inline-block; vertical-align: top; width: 50%;}
24$if(quotes)$ 23$if(quotes)$
25 q { quotes: "“" "”" "‘" "’"; } 24 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.slideous b/default.slideous
index 4c5e6a7..ad58272 100644
--- a/default.slideous
+++ b/default.slideous
@@ -20,7 +20,6 @@ $endif$
20 code{white-space: pre-wrap;} 20 code{white-space: pre-wrap;}
21 span.smallcaps{font-variant: small-caps;} 21 span.smallcaps{font-variant: small-caps;}
22 span.underline{text-decoration: underline;} 22 span.underline{text-decoration: underline;}
23 div.line-block{white-space: pre-line;}
24 div.column{display: inline-block; vertical-align: top; width: 50%;} 23 div.column{display: inline-block; vertical-align: top; width: 50%;}
25$if(quotes)$ 24$if(quotes)$
26 q { quotes: "“" "”" "‘" "’"; } 25 q { quotes: "“" "”" "‘" "’"; }
diff --git a/default.slidy b/default.slidy
index 5bc237c..98b8d66 100644
--- a/default.slidy
+++ b/default.slidy
@@ -20,7 +20,6 @@ $endif$
20 code{white-space: pre-wrap;} 20 code{white-space: pre-wrap;}
21 span.smallcaps{font-variant: small-caps;} 21 span.smallcaps{font-variant: small-caps;}
22 span.underline{text-decoration: underline;} 22 span.underline{text-decoration: underline;}
23 div.line-block{white-space: pre-line;}
24 div.column{display: inline-block; vertical-align: top; width: 50%;} 23 div.column{display: inline-block; vertical-align: top; width: 50%;}
25$if(quotes)$ 24$if(quotes)$
26 q { quotes: "“" "”" "‘" "’"; } 25 q { quotes: "“" "”" "‘" "’"; }