forked from Slyphero/algebre1_info_2022_2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
algebre1.tex
91 lines (78 loc) · 2.34 KB
/
algebre1.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\documentclass[a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.8]{geometry}
\usepackage{amsmath, amsfonts, amsthm, amssymb, mathtools}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage{framed}
\usepackage[listings, skins, breakable, hooks]{tcolorbox}
\usepackage{indentfirst}
\usepackage{hyperref, xcolor, color}
\usepackage{graphicx}
\usepackage{diagbox}
\usepackage{stmaryrd}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{indentfirst}
\usepackage[Lenny]{fncychap}
\usepackage{cancel}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.11}
\usepackage{mathrsfs}
\usetikzlibrary{arrows}
\pagestyle{empty}
\usepackage{fancyhdr}
\usepackage{lastpage}
\fancypagestyle{fancy}{
\fancyhf{}
\rhead{Algèbre 1 - Informatique}
\lhead{Année scolaire 2022-2023}
\renewcommand{\footrulewidth}{0.25pt}
\cfoot{\thepage \ / \pageref{LastPage}}
}
\fancypagestyle{plain}{
\fancyhf{}
\cfoot{\thepage \ / \pageref{LastPage}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.25pt}
}
\theoremstyle{definition}
\newtheorem{definition}{Définition}[section]
\newtheorem{proposition}{Proposition}[section]
\newtheorem{theoreme}{Théorème}[section]
\newtheorem{lemme}{Lemme}[section]
\newtheorem{corollaire}{Corollaire}[section]
\newtheorem{remarque}{Remarque}[section]
\newtheorem{exemple}{Exemple}[section]
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\K}{\mathbb{K}}
\newtcolorbox{graybox}{breakable, enhanced, colframe=white, colback=gray!20!white, arc=0mm, outer arc=0mm}
\DeclareMathSymbol{\mlqq}{\mathrel}{operators}{"5C}
\DeclareMathSymbol{\mrqq}{\mathrel}{operators}{`"}
\renewcommand{\leq}{\leqslant}
\renewcommand{\geq}{\geqslant}
\title{Algèbre 1 pour les informaticiens}
\date{Année scolaire 2022-2023}
\author{}
\begin{document}
\definecolor{xdxdff}{rgb}{0.49019607843137253,0.49019607843137253,1}
\definecolor{qqwuqq}{rgb}{0,0.39215686274509803,0}
\definecolor{qqqqff}{rgb}{0,0,1}
\maketitle
\tableofcontents
\clearpage
\pagestyle{fancy}
\include{chapters/chapter1.tex}
\include{chapters/chapter2.tex}
\include{chapters/chapter3.tex}
\include{chapters/chapter4.tex}
\include{chapters/chapter5.tex}
\include{chapters/chapter6.tex}
\bibliographystyle{plain}
\bibliography{refs}
\end{document}