diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-09-01 17:22:27 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-09-01 17:22:27 -0400 |
| commit | c9658790bd19de81abc5f2f5565ec66f6099e5b6 (patch) | |
| tree | cee7a60c4a859f03037cf90271a39202b55c0a1c /pandoc/templates | |
| parent | afd3cf45a9ddca3e61114aae0185576473df8b9b (diff) | |
adjusted report tempalte
Diffstat (limited to 'pandoc/templates')
| -rw-r--r-- | pandoc/templates/report.latex | 6 |
1 files changed, 2 insertions, 4 deletions
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} |
