-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.tex
36 lines (34 loc) · 978 Bytes
/
conf.tex
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
\documentclass[a4paper]{article}
\usepackage[fontsize=12pt]{fontsize}
%% Font and language settings
\usepackage{polyglossia}
\setdefaultlanguage{greek} \setotherlanguage{english}
\setmainfont{GFS Artemisia} \setmonofont{Iosevka}
% \usepackage{cancel}
\usepackage{siunitx,physunits}
\usepackage{derivative}
\usepackage{unicode-math}
\setmathfont{TeX Gyre Pagella Math}
\usepackage{graphicx, caption}
% \usepackage{wrapfig, subcaption}
%% Table settings
\usepackage{array, booktabs, multirow, tabularx}
%% Hyperref settings
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linktoc=all,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue
}
\hypersetup{linktocpage}
\def\numberanchor{section}
\numberwithin{equation}{\numberanchor}
\numberwithin{figure}{\numberanchor}
\numberwithin{table}{\numberanchor}
%% Typography settings
\usepackage[margin=1cm, includefoot, includehead]{geometry}
\usepackage[parfill]{parskip}
% \usepackage[protrusion=true]{microtype}