diff --git a/src/main/resources/tex/preamble.tex b/src/main/resources/tex/preamble.tex new file mode 100644 index 0000000..aa30691 --- /dev/null +++ b/src/main/resources/tex/preamble.tex @@ -0,0 +1,22 @@ +\documentclass[a4paper]{article} +\usepackage{graphicx} +\usepackage{fancyhdr} +\usepackage{geometry} +\usepackage{xcolor} +\usepackage[T1]{fontenc} + +\pagestyle{fancy} + +\geometry{ + top=2.5cm, % Top margin + bottom=3cm, % Bottom margin + left=2.5cm, % Left margin + right=2.5cm, % Right margin + headheight=25pt, % Header height + footskip=1.5cm, % Space from the bottom margin to the baseline of the footer + headsep=0.5cm, % Space from the top margin to the baseline of the header + %showframe, % Uncomment to show how the type block is set on the page +} + +\rhead{Multimodal Parliament Explorer} +\lhead{PDF Speech Export for $$EXPORTCATEGORY$$}