added latex preamble
This commit is contained in:
parent
76a12e5a3d
commit
eb3124e30d
1 changed files with 22 additions and 0 deletions
22
src/main/resources/tex/preamble.tex
Normal file
22
src/main/resources/tex/preamble.tex
Normal file
|
@ -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$$}
|
Loading…
Add table
Add a link
Reference in a new issue