Skip to content
Snippets Groups Projects
Commit 19457ec8 authored by simon.fanetti's avatar simon.fanetti
Browse files

add doc

parent 3bd33937
No related branches found
No related tags found
No related merge requests found
Showing
with 160 additions and 0 deletions
memoire/figures/linear_regression.jpg

28.2 KiB

memoire/figures/old_lib_srv.jpg

30.9 KiB

memoire/figures/projection_buffers.jpg

33.9 KiB

memoire/figures/projection_pipeline.jpg

40.7 KiB

memoire/figures/projection_rotation.jpg

10.9 KiB

memoire/figures/rotation.jpg

20.8 KiB

memoire/figures/rotationMatrix2d.jpg

8.88 KiB

memoire/figures/sandbox_activity_diagram.jpg

13.9 KiB

memoire/figures/sandbox_api.jpg

336 KiB

memoire/figures/sandbox_setup_api.jpg

336 KiB

memoire/figures/setup_app.jpg

381 KiB

memoire/figures/setup_app_steps.jpg

24 KiB

memoire/figures/shortest_distance.jpg

9.97 KiB

memoire/figures/title_sandbox.jpg

50.2 KiB

memoire/figures/warpAffine.jpg

4.3 KiB

% Acronym definitions
\newacronym{utc}{UTC}{Coordinated Universal Time}
\newacronym{adt}{ADT}{Atlantic Daylight Time}
\newacronym{est}{EST}{Eastern Standard Time}
\ No newline at end of file
% !TeX spellcheck = fr_FR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %
%% HEPIA BACHELOR THESIS LATEX TEMPLATE %
%% version 0.10 - 2020/04/22 %
%% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage[hyphens]{url}
\documentclass[12pt
%% UNCOMMENT THE LINE BELOW TO HAVE CHAPTER STARTING ON THE RIGHT PAGE
% ,twoside, openright
]{report} %% should use memoir documentclass
\input{config/thesis}
%% To fill up by the student
\newcommand{\Author}{Simon FANETTI}
\newcommand{\TitleImage}{template/images/title/title}
\newcommand{\Title}{Bac à sable interactif}
\newcommand{\Shorttitle}{Bac à sable interactif}
\newcommand{\Orientation}{Logiciels et systèmes complexes}
\newcommand{\Professor}{Paul ALBUQUERQUE et Adrien LESCOURT}
\newcommand{\Client}{Aucun}
\newcommand{\Year}{2020}
%% THE LINES BELLOW ARE FOR PDF REFERENCING PURPOSES.
\newcommand{\Keywords}{< Some keywords about your thesis >}
\newcommand{\Subject}{< Some words about your thesis field >}
%% DO NOT MODIFY \hypersetup BELOW. THIS IS FOR PDF REFERENCING PURPOSES.
\hypersetup{
pdftitle={\Title},
pdfauthor={\Author},
pdfkeywords={\Keywords},
pdfsubject={\Subject}
}
%\usepackage{showframe} % Prints document frame
\input{template/header}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DOCUMENT STARTS BELOW %%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagenumbering{roman}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TITLE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{template/title}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% IMAGE TITLE REF %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newgeometry{top=2.1cm,bottom=3.5cm,right=2.5cm,left=2.5cm}
\begin{spacing}{1.5}
\input{chapters/titleref}
\end{spacing}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DEDICATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TABLE OF CONTENT %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{spacing}{1}
\input{chapters/globaltoc}
\end{spacing}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DEDICATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{spacing}{1.5}
\input{chapters/dedication}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ACKNOWLEDGEMENTS %%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/acknowledgements}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% STATEMENTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/statements}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ABSTRACT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/abstract}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LIST OF ACRONYMS %%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/acronyms}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LIST OF FIGURES %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/figureslist}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LIST OF TABLES %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/tableslist}
\end{spacing}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LIST OF ANNEXES %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% COMMENT THIS PART IF YOU DO NOT USE DEDICATED TOC FOR ANNEXES AND COMMENT
%%% HEADER AND FOOTER PART IN {chapters/annexes} FILE
\begin{spacing}{1}
\input{chapters/annexestoc}
\end{spacing}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% INTRODUCTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{spacing}{1.5}
\pagenumbering{arabic}
\input{chapters/content/intro}
%\clearpage
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% CHAPTERS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Add your chapters here %%%%%%%%%%%%%%%%%%%%%%%%%
%\input{chapters/chapXXX}
\input{chapters/content/dispositif}
\input{chapters/content/existant}
\input{chapters/content/besoins}
\input{chapters/content/architecture}
\input{chapters/content/technologies}
\input{chapters/content/implementation}
\input{chapters/content/resultats}
\input{chapters/content/conclusion}
\input{chapters/annexes}
\input{chapters/references}
\end{spacing}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DOCUMENT ENDS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%
% !TeX spellcheck = fr_FR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %
%% HEPIA BACHELOR THESIS FRONTPAGE LATEX TEMPLATE %
%% version 0.10 - 2020/04/25 %
%% %
%% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% set geometry
\setlength{\headheight}{15pt}
\setlength{\headsep}{0.5cm}
% set text of header
\newcommand{\Headertext}{\textcolor{black!50}{\scriptsize{\Author - \Shorttitle - Thèse BA - Septembre \Year}}}
% define page header page style
\fancypagestyle{withheader}{%
\lhead[\Headertext]{\Headertext}
\chead[]{}
\rhead[]{}
\renewcommand{\headrulewidth}{0pt}
}
% define page stlye with chapters
\fancypagestyle{plain}{%
\lhead[\Headertext]{\Headertext}
\chead[]{}
\rhead[]{}
\renewcommand{\headrulewidth}{0pt}
}
% define page style to be used where no header is needed
\fancypagestyle{noheader}{%
\lhead[]{}
\chead[]{}
\rhead[]{}
}
% set header page style
\pagestyle{withheader}
\ No newline at end of file
memoire/template/images/abstract/image.png

8.23 KiB

memoire/template/images/title/hepia_logo.jpg

10.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment