-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.tex
More file actions
43 lines (35 loc) · 949 Bytes
/
header.tex
File metadata and controls
43 lines (35 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\usepackage{float}
\floatplacement{table}{H}
\usepackage{caption}
\captionsetup{justification=raggedright,singlelinecheck=false}
\usepackage{lipsum}
\usepackage{icomma}
\usepackage{siunitx}
\sisetup{
add-decimal-zero = false , % default setting, not needed
output-decimal-marker = {,} ,
group-separator = \, % default setting, not needed
}
% gt packages
\usepackage{booktabs}
\usepackage{caption}
\usepackage{longtable}
\usepackage{colortbl}
\usepackage{array}
\usepackage{anyfontsize}
\usepackage{multirow}
\usepackage{lastpage}
\usepackage{fancyhdr}
\fancypagestyle{fancy}{
\fancyhf{} % clear all header and footer fields
\fancyfoot[C]{Side \thepage\ af \pageref*{LastPage}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
}
\fancypagestyle{plain}{
\fancyhf{}
\fancyfoot[C]{Side \thepage\ af \pageref*{LastPage}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
}
\pagestyle{fancy}