From 76644975f85a5744e6eb3f0be8a902071595b98b Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Tue, 2 Jun 2015 16:12:30 +0200 Subject: [PATCH] footnotes --- pandoc/header.tex | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/pandoc/header.tex b/pandoc/header.tex index 887b9f8..b84f64a 100644 --- a/pandoc/header.tex +++ b/pandoc/header.tex @@ -5,6 +5,8 @@ \usepackage{datetime} \usepackage[iso,english]{isodate} +\usepackage[side=true]{footmisc} + % page geometry \usepackage{geometry} \geometry{ @@ -29,30 +31,19 @@ % no page numbers \pagenumbering{gobble} +% font setup \setmainfont{Quattrocento Sans} -%\newfontfamily\sectionfont{Share-ItalicOSF} -%\newfontfamily\sectionfont{Josefin Slab} -%\newfontfamily\sectionfont{Roboto Light} \newfontfamily\sectionfont{Encode Sans ExtraLight} -%\pagestyle{fancy} -%\fancyhf{} -%\rhead{\sectionfont\small$title-meta$\selectfont} -%\lhead{Quattrocento Sans / Encode Sans ExtraLight} -%\rfoot{\sectionfont\small{printed: \isodate{\today} \currenttime \selectfont}} - -% convert header to titleps - http://www.tex-tipografia.com/titleps_fancyhdr.html +% header & footer data \newpagestyle{main}[\small]{ \setheadrule{.55pt}% - \sethead{}{}{\subsectiontitle} + \sethead{Quattrocento Sans / Encode Sans ExtraLight}{}{\subsectiontitle} % left, centre, right \setfoot{}{}{\sectionfont\small{printed: \isodate{\today} \currenttime \selectfont}} -} - +} \pagestyle{main} - - %\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont} \titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}