73 lines
1.9 KiB
TeX
73 lines
1.9 KiB
TeX
\documentclass[fontsize=14pt, DIV=calc, a4paper]{scrartcl}
|
|
%\documentclass[12pt, DIV=calc, twosides=on, a4paper,twocolumn]{scrartcl}
|
|
|
|
\usepackage{fontspec}
|
|
\usepackage{polyglossia}
|
|
\usepackage{hyperref}
|
|
\usepackage[modulo]{lineno}
|
|
|
|
|
|
|
|
\setdefaultlanguage{french}
|
|
%\setmainfont{Junicode}
|
|
%\setsansfont{Junicode}
|
|
|
|
|
|
\setmainfont{EB Garamond}
|
|
\setsansfont{EB Garamond}
|
|
\newfontface\smallcaps[RawFeature={+c2sc,+scmp}]{EB Garamond}
|
|
|
|
%\setmainfont[Ligatures=TeX]{Linux Libertine O}
|
|
%\setsansfont{Linux Biolinum O}
|
|
%\newfontface\sc[Letters=SmallCaps]{Linux Biolinum O}
|
|
|
|
\title{\textsc{Hand Control}\\
|
|
\Huge \textbf{}}
|
|
|
|
\author{Luc Absil, Louis-Guillaume Dubois, Paul Janin\\
|
|
\bigskip
|
|
{\tt \small
|
|
\href{mailto:luc.absil@supelec.fr}{luc.absil@supelec.fr}
|
|
\href{mailto:louis-guillaume.dubois@supelec.fr}{louis-guillaume.dubois@supelec.fr}
|
|
\href{mailto:paul.janin@supelec.fr}{paul.janin@supelec.fr}}}
|
|
\date{}
|
|
|
|
\KOMAoptions{DIV=last}
|
|
\KOMAoptions{DIV=10}
|
|
|
|
% \figw{nomDuFichier.eps}{taille}{label}{ Mon beau titre.}
|
|
\newcommand\figw[4
|
|
]
|
|
{
|
|
\begin{figure}[p]
|
|
\centering
|
|
\caption{\label{#3} #4}
|
|
\includegraphics[#2]{#1}
|
|
\end{figure}
|
|
}
|
|
|
|
% \fig{nomDuFichier.eps}{label}{ Mon beau titre.}
|
|
\newcommand\fig[3]
|
|
{
|
|
\begin{figure}[h]
|
|
\centering
|
|
|
|
|
|
\caption{\label{#2} #3}
|
|
\includegraphics[width=15cm]{#1}
|
|
\end{figure}
|
|
}
|
|
|
|
% pour les références
|
|
\newcommand\rr[1]{\ref{#1} page~\pageref{#1}}
|
|
\begin{document}
|
|
\maketitle
|
|
\section{Présentation de la synthèse}
|
|
Cette synthèse documentaire s'intéresse à la plateforme de développement ROS pour le contrôle de systèmes automatisés, ainsi qu'au dispositif de détection de mouvement Kinect,
|
|
développé par Microsoft, et à son utilisation dans le cadre de notre projet de synthèse. On s'attachera notamment aux divers cadres d'utilisations possibles pour le Kinect.
|
|
\bibliographystyle{plain}
|
|
Je cite \cite{blagues}.
|
|
|
|
Notre superbe biblio :
|
|
\bibliography{biblio}
|
|
\end{document}
|