feat: file structure
This commit is contained in:
parent
470afb19a8
commit
ad06dda66a
91
README.md
91
README.md
|
@ -1,93 +1,2 @@
|
|||
# phd-latex-template
|
||||
|
||||
|
||||
|
||||
## Getting started
|
||||
|
||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||
|
||||
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
||||
|
||||
## Add your files
|
||||
|
||||
- [ ] [Create](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||
- [ ] [Add files using the command line](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
||||
|
||||
```
|
||||
cd existing_repo
|
||||
git remote add origin https://gitlab.com/slumber/phd-latex-template.git
|
||||
git branch -M main
|
||||
git push -uf origin main
|
||||
```
|
||||
|
||||
## Integrate with your tools
|
||||
|
||||
- [ ] [Set up project integrations](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://gitlab.com/slumber/phd-latex-template/-/settings/integrations)
|
||||
|
||||
## Collaborate with your team
|
||||
|
||||
- [ ] [Invite team members and collaborators](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/project/members/)
|
||||
- [ ] [Create a new merge request](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
||||
- [ ] [Automatically close issues from merge requests](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
||||
- [ ] [Enable merge request approvals](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
||||
- [ ] [Automatically merge when pipeline succeeds](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
||||
|
||||
## Test and Deploy
|
||||
|
||||
Use the built-in continuous integration in GitLab.
|
||||
|
||||
- [ ] [Get started with GitLab CI/CD](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
||||
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/application_security/sast/)
|
||||
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
||||
- [ ] [Use pull-based deployments for improved Kubernetes management](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/user/clusters/agent/)
|
||||
- [ ] [Set up protected environments](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
||||
|
||||
***
|
||||
|
||||
# Editing this README
|
||||
|
||||
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://gitlab.com/-/experiment/new_project_readme_content:c42e64add0a80da60755ed97aaaf2cf9?https://www.makeareadme.com/) for this template.
|
||||
|
||||
## Suggestions for a good README
|
||||
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
||||
|
||||
## Name
|
||||
Choose a self-explaining name for your project.
|
||||
|
||||
## Description
|
||||
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
||||
|
||||
## Badges
|
||||
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
||||
|
||||
## Visuals
|
||||
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
||||
|
||||
## Installation
|
||||
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
||||
|
||||
## Usage
|
||||
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
||||
|
||||
## Support
|
||||
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
||||
|
||||
## Roadmap
|
||||
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
||||
|
||||
## Contributing
|
||||
State if you are open to contributions and what your requirements are for accepting them.
|
||||
|
||||
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
||||
|
||||
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
||||
|
||||
## Authors and acknowledgment
|
||||
Show your appreciation to those who have contributed to the project.
|
||||
|
||||
## License
|
||||
For open source projects, say how it is licensed.
|
||||
|
||||
## Project status
|
||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
||||
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
\chapter[Interview de Toto]{Interview de toto sur la vie des gens dans son entreprise}
|
||||
\label{appendix:interview-totoime}
|
||||
\begin{drama}
|
||||
\Character{Tata}{tata}
|
||||
\Character{Toto}{toto}
|
||||
|
||||
\tataspeaks: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget erat tortor. Mauris iaculis congue nibh ac sollicitudin. Aliquam aliquam velit eu aliquet tincidunt. Vestibulum lacus ipsum, feugiat at feugiat id, auctor quis nisl. Maecenas ultricies sagittis convallis. Curabitur at velit ut odio condimentum fringilla.
|
||||
|
||||
\totospeaks: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget erat tortor. Mauris iaculis congue nibh ac sollicitudin. Aliquam aliquam velit eu aliquet tincidunt. Vestibulum lacus ipsum, feugiat at feugiat id, auctor quis nisl. Maecenas ultricies sagittis convallis. Curabitur at velit ut odio condimentum fringilla.
|
||||
|
||||
\tataspeaks: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget erat tortor. Mauris iaculis congue nibh ac sollicitudin. Aliquam aliquam velit eu aliquet tincidunt. Vestibulum lacus ipsum, feugiat at feugiat id, auctor quis nisl. Maecenas ultricies sagittis convallis. Curabitur at velit ut odio condimentum fringilla.
|
||||
|
||||
\totospeaks: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget erat tortor. Mauris iaculis congue nibh ac sollicitudin. Aliquam aliquam velit eu aliquet tincidunt. Vestibulum lacus ipsum, feugiat at feugiat id, auctor quis nisl. Maecenas ultricies sagittis convallis. Curabitur at velit ut odio condimentum fringilla.
|
||||
\end{drama}
|
||||
|
|
@ -0,0 +1,130 @@
|
|||
\documentclass[a4paper, 12pt, twoside, table, dvipsnames]{book}
|
||||
\input{sections/preambule}
|
||||
% \pdfcompresslevel=0
|
||||
% \pdfobjcompresslevel=0
|
||||
% Chapter numbering reset
|
||||
\makeatletter\@addtoreset{chapter}{part}\makeatother%
|
||||
|
||||
\author{Swann \scshape{Martinez}}
|
||||
\title{Collaboration en temps réel pour la production de film d’animation numérique}
|
||||
\date{05 04 2021}
|
||||
|
||||
% Méta-données du PDF
|
||||
\hypersetup{
|
||||
pdfauthor={Swann Martinez},
|
||||
pdfsubject={Manuscrit de thèse de doctorat},
|
||||
pdftitle={Collaboration en temps réel pour la production de film d’animation numérique},
|
||||
pdfkeywords={Art, Rendu Temps Réel, Collaboration}
|
||||
}
|
||||
\addto\extrasfrench{%
|
||||
\def\chapterautorefname{Chapitre}%
|
||||
\def\sectionautorefname{Section}
|
||||
\def\subsectionautorefname{Sous-section}
|
||||
\def\appendixautorefname{Annexe}
|
||||
\def\figureautorefname{Figure}
|
||||
\def\tableautorefname{Tableau}
|
||||
}
|
||||
|
||||
\newcommand{\soft}[1]{\emph{#1}}
|
||||
\renewcommand{\thepart}{Partie \Roman{part}\space:}
|
||||
\renewcommand{\thechapter}{\Roman{part}.\arabic{chapter}}
|
||||
\counterwithout{footnote}{chapter}
|
||||
% \cftsetindents{sec}{1em}{3em}
|
||||
|
||||
% \renewcommand\cftpartpresnum{Partie~}
|
||||
|
||||
% First Use With Hyperlinked Footnote Description (see: http://tug.ctan.org/macros/latex/contrib/glossaries/glossaries-user.pdf)
|
||||
\newcommand{\isfootnoteenabled}[3]{%
|
||||
\expandafter\if\glsentryenablef{#1}\relax%
|
||||
#2%
|
||||
\else%
|
||||
#3%
|
||||
\fi%
|
||||
}
|
||||
\renewcommand*{\glsentryfmt}{%
|
||||
\glsgenentryfmt
|
||||
\isfootnoteenabled{\glslabel}{\ifglsused{\glslabel}{}{\footnote{\glsentrydesc{\glslabel}}}}{}%
|
||||
}
|
||||
|
||||
\renewcommand\arraystretch{1.5}
|
||||
|
||||
\newcommand{\grayline}{\arrayrulecolor{gray}\hline\arrayrulecolor{black}}
|
||||
\newcommand\btrule[1]{\specialrule{#1}{0pt}{0pt}}
|
||||
\newcommand\hyph{-\penalty0\hskip0pt\relax}
|
||||
|
||||
\begin{document}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Page de titre %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\include{sections/glossaire}
|
||||
\include{sections/titlepage}
|
||||
|
||||
|
||||
\thispagestyle{plain}
|
||||
\cleardoublepage
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Page de citation %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\pagestyle{plain}
|
||||
\begin{center}
|
||||
\vspace*{0.2\textheight}
|
||||
\vspace{2cm}
|
||||
\end{center}
|
||||
\enquote{\itshape La citation.}\bigbreak
|
||||
|
||||
\hfill Auteur
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Préambule %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\include{sections/abstract}
|
||||
|
||||
\include{sections/remerciements}
|
||||
|
||||
\cleardoublepage
|
||||
\pagestyle{corps}
|
||||
\tableofcontents
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Contenu du document %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\include{sections/introduction}
|
||||
|
||||
\include{sections/partie_1}
|
||||
|
||||
\include{sections/partie_2}
|
||||
|
||||
\bookmarksetup{startatroot}
|
||||
|
||||
\include{sections/conclusion}
|
||||
|
||||
\printglossary[type=\acronymtype , title={Liste des acronymes}]
|
||||
|
||||
\printglossary[title=Glossaire,toctitle=Glossaire]
|
||||
|
||||
% \printbibliography[heading=bibintoc]
|
||||
% \printbibliography[heading=bibintoc,title={Bibliographie}]
|
||||
\chapter*{Bibliographie}
|
||||
\addcontentsline{toc}{chapter}{Bibliographie}
|
||||
\markboth{Bibliographie}{Bibliographie}
|
||||
\printbibliography[heading=subbibliography, type=book,title={Livres}]
|
||||
\sloppy
|
||||
\printbibliography[heading=subbibliography, filter=papers,title={Articles}]
|
||||
\fussy
|
||||
\printbibliography[heading=subbibliography, type=thesis,title={Thèses et mémoires}]
|
||||
\printbibliography[heading=subbibliography, type=online,title={Pages web}]
|
||||
\printbibliography[heading=subbibliography, type=movie,title={Films}]
|
||||
|
||||
\cleardoublepage
|
||||
\listoffigures
|
||||
\clearpage
|
||||
\listoftables
|
||||
|
||||
% Annexes
|
||||
\begin{appendices}
|
||||
\include{interview_toto.tex}
|
||||
\end{appendices}
|
||||
\end{document}
|
|
@ -0,0 +1,14 @@
|
|||
\chapter*{Résumé}
|
||||
\addcontentsline{toc}{chapter}{Résumé}
|
||||
|
||||
\blindtext
|
||||
\newline
|
||||
|
||||
\textbf{Mots-clefs:} mot-clef-1, mot-clef-2, mot-clef-3, mot-clef-4, mot-clef-5,...
|
||||
|
||||
\chapter*{Abstract}
|
||||
|
||||
\blindtext
|
||||
\newline
|
||||
|
||||
\textbf{Key words:} mot-clef-1, mot-clef-2, mot-clef-3, mot-clef-4, mot-clef-5,...
|
|
@ -0,0 +1,13 @@
|
|||
\chapter*{Conclusion Générale}
|
||||
\addcontentsline{toc}{chapter}{Conclusion Générale}
|
||||
|
||||
\section*{Conclusion chapitre 1}
|
||||
|
||||
|
||||
\section*{Ouverture}
|
||||
|
||||
\begin{quote}
|
||||
\textit{Une citation}
|
||||
\end{quote}
|
||||
|
||||
\blindtext
|
|
@ -0,0 +1,21 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Acronymes %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
% \newglossaryentry{api}{
|
||||
% type=\acronymtype,
|
||||
% name={API},
|
||||
% long={Application Programming Interface},
|
||||
% description={Une \textit{Application Programming Interface} est un ensemble particulier de règles et de spécifications qu'un programme logiciel peut suivre pour accéder aux services et aux ressources fournis par un autre programme logiciel particulier qui met en œuvre cette API et pour les utiliser.},
|
||||
% first={Application Programming Interface (API) \footnote{totototto}},
|
||||
% % see=[Glossary:]{apig}
|
||||
% }
|
||||
|
||||
\newacronym[description={Une Base De Données est un ensemble structuré et organisé de données qui représente un système d'informations sélectionnées de telle sorte qu'elles puissent être consultées par des utilisateurs ou par des programmes. Définition du Larousse}]{bdd}{BDD}{Base De Données}
|
||||
|
||||
\newglossaryentry{dataflow}{
|
||||
name={\textit{dataflow}},
|
||||
description={Le \textit{dataflow} ("flux de données", en français) est l'organisation des données dans une structure de fichiers. Contrairement au \textit{workflow} qui décrit des étapes de travail, le \textit{dataflow} décrit les dépendances de fichiers induites par le pipeline. Définition par LePipeline.org.},
|
||||
plural={\textit{dataflows}},
|
||||
enablef={false},
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
\chapter*{Introduction Générale}
|
||||
\addcontentsline{toc}{chapter}{Introduction Générale}
|
||||
\markboth{Introduction Générale}{Introduction Générale}
|
||||
|
||||
\blindtext
|
|
@ -0,0 +1,80 @@
|
|||
\part{Une partie} \label{part:evol-processus-production}
|
||||
|
||||
\chapter*{Introduction}
|
||||
\addcontentsline{toc}{chapter}{Introduction}
|
||||
|
||||
\blindtext
|
||||
|
||||
\chapter{Production d'images de synthèse précalculées} \label{chap:production-pre-calculee}
|
||||
|
||||
\section*{Introduction}
|
||||
|
||||
\blindtext
|
||||
|
||||
\clearpage
|
||||
|
||||
\section{Paragraphes}\label{sec:section-1}
|
||||
|
||||
\paragraph*{Paragraph}
|
||||
|
||||
\blindtext
|
||||
|
||||
\subsection{Sous section} \label{sec:sous-sec-1}
|
||||
|
||||
\begin{table}[h!]
|
||||
\centering
|
||||
\footnotesize
|
||||
\arrayrulecolor{tablerulecolor}
|
||||
\rowcolors{2}{}{tablerowcolor}
|
||||
\begin{tabular}{|l|l| >{\raggedright\arraybackslash} m{2.5cm}|}
|
||||
\arrayrulecolor{black}
|
||||
\btrule{1pt}
|
||||
Type & Aspect & Date de développement \\
|
||||
\btrule{0.7pt}
|
||||
toto & un joli tableau & 09-2019 \\
|
||||
toto & un joli tableau & 09-2019 \\
|
||||
toto & un joli tableau & 07-2019 \\
|
||||
toto & un joli tableau & 03-2019 \\
|
||||
toto & un joli tableau & 09-2019 \\
|
||||
toto & un joli tableau & 09-2020 \\
|
||||
toto & un joli tableau & 03-2019 \\
|
||||
toto & un joli tableau & 07-2019 \\
|
||||
toto & un joli tableau & 04-2019 \\
|
||||
toto & un joli tableau & 04-2019 \\
|
||||
toto & un joli tableau & 11-2019 \\
|
||||
toto & un joli tableau & 03-2019 \\
|
||||
toto & un joli tableau & 03-2019 \\
|
||||
toto & un joli tableau & 09-2019 \\
|
||||
toto & un joli tableau & 08-2019 \\
|
||||
toto & un joli tableau & 03-2019 \\
|
||||
toto & un joli tableau & 03-2020 \\
|
||||
toto & un joli tableau & 03-2019 \\
|
||||
toto & un joli tableau & 09-2020 \\
|
||||
toto & un joli tableau & 11-2019 \\
|
||||
toto & un joli tableau & 11-2019 \\
|
||||
toto & un joli tableau & 11-2019 \\
|
||||
toto & un joli tableau & 05-2019 \\
|
||||
\btrule{1pt}
|
||||
\end{tabular}
|
||||
\caption{La description du tableau.}
|
||||
\label{table:implementation-list}
|
||||
\end{table}
|
||||
|
||||
|
||||
\subsection{Sous section} \label{sec:sous-sec-1}
|
||||
|
||||
\blindtext
|
||||
|
||||
\clearpage
|
||||
|
||||
\section*{Conclusion}
|
||||
|
||||
\blindtext
|
||||
|
||||
\clearpage
|
||||
|
||||
% IDÉE : Conclusion partie
|
||||
% NOTE : Aller en entonoir ?
|
||||
\chapter*{Conclusion de la partie I}
|
||||
\addcontentsline{toc}{chapter}{Conclusion}
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
\part{Une partie} \label{part:premiere-partie}
|
||||
|
||||
\chapter*{Introduction}
|
||||
\addcontentsline{toc}{chapter}{Introduction}
|
||||
|
||||
\blindtext
|
||||
|
||||
\chapter{Premier chapitre} \label{chap:premier-chapitre}
|
||||
|
||||
\section*{Introduction}
|
||||
|
||||
\blindtext
|
||||
|
||||
\clearpage
|
||||
|
||||
\section{Paragraphes}
|
||||
|
||||
\paragraph*{Paragraph}
|
||||
|
||||
\blindtext
|
||||
|
||||
\subsection{Sous section}
|
||||
|
||||
\blindtext
|
||||
|
||||
\subsection{Sous section}
|
||||
|
||||
\blindtext
|
||||
|
||||
\clearpage
|
||||
|
||||
\section*{Conclusion}
|
||||
|
||||
\blindtext
|
||||
|
||||
\clearpage
|
||||
|
||||
% IDÉE : Conclusion partie
|
||||
% NOTE : Aller en entonoir ?
|
||||
\chapter*{Conclusion de la partie I}
|
||||
\addcontentsline{toc}{chapter}{Conclusion}
|
||||
|
|
@ -0,0 +1,322 @@
|
|||
% Source: https://github.com/DorianDepriester/TemplateThese/blob/master/Preambule.tex
|
||||
%% Réglage des fontes et typo
|
||||
\usepackage[utf8]{inputenc} % LaTeX, comprend les accents !
|
||||
\usepackage{lmodern}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[bottom]{footmisc}
|
||||
\usepackage[french]{babel}
|
||||
% \frenchbsetup{
|
||||
% FrenchFootnotes=false,
|
||||
% AutoSpaceFootnotes=false
|
||||
% }
|
||||
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% % Bibliographie
|
||||
\usepackage[
|
||||
defernumbers,
|
||||
style=ext-numeric,
|
||||
sorting=nty,
|
||||
articlein=false,
|
||||
backend=biber]{biblatex}
|
||||
\addbibresource{bibliography.bib}
|
||||
\DeclareLabelname[movie]{
|
||||
\field{director}
|
||||
\field{producer}
|
||||
}
|
||||
|
||||
\DeclareBibliographyDriver{movie}{%
|
||||
\printnames{editor}%
|
||||
\newunit\newblock
|
||||
\printfield{title}%
|
||||
\newunit
|
||||
\printfield{year}%
|
||||
\finentry}
|
||||
|
||||
\DefineBibliographyStrings{french}{%
|
||||
in = {dans},
|
||||
% director = {réalisateur},
|
||||
% scriptwriter = {scénariste},
|
||||
}
|
||||
|
||||
\DeclareNameAlias{author}{family-given}
|
||||
\DeclareNameAlias{sortname}{family-given}
|
||||
\DeclareNameAlias{editor}{family-given}
|
||||
\DeclareNameAlias{editor}{family-given}
|
||||
\renewcommand*{\multinamedelim}{\addcomma\space}
|
||||
\renewcommand*{\finalnamedelim}{\addcomma\space}
|
||||
\renewcommand*{\nameyeardelim}{\addcomma\space}
|
||||
|
||||
\defbibfilter{papers}{
|
||||
type=article or
|
||||
type=inproceedings
|
||||
}
|
||||
|
||||
|
||||
\usepackage[autostyle=true,french=guillemets]{csquotes}
|
||||
\MakeOuterQuote{"}
|
||||
\MakeAutoQuote{«}{»}
|
||||
\MakeBlockQuote{<}{|}{>}
|
||||
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% % Allure générale du document
|
||||
|
||||
\usepackage[section]{placeins} % Place un FloatBarrier à chaque nouvelle section
|
||||
\usepackage{epigraph}
|
||||
\usepackage[font={small}]{caption}
|
||||
\usepackage{tocloft}
|
||||
\addtolength{\cftchapnumwidth}{1em}
|
||||
\addtolength{\cftsecnumwidth}{1em}
|
||||
\addtolength{\cftsubsecnumwidth}{1em}
|
||||
\addtolength{\cftfignumwidth}{1em}
|
||||
\addtolength{\cfttabnumwidth}{1em}
|
||||
\addtolength{\cftbeforechapskip}{-1pt}
|
||||
\usepackage[titletoc, title]{appendix}
|
||||
\usepackage{titlesec}
|
||||
\titlespacing{\paragraph}{0pt}{\medskipamount}{5pt}
|
||||
\titleformat{\paragraph}[runin]{\normalfont\normalsize\bfseries}{\theparagraph}{0em}{}[~:\space]
|
||||
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% %% Mise en forme du texte
|
||||
\usepackage{blindtext}
|
||||
\usepackage{svg}
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{images/}{../images/}}
|
||||
|
||||
\usepackage{enumerate}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{array}
|
||||
\usepackage{multirow}
|
||||
\usepackage{rotating}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{dramatist}
|
||||
\usepackage{qrcode}%[draft]
|
||||
\usepackage{caption}
|
||||
\usepackage[position=bottom]{subcaption}
|
||||
\usepackage{pdfpages}
|
||||
\usepackage{comment}
|
||||
% \usepackage{pst-barcode}
|
||||
\usepackage{longtable}
|
||||
\usepackage{tikz}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{listings}
|
||||
\usepackage{booktabs}
|
||||
|
||||
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% %% Navigation dans le document
|
||||
\usepackage[
|
||||
pdftex,
|
||||
pdfborder={0 0 0},
|
||||
colorlinks=false,
|
||||
linkcolor=black,
|
||||
citecolor=black
|
||||
]{hyperref} % Créera automatiquement les liens internes au PDF
|
||||
% Doit être chargé en dernier (Sauf exceptions ci-dessous)
|
||||
\usepackage{bookmark}
|
||||
\usepackage{xurl}
|
||||
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% %% Packages qui doivent être chargés APRES hyperref
|
||||
\usepackage[top=2.5cm, bottom=2cm, left=3cm, right=2.5cm,
|
||||
headheight=15pt]{geometry}
|
||||
|
||||
\usepackage{fancyhdr} % Entête et pieds de page. Doit être placé APRES geometry
|
||||
% \pagestyle{fancy}
|
||||
\makeatletter
|
||||
% clear double page Style
|
||||
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
|
||||
\begingroup
|
||||
\mbox{}
|
||||
\vspace*{\fill}
|
||||
\vspace{\fill}
|
||||
\thispagestyle{plain}
|
||||
\newpage
|
||||
\if@twocolumn\mbox{}\newpage\fi
|
||||
\endgroup\fi\fi}
|
||||
|
||||
% empty page after part Style
|
||||
\def\@endpart{\vfil\newpage
|
||||
\if@twoside
|
||||
\if@openright
|
||||
\null
|
||||
\thispagestyle{plain}%
|
||||
\vspace*{\fill}%
|
||||
|
||||
\newpage
|
||||
\fi
|
||||
\fi
|
||||
\if@tempswa
|
||||
\twocolumn
|
||||
\fi}
|
||||
\makeatother
|
||||
\fancypagestyle{corps}{
|
||||
\fancyhf{}
|
||||
% \fancyhead[le]{\thepage} %section
|
||||
\fancyhead[le]{\slshape \nouppercase \leftmark}
|
||||
% \fancyhead[ro]{\thepage} % chapter
|
||||
\fancyhead[lo]{\slshape \nouppercase \rightmark}
|
||||
\fancyfoot[le,ro]{\thepage}
|
||||
\renewcommand{\headrulewidth}{0.4pt}
|
||||
}
|
||||
\fancypagestyle{plain}{%
|
||||
\fancyhf{}%
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\fancyfoot[le,ro]{\thepage}
|
||||
}
|
||||
|
||||
|
||||
|
||||
\usepackage{tocbibind}
|
||||
|
||||
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% %% Glossaire
|
||||
|
||||
\usepackage[acronym, toc, nopostdot, automake=immediate]{glossaries}
|
||||
\makeglossaries
|
||||
% hyperfirst=false
|
||||
% \loadglsentries{sections/glossaire} % Utilisation d'un fichier externe pour la définition des entrées (Glossaire.tex) % Utilisation d'un fichier externe pour la définition des entrées (Glossaire.tex)
|
||||
|
||||
|
||||
\glsaddkey% star version needed as default value needs expanding
|
||||
{enablef}% key
|
||||
{\relax}% default value
|
||||
{\glsentryenablef}% command analogous to \glsentrytext
|
||||
{\Glsentryenablef}% command analogous to \Glsentrytext
|
||||
{\glsenablef}% command analogous to \glstext
|
||||
{\Glsenablef}% command analogous to \Glstext
|
||||
{\GLSenablef}% command analogous to \GLStext
|
||||
|
||||
|
||||
\newacronymstyle{custom-fn}% new style name
|
||||
{% Check for long form in case of a mixed glossary
|
||||
\ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}%
|
||||
}%
|
||||
{% Style definitions:
|
||||
% User needs to supply the description:
|
||||
\renewcommand*{\GenericAcronymFields}{}%
|
||||
% Need to ensure hyperlinks are switched off on first use:
|
||||
\glshyperfirstfalse
|
||||
% Redefine the commands used by \glsgenacfmt on first use:
|
||||
\renewcommand*{\genacrfullformat}[2]{%
|
||||
\glsentrylong{##1}\space(\glsentryshort{##1})##2%
|
||||
\ifglshasdesc{##1}%
|
||||
{\footnote{\glsentrydesc{##1}}}%
|
||||
{}%
|
||||
}%
|
||||
\renewcommand*{\Genacrfullformat}[2]{%
|
||||
\firstacronymfont{\Glsentryshort{##1}}##2%
|
||||
\footnote{\glsentrylong{##1}: \glsentrydesc{##1}}%
|
||||
}%
|
||||
\renewcommand*{\genplacrfullformat}[2]{%
|
||||
\firstacronymfont{\glsentryshortpl{##1}}##2%
|
||||
\footnote{\glsentrylongpl{##1}: \glsentrydesc{##1}}%
|
||||
}%
|
||||
\renewcommand*{\Genplacrfullformat}[2]{%
|
||||
\firstacronymfont{\Glsentryshortpl{##1}}##2%
|
||||
\footnote{\glsentrylongpl{##1}: \glsentrydesc{##1}}%
|
||||
}%
|
||||
% Redefine the no-link full forms:
|
||||
\renewcommand*{\glsentryfull}[1]{%
|
||||
\glsentrylong{##1}\space(\acronymfont{\glsentryshort{##1}})%
|
||||
}%
|
||||
\renewcommand*{\Glsentryfull}[1]{%
|
||||
\Glsentrylong{##1}\space(\acronymfont{\glsentryshort{##1}})%
|
||||
}%
|
||||
\renewcommand*{\glsentryfullpl}[1]{%
|
||||
\glsentrylongpl{##1}\space(\acronymfont{\glsentryshortpl{##1}})%
|
||||
}%
|
||||
\renewcommand*{\Glsentryfullpl}[1]{%
|
||||
\Glsentrylongpl{##1}\space(\acronymfont{\glsentryshortpl{##1}})%
|
||||
}%
|
||||
% Redefine the link full forms:
|
||||
\renewcommand*{\acrfullfmt}[3]{%
|
||||
\glslink[##1]{##2}{%
|
||||
\glsentrylong{##2}##3\space(\acronymfont{\glsentryshort{##2}})%
|
||||
}%
|
||||
}%
|
||||
\renewcommand*{\Acrfullfmt}[3]{%
|
||||
\glslink[##1]{##2}{%
|
||||
\Glsentrylong{##2}##3\space(\acronymfont{\glsentryshort{##2}})%
|
||||
}%
|
||||
}%
|
||||
\renewcommand*{\ACRfullfmt}[3]{%
|
||||
\glslink[##1]{##2}{%
|
||||
\MakeTextUppercase{%
|
||||
\glsentrylong{##2}##3\space
|
||||
(\acronymfont{\glsentryshort{##2}})%
|
||||
}%
|
||||
}%
|
||||
}%
|
||||
\renewcommand*{\acrfullplfmt}[3]{%
|
||||
\glslink[##1]{##2}{%
|
||||
\glsentrylongpl{##2}##3\space
|
||||
(\acronymfont{\glsentryshortpl{##2}})%
|
||||
}%
|
||||
}%
|
||||
\renewcommand*{\Acrfullplfmt}[3]{%
|
||||
\glslink[##1]{##2}{%
|
||||
\Glsentrylongpl{##2}##3\space
|
||||
(\acronymfont{\glsentryshortpl{##2}})%
|
||||
}%
|
||||
}%
|
||||
\renewcommand*{\ACRfullplfmt}[3]{%
|
||||
\glslink[##1]{##2}{%
|
||||
\MakeTextUppercase{%
|
||||
\glsentrylongpl{##2}##3\space
|
||||
(\acronymfont{\glsentryshortpl{##2}})%
|
||||
}%
|
||||
}%
|
||||
}%
|
||||
% Use smallcaps for the acronym in the document text:
|
||||
\renewcommand*{\acronymfont}[1]{\textsc{##1}}%
|
||||
\renewcommand*{\acrpluralsuffix}{\glstextup{\glspluralsuffix}}%
|
||||
% Sort acronyms according to the long form:
|
||||
\renewcommand*{\acronymsort}[2]{\MakeLowercase{\Glsentrylong{##1}}}%
|
||||
% Set the name in the list of acronyms to the long form followed by
|
||||
% the short form (in upper case) in parentheses:
|
||||
\renewcommand*{\acronymentry}[1]{%
|
||||
\Glsentrylong{##1}\space(\MakeTextUppercase{\glsentryshort{##1}})}%
|
||||
}
|
||||
\setacronymstyle{custom-fn}
|
||||
\setglossarystyle{altlist}
|
||||
|
||||
\definecolor{codegreen}{rgb}{0,0.6,0}
|
||||
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
|
||||
\definecolor{codepurple}{rgb}{0.58,0,0.82}
|
||||
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
|
||||
\definecolor{tablerulecolor}{rgb}{0.75,0.75,0.75}
|
||||
\definecolor{tablerowcolor}{rgb}{0.95,0.95,0.95}
|
||||
\definecolor{yellowuser}{HTML}{cecd02}
|
||||
\definecolor{greenuser}{HTML}{28cb00}
|
||||
\definecolor{reduser}{HTML}{ce0004}
|
||||
\definecolor{blueuser}{HTML}{484dc6}
|
||||
% \definecolor{lgray}{gray!50}
|
||||
|
||||
\lstdefinestyle{mystyle}{
|
||||
backgroundcolor=\color{backcolour},
|
||||
commentstyle=\color{codegreen},
|
||||
keywordstyle=\color{magenta},
|
||||
numberstyle=\tiny\color{codegray},
|
||||
stringstyle=\color{codepurple},
|
||||
basicstyle=\scriptsize, %\ttfamily
|
||||
breakatwhitespace=false,
|
||||
breaklines=true,
|
||||
captionpos=b,
|
||||
keepspaces=true,
|
||||
numbers=left,
|
||||
numbersep=5pt,
|
||||
showspaces=false,
|
||||
showstringspaces=false,
|
||||
showtabs=false,
|
||||
tabsize=2,
|
||||
xleftmargin=3.5em,
|
||||
xrightmargin=2em,
|
||||
frame=lines,
|
||||
framexleftmargin=0.5em,
|
||||
framexrightmargin=0.5em
|
||||
}
|
||||
|
||||
\lstset{style=mystyle}
|
||||
\usepackage[some,center]{background}
|
||||
\backgroundsetup{
|
||||
scale=1,
|
||||
angle=0,
|
||||
opacity=1}
|
||||
|
||||
\usepackage{blindtext}
|
|
@ -0,0 +1,4 @@
|
|||
\chapter*{Remerciements}
|
||||
\addcontentsline{toc}{chapter}{Remerciements}
|
||||
|
||||
\blindtext
|
|
@ -0,0 +1,59 @@
|
|||
\begin{titlepage}
|
||||
|
||||
\unitlength 1cm
|
||||
\begin{center}
|
||||
\vspace{1.6cm}
|
||||
{\large \scshape Université paris 8 - Vincennes Saint-Denis\\}
|
||||
\vspace{1.6pt}
|
||||
{\normalsize \scshape École doctorale esthétique, Sciences et Technologies des Arts\\}
|
||||
\vspace{1.6pt}
|
||||
{\normalsize Laboratoire Arts des Images et Art Contemporain (EA 4010)\\}
|
||||
\vspace{1.6pt}
|
||||
{\normalsize Équipe de recherche Image Numérique et Réalité Virtuelle\\}
|
||||
\vspace{52pt}
|
||||
{\LARGE Thèse}\\
|
||||
\vspace{42pt}
|
||||
|
||||
{\normalsize Pour obtenir le grade de \\}
|
||||
\vspace{1.6pt}
|
||||
{\normalsize \scshape Docteur de l'Université Paris 8 \\}
|
||||
\vspace{1.6pt}
|
||||
{\normalsize Discipline : Esthétique, sciences et technologies des arts\\}
|
||||
\vspace{1.6pt}
|
||||
{\normalsize Spécialité : Images numériques\\}
|
||||
|
||||
\vspace{2cm}
|
||||
|
||||
\rule{15.25cm}{1.5pt}
|
||||
|
||||
\vspace{12pt}
|
||||
|
||||
{\LARGE \bfseries Votre titre}\\
|
||||
|
||||
\vspace{12pt}
|
||||
\rule{15.25cm}{1.5pt}
|
||||
|
||||
\vspace{2cm}
|
||||
|
||||
{Thèse Soutenue le XX/XX/XX par Prénom \textsc{Nom} \\}
|
||||
\vspace{1.6pt}
|
||||
{sous la direction de M/Mme Prénom \textsc{Nom}\\}
|
||||
\vspace{1cm}
|
||||
|
||||
\end{center}
|
||||
|
||||
\vspace{1cm}
|
||||
\begin{center}
|
||||
\textbf{Membres du jury}\\
|
||||
\end{center}
|
||||
\noindent\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}} r}
|
||||
\vspace{1.6pt}
|
||||
Prénom \textsc{Nom} (PR/DR/MCF...) & Université \\
|
||||
\vspace{1.6pt}
|
||||
Prénom \textsc{Nom} (PR/DR/MCF...) & Université \\
|
||||
\vspace{1.6pt}
|
||||
Prénom \textsc{Nom} (PR/DR/MCF...) & Université \\
|
||||
\vspace{1.6pt}
|
||||
Prénom \textsc{Nom} (PR/DR/MCF...) & Université \\
|
||||
\end{tabular*}
|
||||
\end{titlepage}
|
|
@ -0,0 +1,5 @@
|
|||
\documentclass{article} % Not really important
|
||||
\usepackage{pdfpages}
|
||||
\begin{document}
|
||||
\includepdf[pages={1}]{main.pdf}
|
||||
\end{document}
|
Loading…
Reference in New Issue