234 lines
5.1 KiB
TeX
234 lines
5.1 KiB
TeX
% !TEX encoding = UTF-8 Unicode
|
|
% -*- coding: UTF-8; -*-
|
|
% vim: set fenc=utf-8
|
|
\documentclass[a4paper,12pt,french]{article}
|
|
|
|
\usepackage{ensps}
|
|
|
|
\hypersetup{
|
|
pdftitle={Titre},
|
|
pdfauthor={Auteur},
|
|
pdfsubject={Sujet},
|
|
pdfproducer={Conversion PDF},
|
|
pdfkeywords={Quelques mots-clés} %
|
|
}
|
|
|
|
\DeclareGraphicsRule{.ai}{pdf}{.ai}{} % Pour insérer des documents .ai
|
|
\graphicspath{{./img/} {./eps/} {./fig/}} % Pour ne pas avoir à ajouter eps/ton-image.jpg
|
|
|
|
% ------------- Packages spéciaux, nécessaires pour ce rapport, à insérer ici -------------
|
|
%\usepackage{minted}
|
|
|
|
|
|
\begin{document}
|
|
|
|
% --------------------------------------------------------------
|
|
% Page de garde
|
|
% --------------------------------------------------------------
|
|
|
|
\begin{titlepage}
|
|
\begin{center}
|
|
|
|
\includegraphics[height = 3 cm]{logo_ENSPS_UPS.png}\\[1cm]
|
|
|
|
{\large Intitulé de la filière, domaine ou approfondissement}\\[0.5cm]
|
|
|
|
{\large Type de projet}\\[0.5cm]
|
|
|
|
% Titre
|
|
\rule{\linewidth}{0.5mm} \\[0.4cm]
|
|
{ \huge \bfseries Titre du rapport éventuellement en plusieurs lignes. \\[0.4cm] }
|
|
\rule{\linewidth}{0.5mm} \\[1.5cm]
|
|
|
|
% Auteur(es) et encadrant(es)
|
|
\noindent
|
|
\begin{minipage}{0.4\textwidth}
|
|
\begin{flushleft} \large
|
|
\emph{Auteurs :}\\
|
|
M\up{me} Prénom \textsc{Nom}\\
|
|
M.~Prénom \textsc{Nom}\\
|
|
M.~Prénom \textsc{Nom}\\
|
|
M.~Prénom \textsc{Nom}
|
|
\end{flushleft}
|
|
\end{minipage}%
|
|
\begin{minipage}{0.4\textwidth}
|
|
\begin{flushright} \large
|
|
\emph{Encadrants :} \\
|
|
M.~Prénom \textsc{Nom}\\
|
|
M.~Prénom \textsc{Nom}
|
|
\end{flushright}
|
|
\end{minipage}
|
|
|
|
\vfill
|
|
|
|
% Date en fin de page
|
|
{\large Version du\\ \today}
|
|
|
|
\end{center}
|
|
\end{titlepage}
|
|
|
|
% --------------------------------------------------------------
|
|
% Table des matières
|
|
% --------------------------------------------------------------
|
|
|
|
\thispagestyle{empty}
|
|
\tableofcontents
|
|
\pagebreak
|
|
|
|
% --------------------------------------------------------------
|
|
% Début du corps
|
|
% --------------------------------------------------------------
|
|
|
|
\section{Introduction}
|
|
|
|
\lipsum[1]
|
|
|
|
|
|
|
|
|
|
% --------------------------------------------------------------
|
|
% Partie 1
|
|
% --------------------------------------------------------------
|
|
|
|
\pagebreak
|
|
\section{Une partie}
|
|
\subsection{Une sous-partie}
|
|
|
|
|
|
Pour faire des dérivations :
|
|
|
|
\[
|
|
\derp{x}{t} + \derd{y}{t} + \derda{z}{t} + \derD{z}{t} = 0
|
|
\]
|
|
|
|
|
|
|
|
Pour faire des intégrales, le d de la différentielle est écrit avec la commande \texttt{\textbackslash ud} :
|
|
|
|
\[
|
|
\int_0^T f(t) \ud t = 0
|
|
\]
|
|
|
|
|
|
|
|
Pour utiliser des opérateurs différentiels:
|
|
|
|
\[
|
|
\div{x} + \rot{y} + \grad{z} = 0
|
|
\]
|
|
|
|
|
|
\subsection{Une autre sous-partie}
|
|
|
|
Pour mettre un encadré gris qui met un peu d'emphase :
|
|
|
|
\begin{cadregris}
|
|
|
|
Par exemple.
|
|
|
|
\end{cadregris}
|
|
|
|
|
|
|
|
Pour introduire une figure :
|
|
|
|
\begin{figure}[ht!]
|
|
\centering
|
|
\includegraphics[width=0.2\textwidth]{example-image-a}
|
|
\caption{Insérer ici le sous-titre.}
|
|
\label{fig:}
|
|
\end{figure}
|
|
|
|
|
|
|
|
|
|
Pour introduire une table :
|
|
|
|
\begin{table}[ht!]
|
|
\begin{center}
|
|
\begin{tabular}{@{}llllllll@{}}
|
|
\toprule
|
|
Un truc & & & & & & & \\ \midrule
|
|
Un autre & & & & & & & \\ \bottomrule
|
|
\end{tabular}
|
|
\caption{Un tableau \label{tab:id-de-la-table}}
|
|
\label{tab:}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
|
|
|
|
Et pour introduire du code informatique :
|
|
|
|
\begin{minted}[linenos, breaklines]{python}
|
|
print("hello word")
|
|
\end{minted}
|
|
\captionof {listing}{Code python basique \label{lst:HW}}
|
|
|
|
|
|
% --------------------------------------------------------------
|
|
% Partie 2
|
|
% --------------------------------------------------------------
|
|
|
|
\section{Une autre partie}
|
|
\subsection{Une autre sous-partie}
|
|
\lipsum[2]
|
|
|
|
|
|
|
|
% --------------------------------------------------------------
|
|
% Conclusion
|
|
% --------------------------------------------------------------
|
|
|
|
\pagebreak
|
|
\section{Conclusion}
|
|
\lipsum[3]
|
|
|
|
|
|
% --- Biblio par .bib
|
|
%\bibliography{ici-ton-fichier-biblio}
|
|
%\bibliographystyle{plain-fr.bst}
|
|
%\selectlanguage{french}
|
|
|
|
% --- Biblio écrite à la main
|
|
%\begin{thebibliography}{7}
|
|
%\bibitem[Bastien 2019]{id-de-la-source}
|
|
%Auteurs : \emph{Un titre}, une date.
|
|
%\end{thebibliography}
|
|
|
|
% --------------------------------------------------------------
|
|
% Appendices
|
|
% --------------------------------------------------------------
|
|
|
|
%\pagebreak
|
|
%\appendix
|
|
%\begin{appendices}
|
|
%\section{}
|
|
|
|
|
|
%\end{appendices}
|
|
|
|
|
|
% --------------------------------------------------------------
|
|
% Abstract
|
|
% --------------------------------------------------------------
|
|
\pagebreak
|
|
\thispagestyle{empty}
|
|
|
|
\vspace*{\fill}
|
|
\noindent\rule[2pt]{\textwidth}{0.5pt}\\
|
|
{\textbf{Résumé :}}
|
|
\lipsum[1]
|
|
|
|
{\noindent\textbf{Mots clés :}}
|
|
Insérez ici, des mots-clés, pour décrire, votre rapport.
|
|
\\
|
|
\noindent\rule[2pt]{\textwidth}{0.5pt}
|
|
\begin{center}
|
|
\ens \\
|
|
4, avenue des Sciences\\
|
|
91190 Gif-sur-Yvette
|
|
\end{center}
|
|
\vspace*{\fill}
|
|
|
|
\end{document}
|