-
Notifications
You must be signed in to change notification settings - Fork 7
/
turgon.cls
54 lines (48 loc) · 1.16 KB
/
turgon.cls
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
44
45
46
47
48
49
50
51
52
53
54
\NeedsTeXFormat{LaTeX2e}
\RequirePackage[2020-02-02]{latexrelease}
\ProvidesClass{turgon}[2018/08/13 Formatting for turgon documents]
\LoadClass[11pt,dvips]{report}
% Geometry.
\usepackage{geometry}
\geometry{a4paper,
left=1.2cm,
right=1.2cm,
top=1.5cm,
bottom=1.5cm,
}
% Global functionalities.
\usepackage[authoryear,round,sort]{natbib}
\usepackage{hyperref}
\usepackage{pdfsync}
% encoding.
\usepackage[utf8]{inputenc}
% Mathematics.
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{arydshln}
\usepackage{cancel}
% Authoring.
%\usepackage{authblk}
\usepackage{xcolor}
\usepackage{graphicx}
\graphicspath{{turgon_eps/}}
\usepackage{caption}
\usepackage{subfigure}
\usepackage{paralist}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{setspace}
\renewcommand{\abstractname}{Forewords}
\renewcommand{\figurename}{Fig.}
\newcommand{\topcaption}{%
\setlength{\abovecaptionskip}{0pt}%
\setlength{\belowcaptionskip}{10pt}%
\caption}
\numberwithin{equation}{chapter}
\captionsetup{width=0.9\textwidth}
% Math commands.
\newcommand{\defeq}{\ensuremath{\buildrel {\text{def}}\over{=}}}
\newcommand{\dif}{\mathop{}\!\mathrm{d}}
\synctex=1