Fix layout

This commit is contained in:
Andras Schmelczer 2022-09-04 17:06:39 +02:00
parent eded50a667
commit 2c8c5cf589
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 24 additions and 3 deletions

View file

@ -22,7 +22,12 @@
left=2.5cm,
right=2.5cm,
top=2.5cm,
bottom=3cm]{geometry}
bottom=2.65cm]{geometry}
\usepackage{array}
\usepackage{ragged2e}
% Left-aligned fixed-width table column
\newcolumntype{P}[1]{>{\RaggedRight\hspace{0pt}}p{#1}}
% Header & footer
\pagestyle{fancy}