73 lines
1.7 KiB
TeX
73 lines
1.7 KiB
TeX
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{mathspec}
|
|
\setmainfont{Inria Sans}[Scale=MatchLowercase]
|
|
\setsansfont{Inria Sans}[Scale=MatchLowercase]
|
|
\setmathfont(Digits,Latin,Greek,Symbols)[Scale=MatchLowercase]{Inria Serif}
|
|
\setmathrm[Scale=MatchLowercase]{Inria Sans}
|
|
\usepackage{mathastext}
|
|
|
|
\usepackage{subcaption}
|
|
\usepackage{xltxtra}
|
|
%% \usepackage{fontspec}
|
|
\usepackage[french]{babel}
|
|
\usepackage{minted}
|
|
\usepackage{hyperref}
|
|
|
|
\newenvironment{citationFR}{\begin{quotation}\og}{\fg\end{quotation}}
|
|
\newcommand{\guillemets}[1]{\og #1\fg{}} % [1]: nbr arg
|
|
|
|
\title{Rapport ERDI}
|
|
\author{Cyril Colin \\ Voisin Dylan \\ \\
|
|
Master 1 Informatique\\
|
|
Université d'Aix-Marseille}
|
|
\date{Décembre 2019}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\includegraphics[width=0.9\linewidth]{Images/amu_logo.png}
|
|
|
|
\begin{abstract}
|
|
\input{Parties/résumé.tex}
|
|
\end{abstract}
|
|
\newpage
|
|
\tableofcontents
|
|
\newpage
|
|
\section*{Introduction}
|
|
\input{Parties/intro.tex}
|
|
|
|
\section{Bruit de Perlin}
|
|
\input{Parties/chap1_intro.tex}
|
|
\subsection{Principe}
|
|
\input{Parties/chap1_1.tex}
|
|
\subsection{Applications}
|
|
\input{Parties/chap1_2.tex}
|
|
% \subsection{Limitations}
|
|
% \input{Parties/chap1_3.tex}
|
|
|
|
\section{Bruit de phase}
|
|
\input{Parties/chap2_intro.tex}
|
|
\subsection{Principe}
|
|
\input{Parties/chap2_1.tex}
|
|
\subsection{Libertés de contrôle et exemples}
|
|
\input{Parties/chap2_2.tex}
|
|
|
|
\section{Apports du bruit de phase}
|
|
\input{Parties/chap3_intro.tex}
|
|
\subsection{Avantages}
|
|
\input{Parties/chap3_1.tex}
|
|
\subsection{Utilités en fabrication additive}
|
|
\input{Parties/chap3_2.tex}
|
|
% \subsection{Limitations}
|
|
% \input{Parties/chap3_3.tex}
|
|
|
|
\section{Conclusion}
|
|
\input{Parties/conclusion.tex}
|
|
|
|
% \section{Résumé}
|
|
% \input{Parties/résumé.tex}
|
|
|
|
\section{Bibliographie}
|
|
\input{Parties/biblio.tex}
|
|
\end{document}
|