From 3e27939b66a7d57507cfff0fb6d0a066eb5172b9 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Thu, 21 May 2015 16:56:49 +0200 Subject: [PATCH] =?UTF-8?q?+=20=E2=80=98pandoc/header.tex=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pandoc/header.tex | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pandoc/header.tex diff --git a/pandoc/header.tex b/pandoc/header.tex new file mode 100644 index 0000000..7b4a5ff --- /dev/null +++ b/pandoc/header.tex @@ -0,0 +1,37 @@ +\usepackage{fancyhdr} +\usepackage{fontspec} +\usepackage{titlesec} +\usepackage{graphicx} + +\usepackage{datetime} +\usepackage[iso,english]{isodate} + +% unix shell date +%\immediate\write18{date >\jobname.date} + +% no page numbers +\pagenumbering{gobble} + + +\setmainfont{Quattrocento Sans} +%\newfontfamily\sectionfont{Share-ItalicOSF} +%\newfontfamily\sectionfont{Josefin Slab} +\newfontfamily\sectionfont{Roboto Light} + +\pagestyle{fancy} +\fancyhf{} +%\rhead{various \XeTeX} +\lhead{Quattrocento Sans / Roboto Light } +\rfoot{\sectionfont\tiny{printed: \isodate{\today} \currenttime \selectfont}} + + +\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont} +\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont} + + +%\titleformat*{\subsubsection}{\sectionfont\resizebox{40pt}{!}\selectfont} +%\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont} + + +%\titleformat{\subsection}{\sectionfont\selectfont}{\resizebox{10cm}{!}]{\thesection}}{1em}{} +%\titleformat{\subsubsection}{\sectionfont\selectfont}{\resizebox{10cm}{!}]{\thesection}}{1em}{}