Skip to content

Instantly share code, notes, and snippets.

@jakobrs
Last active September 23, 2022 08:50
Show Gist options
  • Save jakobrs/efeaeb1dba783cb79459717abdaaa70c to your computer and use it in GitHub Desktop.
Save jakobrs/efeaeb1dba783cb79459717abdaaa70c to your computer and use it in GitHub Desktop.
pandoc yaml header for school projects
geometry classoption lang header-includes numbersections
a4paper
margin=2.5cm
tmargin=3cm
12pt
nb
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{hyperref}
\pagestyle{fancy}
\fancyhf{}
\onehalfspacing
\lhead{Author name}
\rhead{\today}
\rfoot{Side \thepage\ av \pageref{LastPage}}
\hypersetup{linkcolor=black, urlcolor=blue, colorlinks=true}
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment