-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlib.tex
42 lines (38 loc) · 1.03 KB
/
lib.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
\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}
\usepackage[french, boxed]{algorithm2e}
% Layout and figures
\usepackage[top=2.5cm,bottom=2.5cm,right=2.5cm,left=2.5cm]{geometry}
% Links
\usepackage{url}
\usepackage{color}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{graphicx}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
% New commands
\newcommand{\annexe}{\part{Annexes}\appendix}
\newcommand{\biblio}[1]{\bibliographystyle{plain}\bibliography{#1}\nocite{*}}
\newcommand{\doctitle}[1]{
\title{LINGI1121 - Algorithmique et structures de données}
\subtitle{#1}
\author{\textbf{Groupe 9}\\
\textsc{Aghakhani} Ghazaleh (1161-11-00)\\
\textsc{Carlier} Alexandre (5042-13-00)\\
\textsc{Cleeremans} Tanguy ()\\
\textsc{Paris} Antoine (3158-13-00)\\
\textsc{Prie\"{e}ls} Antoine (3290-13-00)\\
\textsc{Stévenart Meeus} Florian (6273-13-00)}
\date{\today}
\begin{document}
\maketitle
%\tableofcontents
}