Added algebra_dm{1,2}, combinatorics, fourier, suites and topology_dm1

This commit is contained in:
saundersp
2024-12-03 18:24:32 +01:00
parent 7852b493d2
commit 4be8cf3538
8 changed files with 789 additions and 3 deletions

View File

@ -5,18 +5,19 @@
%\usepackage{helvet} % Add the Helvet font
\renewcommand{\familydefault}{\rmdefault} % Change default font to serif font family (default)
%\renewcommand{\familydefault}{\ttdefault} % Change default font to monospace font family
%\renewcommand{\familydefault}{\sfdefault} % Change default font to sans serif font family
%\renewcommand{\familydefault}{\sfdefault} % Change default font to sans serif font family
\usepackage[T1]{fontenc} % Set the font (output) encoding
\usepackage[french]{packages/language_selector} % Allow to the language the document is written to ([french], english)
%\usepackage[autolanguage]{numprint} % for the \nombre command
\usepackage{hyphenat} % Hyphenation rules
\usepackage{tikz-cd} % Use for commutative diagram (Category Theory)
\hyphenation{mate-mática recu-perar}
\usepackage{setspace} % Sets the line spacing.
\setstretch{1.0}
\usepackage{multibib} % Allow multiple separates bibliography citations
\langnewcites{annexes}{Annexes}{Annexes}
\langnewcites{references}{Références}{References}
%\usepackage{lipsum} % Command to generate temporary dummy text
\usepackage{lipsum} % Command to generate temporary dummy text
\usepackage[ruled,vlined,linesnumbered]{algorithm2e} % Add the algorithm environnement
\usepackage[codedark]{packages/themes} % Include many colours themes ([default], codedark or dracula)
\pagecolor{theme_colour_background}
@ -31,6 +32,8 @@
\usepackage{packages/macros} % Customs macros
\usepackage{graphicx}
\usepackage{makeidx}[intoc] % Make a word index
\usepackage{enumerate} % Allow (1) index for enumerate
\usepackage{paracol} % The paracol package lets you typeset columns of text in parallel
\makeindex
@ -42,7 +45,7 @@
\maketitle
%\renewcommand{\contentsname}{Sommaire}
%\renewcommand{\contentsname}{\lang{Sommaire}{Summary}}
\tableofcontents
\langchapter{Préambule}{Stuffings}
@ -66,12 +69,18 @@ De de manière honteusement démagogique, je vous remercie tout lecteurs de ce n
\input{contents/logic}
\input{contents/set_theory}
\input{contents/number_theory}
\input{contents/combinatorics}
\input{contents/algebra}
\input{contents/algebra_dm1}
\input{contents/algebra_dm2}
\input{contents/trigonometry}
\input{contents/differentiability}
\input{contents/differential_equations}
\input{contents/measure_theory}
\input{contents/suites}
\input{contents/fourier}
\input{contents/topology}
\input{contents/topology_dm1}
\input{contents/category_theory}
\input{contents/GaussianParadigm}
\input{contents/music_theory}