From 3bb84f4a2f50ff5276048a9d0a4f3d90791f7a2a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 11 Dec 2019 22:09:39 -0800 Subject: Updated templates for pandoc 2.9 --- default.context | 8 ++++---- default.revealjs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/default.context b/default.context index b8886d9..5e67eaa 100644 --- a/default.context +++ b/default.context @@ -133,18 +133,18 @@ $endfor$ \starttext $if(title)$ \startalignment[middle] - {\tfd $title$} + {\tfd\setupinterlinespace $title$} $if(subtitle)$ \smallskip - {\tfa $subtitle$} + {\tfa\setupinterlinespace $subtitle$} $endif$ $if(author)$ \smallskip - {\tfa $for(author)$$author$$sep$\crlf $endfor$} + {\tfa\setupinterlinespace $for(author)$$author$$sep$\crlf $endfor$} $endif$ $if(date)$ \smallskip - {\tfa $date$} + {\tfa\setupinterlinespace $date$} $endif$ \bigskip \stopalignment diff --git a/default.revealjs b/default.revealjs index f63fc14..4d2710f 100644 --- a/default.revealjs +++ b/default.revealjs @@ -55,7 +55,7 @@ $endfor$
$if(title)$ -
+

$title$

$if(subtitle)$

$subtitle$

-- cgit v1.2.3