Commit d8d2c2dd98dd0665ab934127e93bfa5ae66b16fd
1 parent
4f3c426249
Exists in
master
and in
1 other branch
version avec intro conclusion
Showing 1 changed file with 5 additions and 0 deletions Inline Diff
master.tex
View file @
d8d2c2d
| \documentclass[french]{report} | 1 | 1 | \documentclass[french]{report} | |
| \usepackage[ruled,lined]{algorithm2e} | 2 | 2 | \usepackage[ruled,lined]{algorithm2e} | |
| \usepackage{babel} | 3 | 3 | \usepackage{babel} | |
| \usepackage[T1]{fontenc} | 4 | 4 | \usepackage[T1]{fontenc} | |
| \usepackage{graphicx} | 5 | 5 | \usepackage{graphicx} | |
| \usepackage{mathtools} | 6 | 6 | \usepackage{mathtools} | |
| \usepackage{amsfonts} | 7 | 7 | \usepackage{amsfonts} | |
| \usepackage{amssymb} | 8 | 8 | \usepackage{amssymb} | |
| \usepackage{amsthm} | 9 | 9 | \usepackage{amsthm} | |
| \usepackage{thmtools} | 10 | 10 | \usepackage{thmtools} | |
| \usepackage{xcolor} | 11 | 11 | \usepackage{xcolor} | |
| \usepackage{nameref} | 12 | 12 | \usepackage{nameref} | |
| \usepackage{hyperref} | 13 | 13 | \usepackage{hyperref} | |
| \graphicspath{ {figures/} } | 14 | 14 | \graphicspath{ {figures/} } | |
| \usepackage[sectionbib]{bibunits} | 15 | 15 | \usepackage[sectionbib]{bibunits} | |
| \defaultbibliographystyle{unsrt} | 16 | 16 | \defaultbibliographystyle{unsrt} | |
| \defaultbibliography{biblio} | 17 | 17 | \defaultbibliography{biblio} | |
| 18 | 18 | |||
| \title{ | 19 | 19 | \title{ | |
| {Yes Title}\\ | 20 | 20 | {Yes Title}\\ | |
| {\large Institution Name}\\ | 21 | 21 | {\large Institution Name}\\ | |
| } | 22 | 22 | } | |
| \author{Donatien Legé} | 23 | 23 | \author{Donatien Legé} | |
| 24 | 24 | |||
| \begin{document} | 25 | 25 | \begin{document} | |
| \bibliographyunit[\chapter] | 26 | 26 | \bibliographyunit[\chapter] | |
| \maketitle | 27 | 27 | \maketitle | |
| \tableofcontents | 28 | 28 | \tableofcontents | |
| 29 | 29 | |||
| \chapter*{Introduction} | 30 | 30 | \chapter*{Introduction} | |
| 31 | \addcontentsline{toc}{chapter}{Introduction} | |||
| \input{chapters/Introduction} | 31 | 32 | \input{chapters/Introduction} | |
| 32 | 33 | |||
| % état de l'art | 33 | 34 | % état de l'art | |
| 34 | 35 | |||
| \part{Contextes et états de l'art} | 35 | 36 | \part{Contextes et états de l'art} | |
| \chapter{Contexte clinique} | 36 | 37 | \chapter{Contexte clinique} | |
| \input{chapters/contexte_clinique} | 37 | 38 | \input{chapters/contexte_clinique} | |
| \putbib | 38 | 39 | \putbib | |
| 39 | 40 | |||
| \chapter{Outils d'analyse des signaux de neuromonitorage} | 40 | 41 | \chapter{Outils d'analyse des signaux de neuromonitorage} | |
| \input{chapters/analyse_signal} | 41 | 42 | \input{chapters/analyse_signal} | |
| \putbib | 42 | 43 | \putbib | |
| 43 | 44 | |||
| 44 | 45 | |||
| \chapter{Propriétés biomécaniques du système cérébrospinal} | 45 | 46 | \chapter{Propriétés biomécaniques du système cérébrospinal} | |
| \input{chapters/mecanique} | 46 | 47 | \input{chapters/mecanique} | |
| 47 | 48 | |||
| \section{Autorégulation cérébrale} | 48 | 49 | \section{Autorégulation cérébrale} | |
| \subsection{Mécanismes physiologiques} | 49 | 50 | \subsection{Mécanismes physiologiques} | |
| \subsection{Caractérisation dans le domaine fréquentiel} | 50 | 51 | \subsection{Caractérisation dans le domaine fréquentiel} | |
| \subsection{Caractérisation dans le domaine temporel} | 51 | 52 | \subsection{Caractérisation dans le domaine temporel} | |
| 52 | 53 | |||
| \putbib | 53 | 54 | \putbib | |
| 54 | 55 | |||
| 55 | 56 | |||
| 56 | 57 | |||
| %Contributions | 57 | 58 | %Contributions | |
| \part{Contributions} | 58 | 59 | \part{Contributions} |