diff options
author | LyamBRS <cous5830@gmail.com> | 2025-05-06 11:41:12 -0400 |
---|---|---|
committer | LyamBRS <cous5830@gmail.com> | 2025-05-06 11:41:12 -0400 |
commit | f36fb833b21c0e86205ca42a10c978a48a49a128 (patch) | |
tree | 7844ba3fc1d9025611e284a84136574d79164535 /rapport/main.tex | |
parent | 85e51c3cc8733c488ec8e0c89fdcb2237e823899 (diff) | |
parent | 5c556075d6dab123dc93e1397b2515be5cc241c7 (diff) |
Merge branch 'master' of chausse.xyz:s4-app1
Diffstat (limited to 'rapport/main.tex')
-rw-r--r-- | rapport/main.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rapport/main.tex b/rapport/main.tex index e181276..68cffbb 100644 --- a/rapport/main.tex +++ b/rapport/main.tex @@ -7,6 +7,8 @@ \usepackage{booktabs} \usepackage{multicol} \usepackage{float} +\usepackage{varwidth} +% \usepackage[toc,page]{appendix} \usepackage[usenames,dvipsnames]{xcolor} \title{Rapport d'APP} @@ -31,6 +33,9 @@ \begin{document} \maketitle +\newpage +\tableofcontents +\newpage \todo{test} \fixme{another test} \note{interesting} \question{wtf} @@ -55,5 +60,5 @@ minimum de 2 Volts. Donc selon le 74V1T04STR, le NC7SP04P5X envoie toujours un n tout le temps allumé sauf lorsque le connecteur de test de la del est en mode de test car un bon niveau logique haut est envoyé à l'entrée des 74V1T04STR. - +\input{annexe.tex} \end{document} |