-
Notifications
You must be signed in to change notification settings - Fork 0
/
formulaire_PartDiff.tex
57 lines (50 loc) · 1.72 KB
/
formulaire_PartDiff.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
%LaTex cheat sheet template
\documentclass[10pt,a4paper,landscape]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{xfrac}
\usepackage{empheq}
% \usepackage{amsfonts}
% \usepackage{amssymb}
% \usepackage{polynom}
\usepackage{multicol}
\usepackage{geometry}
% \usepackage{lipsum}
\usepackage{titlesec}
\usepackage[nodisplayskipstretch]{setspace}
% \usepackage{enumitem}
% \usepackage{wrapfig}
\usepackage{float}
\usepackage{graphicx}
% \usepackage{needspace}
\usepackage[table]{xcolor}
\usepackage{tcolorbox}
\usepackage{booktabs}
\usepackage{pdfpages}
\geometry{a4paper, left=0mm, top=0mm, right=0mm, bottom=2mm}
\titlespacing{\section}{0pt}{0pt}{0pt}
\titlespacing{\subsection}{0pt}{0pt}{0pt}
\titlespacing{\subsubsection}{0pt}{0pt}{0pt}
\setlength{\abovedisplayskip}{0pt}
\setlength{\belowdisplayskip}{0pt}
\setlength{\parindent}{0pt}
% \newcommand{\dropsign}[1]{\smash{\llap{\raisebox{-.5\normalbaselineskip}{$#1$\hspace{2\arraycolsep}}}}}
\begin{document}
\begin{multicols*}{3}
\section*{Formulaire PartDiff}
\input{chap1_introduction/introduction.tex}
%\columnbreak
\input{chap2_ondes/ondes.tex}
\input{chap3_diffusion/diffusion.tex}
\input{chap4_problemes_bornes/problemes_bornes.tex}
\input{chap5_fonctions_harmoniques/fonctions_harmoniques.tex}
\input{chap6_series_fourier/series_fourier.tex}
\pagebreak
\input{chap7_laplace/laplace.tex}
\input{chap8_discretisation_espace/discretisation_espace.tex}
\input{chap9_analyse_convergeance/analyse_convergeance.tex}
\input{chap10_problemes_evolutifs/problemes_evolutifs.tex}
\columnbreak
\input{chap11_volumes_finis/volumes_finis.tex}
\end{multicols*}
\end{document}