This repository was archived by the owner on Sep 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
61 lines (46 loc) · 1.21 KB
/
main.tex
File metadata and controls
61 lines (46 loc) · 1.21 KB
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
55
56
57
58
59
60
61
\documentclass[11pt, oneside, a4paper, openany]{book}
\usepackage[a4paper,top=3cm,bottom=2.3cm,left=2.2cm,right=2.2cm]{geometry} % margens
\usepackage[usenames, dvipsnames]{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[shortlabels]{enumitem}
\usepackage{ifthen, ifmtarg}
\usepackage{amsmath, amssymb, amsthm, mathtools}
\usepackage{dsfont, upgreek}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=violet!85!black,
linkcolor=MidnightBlue,
urlcolor=MidnightBlue
}
\usepackage{setspace}
\usepackage{subfiles}
\usepackage{tikz}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\makeatletter \algnewcommand{\LineComment}[1]{\Statex \hskip\ALG@thistlm \(\triangleright\) #1} \makeatother
\usepackage{commands}
\title{Integer Optimization}
\date{\today}
\begin{document}
\maketitle
\frontmatter
\sloppy
\onehalfspacing % espaçamento
\pagenumbering{gobble}
\begingroup
\let\cleardoublepage\clearpage
\tableofcontents
\endgroup
\mainmatter
\pagenumbering{arabic}
\subfile{classes/class1}
\subfile{classes/class2}
\subfile{classes/class3}
\subfile{classes/class4}
\subfile{classes/class5}
\subfile{classes/class_08_23}
\end{document}