From c9658790bd19de81abc5f2f5565ec66f6099e5b6 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 1 Sep 2024 17:22:27 -0400 Subject: adjusted report tempalte --- pandoc/templates/report.latex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pandoc/templates') diff --git a/pandoc/templates/report.latex b/pandoc/templates/report.latex index 25b863f..3ab8eb3 100644 --- a/pandoc/templates/report.latex +++ b/pandoc/templates/report.latex @@ -38,9 +38,7 @@ $endif$ \defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1} \fi \usepackage{fancyhdr} -\renewcommand{\headrulewidth}{1pt} -\pagestyle{fancy} -\fancyhead[C]{$title$} +\pagestyle{headings} $if(fontfamily)$ $else$ $-- Set default font before Beamer theme so the theme can override it @@ -164,7 +162,7 @@ $if(verbatim-in-note)$ \usepackage{fancyvrb} $endif$ \usepackage{xcolor} -\usepackage[left=1.25in,right=1.25in,top=1in,bottom=1in]{geometry} +\usepackage[margin=1in]{geometry} $if(listings)$ \usepackage{listings} \newcommand{\passthrough}[1]{#1} -- cgit v1.2.3