From fa25ce23d9354da29ecdfd2e929c437bed5862f2 Mon Sep 17 00:00:00 2001 From: Charles Severance Date: Sat, 12 Jun 2021 22:32:34 -0400 Subject: [PATCH] Tweak the template --- book/template.latex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/template.latex b/book/template.latex index 0139523..a512d33 100644 --- a/book/template.latex +++ b/book/template.latex @@ -136,6 +136,12 @@ $if(verbatim-in-note)$ \VerbatimFootnotes % allows verbatim text in footnotes $endif$ +\newcommand{\verbatimfont}[1]{\def\verbatim@font{#1}}% + +% Forwards compatibility with pandoc >1.14 +\providecommand{\tightlist}{% + \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} + $if(title)$ \title{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$} $endif$