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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'default.context') 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 -- cgit v1.2.3