master-thesis/memoire.tex
2012-08-01 16:23:09 +02:00

82 lines
1.9 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%\documentclass[a4paper,11pt,twoside=semi,draft]{scrartcl}
\documentclass[a4paper,11pt,twoside=semi]{scrartcl}
\usepackage{xunicode}% for XeTex!
\usepackage{fontspec}% for XeTex!
\usepackage{xltxtra} % for XeTex!
\usepackage{amsfonts}% for Z12
\usepackage[french]{babel}
\usepackage{url}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage[lofdepth,lotdepth]{subfig}% replaces subfigure
\usepackage{scrtime}
%\usepackage{hyperref}
\defaultfontfeatures{Scale=MatchLowercase}
\setromanfont[Mapping=textext]{Linux Libertine O}
\setsansfont [Mapping=textext]{Linux Biolinum O}
\setmonofont [Mapping=textext]{Inconsolata}
\newcommand{\ircam}{\textsc{Ircam}}
\newcommand{\lps}{\textsc{Lps}}
\newcommand{\lisp}{\textsc{Lisp}}
\newcommand{\modalys}{\textbf{Modalys}}
\newcommand{\openmusic}{\textbf{OpenMusic}}
\newcommand{\mpri}{\textsc{Mpri}}
\newcommand{\todo}{\fbox{\texttt{todo}}}
\hyphenation{con-cen-trent}
\begin{document}
\titlehead{{\Large\ircam\hfill\lps}\\%
UMR 9912 - STMS \hfill UMR 8502 - Université Paris-Sud\\%
1 place Igor Stravinsky \hfill Bâtiment 510\\%
75004 Paris \hfill 91405 Orsay}
\subject{Mémoire de M2}
\title{De la sonification à la « musification » des systèmes complexes}
\author{Martin \sc Potier}
\date{6 septembre 2012}
\publishers{\sc mpri}
\maketitle
\vfill
Stage encadré par :
\begin{itemize}
\item Moreno \textsc{Andreatta} (\ircam)
\item Wiebke \textsc{Drenckhan} (\lps)
\end{itemize}
\bigskip
Rapporteur :
\begin{itemize}
\item Gilles \textsc{Schaeffer}
\end{itemize}
\vfill
\hfill{\small Document compilé le \today\ à \thistime}
\thispagestyle{empty}
\cleardoublepage
% 2 pages
\begin{abstract}
Your abstract goes here...
\end{abstract}
\thispagestyle{empty}
\cleardoublepage
\tableofcontents
\thispagestyle{empty}
\cleardoublepage
% Content
\include{content}
\bibliographystyle{plain}
\bibliography{SonificationHandbook,StageSonification2012}
\appendix
\include{catalog}
\end{document}