44 lines
789 B
TeX
44 lines
789 B
TeX
|
\documentclass[a4paper,12pt]{article}
|
||
|
\usepackage{myXsim}
|
||
|
|
||
|
\title{Projets Scratch}
|
||
|
\tribe{Troisième}
|
||
|
\date{Septembre 2017}
|
||
|
|
||
|
\renewcommand{\arraystretch}{3}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
{\Large Nom du projet:} \dotfill
|
||
|
|
||
|
\bigskip
|
||
|
|
||
|
Session sur les ordinateurs
|
||
|
|
||
|
\medskip
|
||
|
|
||
|
Élève 1: \parbox[b]{5cm}{\dotfill}
|
||
|
Élève 2: \parbox[b]{5cm}{\dotfill}
|
||
|
|
||
|
\bigskip
|
||
|
\begin{tabular}{p{8cm}|p{2cm}|p{2cm}|}
|
||
|
Étapes & En cours & Fait \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
$\bullet$\dotfill & & \\
|
||
|
\end{tabular}
|
||
|
|
||
|
\end{document}
|
||
|
|
||
|
%%% Local Variables:
|
||
|
%%% mode: latex
|
||
|
%%% TeX-master: "master"
|
||
|
%%% End:
|
||
|
|