2019-11-29 15:07:11 +01:00
|
|
|
\documentclass[a4paper,12pt]{article}
|
2019-12-04 14:35:44 +01:00
|
|
|
|
|
|
|
\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}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
|
|
|
\usepackage{xltxtra}
|
2019-12-04 14:35:44 +01:00
|
|
|
%% \usepackage{fontspec}
|
2019-11-29 15:56:03 +01:00
|
|
|
\usepackage[french]{babel}
|
2019-12-03 17:06:45 +01:00
|
|
|
\usepackage{listings}
|
2019-12-04 14:35:44 +01:00
|
|
|
\usepackage{minted}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
2019-12-03 15:05:42 +01:00
|
|
|
\newenvironment{citationFR}{\begin{quotation}\og}{\fg\end{quotation}}
|
|
|
|
\newcommand{\guillemets}[1]{\og #1\fg{}} % [1]: nbr arg
|
2019-11-29 15:07:11 +01:00
|
|
|
|
2019-12-03 17:06:45 +01:00
|
|
|
\lstset{
|
2019-12-03 17:53:29 +01:00
|
|
|
language=C++, % Code langugage
|
2019-12-03 17:06:45 +01:00
|
|
|
basicstyle=\ttfamily, % Code font, Examples: \footnotesize, \ttfamily
|
2019-12-03 17:53:29 +01:00
|
|
|
% keywordstyle=\color{OliveGreen}, % Keywords font ('*' = uppercase)
|
|
|
|
% commentstyle=\color{gray}, % Comments font
|
2019-12-03 17:06:45 +01:00
|
|
|
% numbers=left, % Line nums position
|
|
|
|
% numberstyle=\tiny, % Line-numbers fonts
|
|
|
|
% stepnumber=1, % Step between two line-numbers
|
|
|
|
% numbersep=5pt, % How far are line-numbers from code
|
|
|
|
% backgroundcolor=\color{lightlightgray}, % Choose background color
|
|
|
|
% frame=none, % A frame around the code
|
|
|
|
% tabsize=2, % Default tab size
|
|
|
|
captionpos=b, % Caption-position = bottom
|
|
|
|
% breaklines=true, % Automatic line breaking?
|
|
|
|
% breakatwhitespace=false, % Automatic breaks only at whitespace?
|
|
|
|
% showspaces=false, % Dont make spaces visible
|
|
|
|
% showtabs=false, % Dont make tabls visible
|
|
|
|
% columns=flexible, % Column format
|
|
|
|
% morekeywords={__global__, __device__}, % CUDA specific keywords
|
|
|
|
}
|
|
|
|
|
2019-11-29 15:07:11 +01:00
|
|
|
\title{Rapport ERDI}
|
2019-12-03 15:05:42 +01:00
|
|
|
\author{Cyril Colin \\ Voisin Dylan \\ \\
|
|
|
|
Master 1 Informatique\\
|
|
|
|
Université d'Aix-Marseille}
|
|
|
|
\date{Décembre 2019}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
2019-11-29 15:56:03 +01:00
|
|
|
\includegraphics[width=0.9\linewidth]{Images/amu_logo.png}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
2019-11-29 15:56:03 +01:00
|
|
|
\newpage
|
|
|
|
\tableofcontents
|
2019-12-03 17:53:29 +01:00
|
|
|
\input{Parties/résumé.tex}
|
2019-12-03 17:06:45 +01:00
|
|
|
\newpage
|
2019-11-29 16:21:45 +01:00
|
|
|
\section*{Introduction}
|
|
|
|
\input{Parties/intro.tex}
|
|
|
|
|
2019-12-03 15:05:42 +01:00
|
|
|
\section{Bruit de Perlin}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap1_intro.tex}
|
2019-12-03 15:05:42 +01:00
|
|
|
\subsection{Principe}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap1_1.tex}
|
2019-12-03 15:05:42 +01:00
|
|
|
\subsection{Applications}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap1_2.tex}
|
2019-12-03 17:53:29 +01:00
|
|
|
% \subsection{Limitations}
|
|
|
|
% \input{Parties/chap1_3.tex}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
2019-12-04 10:39:49 +01:00
|
|
|
\section{Bruit de phase}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap2_intro.tex}
|
2019-12-03 15:05:42 +01:00
|
|
|
\subsection{Principe}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap2_1.tex}
|
2019-12-03 21:54:03 +01:00
|
|
|
\subsection{Libertés de contrôle et exemples}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap2_2.tex}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
2019-12-04 10:39:49 +01:00
|
|
|
\section{Apports du bruit de phase}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap3_intro.tex}
|
2019-12-03 21:54:03 +01:00
|
|
|
\subsection{Avantages}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap3_1.tex}
|
2019-12-03 21:54:03 +01:00
|
|
|
\subsection{Utilités en fabrication additive}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap3_2.tex}
|
2019-12-03 21:54:03 +01:00
|
|
|
% \subsection{Limitations}
|
|
|
|
% \input{Parties/chap3_3.tex}
|
2019-11-29 16:21:45 +01:00
|
|
|
|
|
|
|
\section{Conclusion}
|
|
|
|
\input{Parties/conclusion.tex}
|
|
|
|
|
2019-12-03 17:53:29 +01:00
|
|
|
% \section{Résumé}
|
|
|
|
% \input{Parties/résumé.tex}
|
2019-11-29 16:21:45 +01:00
|
|
|
|
|
|
|
\section{Bibliographie}
|
2019-11-29 15:07:11 +01:00
|
|
|
\end{document}
|