From ee2890c9dc20c5b0c33e1a5f3ea2d7705b4e591d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 09:33:41 -0800 Subject: Updated templates for pandoc 2.0.6 --- default.dzslides | 1 - default.epub2 | 1 - default.epub3 | 1 - default.html4 | 1 - default.html5 | 1 - default.latex | 24 ++++++++++++++++++------ default.revealjs | 1 - default.s5 | 1 - default.slideous | 1 - default.slidy | 1 - 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$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ q { quotes: "“" "”" "‘" "’"; } diff --git a/default.epub2 b/default.epub2 index 2abead3..cca9fcf 100644 --- a/default.epub2 +++ b/default.epub2 @@ -10,7 +10,6 @@ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ q { quotes: "“" "”" "‘" "’"; } diff --git a/default.epub3 b/default.epub3 index ffe2305..b227149 100644 --- a/default.epub3 +++ b/default.epub3 @@ -9,7 +9,6 @@ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ 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$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ 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$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ 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)$ \widowpenalties 1 10000 \raggedbottom $if(section-titles)$ +\setbeamertemplate{part page}{ +\centering +\begin{beamercolorbox}[sep=16pt,center]{part title} + \usebeamerfont{part title}\insertpart\par +\end{beamercolorbox} +} +\setbeamertemplate{section page}{ +\centering +\begin{beamercolorbox}[sep=12pt,center]{part title} + \usebeamerfont{section title}\insertsection\par +\end{beamercolorbox} +} +\setbeamertemplate{subsection page}{ +\centering +\begin{beamercolorbox}[sep=8pt,center]{part title} + \usebeamerfont{subsection title}\insertsubsection\par +\end{beamercolorbox} +} \AtBeginPart{ - \let\insertpartnumber\relax - \let\partname\relax \frame{\partpage} } \AtBeginSection{ \ifbibliography \else - \let\insertsectionnumber\relax - \let\sectionname\relax \frame{\sectionpage} \fi } \AtBeginSubsection{ - \let\insertsubsectionnumber\relax - \let\subsectionname\relax \frame{\subsectionpage} } $endif$ diff --git a/default.revealjs b/default.revealjs index 9e3bc8d..65ab090 100644 --- a/default.revealjs +++ b/default.revealjs @@ -21,7 +21,6 @@ $endif$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ 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$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ 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$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ 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$ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} - div.line-block{white-space: pre-line;} div.column{display: inline-block; vertical-align: top; width: 50%;} $if(quotes)$ q { quotes: "“" "”" "‘" "’"; } -- cgit v1.2.3