-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrésumé.tex
44 lines (37 loc) · 1.07 KB
/
résumé.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
37
38
39
40
41
42
43
44
\documentclass[titlepage, a4paper]{article}
\usepackage[french]{babel}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{patterns}
\usepackage{circuitikz}
\usepackage[no-math]{fontspec}
\usepackage[left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}
\usepackage{multicol}
\setlength{\columnsep}{1cm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{booktabs}
\usetikzlibrary{angles,quotes} % for pic (angle labels)
\usepackage{xcolor}
\author{Elliot Huet (571635)}
\title{Condensé Physique BA1-INFO}
\usepackage{tocloft}% http://ctan.org/pkg/tocloft
\makeatletter
\renewcommand{\numberline}[1]{%
\@cftbsnum #1\@cftasnum~\@cftasnumb%
}
\makeatother
\begin{document}
\maketitle
\tableofcontents
\pagebreak
\include{chapitres/chap02.tex}
\include{chapitres/chap07.tex}
\include{chapitres/chap08a.tex}
\include{chapitres/chap09.tex}
\include{chapitres/chap10.tex}
\include{chapitres/chap11.tex}
\include{chapitres/chap12.tex}
\include{chapitres/chap13.tex}
\include{chapitres/chap14.tex}
\end{document}