Finish TM

This commit is contained in:
Nathanaël Restori 2012-11-15 19:52:39 +01:00
parent c32f3fbda4
commit 8a669ad03c
3 changed files with 41 additions and 53 deletions

11
README-cd Normal file
View File

@ -0,0 +1,11 @@
TM réalisé par Nathanaël Restori, suivi par M. Salanon.
=======================================================
Blonay, le 13 novembre 2012.
Le TM et les annexes se situent dans le fichier TM.pdf.
Le dossier « arduino » contient les sources des programmes pour l'Arduino.
Les photos, les sources, les résultats bruts sont disponibles à :
- en HTTP : http://projects.lib42.so/projects/tm
- en HTTPS : https://projects.lib42.so/projects/tm

View File

@ -1,51 +0,0 @@
\documentclass[8pt]{scrreprt}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{polyglossia}
\usepackage[margin=1in, paperwidth=12cm, paperheight=12cm, top=0.5cm, bottom=0.5cm, left=0.5cm, right=0.5cm]{geometry}
\setmainlanguage{french}
\title{La lumière s'éteint-elle dans le frigo~?}
\subtitle{Étude d'un bus en vue d'acquisition de données}
\author{Nathanaël Restori}
\date{\today}
\begin{document}
\begin{titlepage}
\makeatletter
\begin{center}
\textsc{\LARGE Gymnase de Burier}\\[1cm]
\textbf{\huge \@title\\[0.5em]
\large \@subtitle}
\vfill
\begin{figure}[htp]
\centering
\includegraphics[width=1\textwidth]{figures/Arduino_Ethernet.jpg}
\end{figure}
\vfill
\begin{minipage}{0.59\textwidth}
\begin{flushleft}
Blonay, le \@date
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright}
\@author, 2M6\\
\end{flushright}
\end{minipage}
\end{center}
\setcounter{page}{0}
\makeatother
\end{titlepage}
\end{document}

View File

@ -2,13 +2,26 @@
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{polyglossia}
\usepackage[margin=1in, paperwidth=12cm, paperheight=12cm, top=0cm, bottom=0cm, left=0cm, right=0cm]{geometry}
\usepackage[margin=1in, paperwidth=12cm, paperheight=12cm, top=0.5cm, bottom=0.5cm, left=0.5cm, right=0.5cm]{geometry}
\setmainlanguage{french}
\title{La lumière s'éteint-elle dans le frigo~?}
\subtitle{Étude d'un bus en vue d'acquisition de données}
\author{Nathanaël Restori}
\date{\today}
\begin{document}
\begin{titlepage}
\makeatletter
\begin{center}
\textbf{}
\textsc{\LARGE Gymnase de Burier}\\[1cm]
\textbf{\huge \@title\\[0.5em]
\large \@subtitle}
\vfill
\begin{figure}[htp]
@ -17,7 +30,22 @@
\end{figure}
\vfill
\begin{minipage}{0.59\textwidth}
\begin{flushleft}
Blonay, le \@date
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright}
\@author, 2M6\\
\end{flushright}
\end{minipage}
\end{center}
\setcounter{page}{0}
\makeatother
\end{titlepage}
\end{document}