69 lines
1.3 KiB
TeX
69 lines
1.3 KiB
TeX
\documentclass[12pt,a4paper]{report}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[francais]{babel}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsfonts}
|
|
\usepackage{amssymb}
|
|
\usepackage{graphicx}
|
|
\graphicspath{{pic/}}
|
|
|
|
\usepackage{authblk}
|
|
\author{TODO}
|
|
\affil{Université Toulouse, Jean Jaurès - L3 MIASHS - ProjetWeb}
|
|
|
|
\begin{document}
|
|
|
|
\title{Projet Web - AJAX}
|
|
\maketitle
|
|
|
|
\renewcommand{\contentsname}{Sommaire}
|
|
\tableofcontents
|
|
|
|
\chapter*{Introduction}
|
|
\addcontentsline{toc}{chapter}{Introduction}
|
|
|
|
\chapter{Spécification}
|
|
|
|
\section{Speech}
|
|
|
|
|
|
|
|
\section{Use Case}
|
|
|
|
\subsection{Acteurs}
|
|
Enfants et adultes référents
|
|
|
|
\chapter{Questions à poser au client}
|
|
|
|
\begin{itemize}
|
|
\item C'est qui cet adulte référent?
|
|
\item Il choisi des images pour tout le monde?
|
|
\item Admin, acteur?
|
|
\item Si c'est côté client ou côté administrateur?
|
|
\item Niveau des enfants 4, 5 ans? (les enfants ne savent pas lire)
|
|
\item De quoi disposons comme information?
|
|
\end{itemize}
|
|
|
|
\chapter{Idées}
|
|
|
|
|
|
|
|
|
|
|
|
%\listoffigures
|
|
%\addcontentsline{toc}{chapter}{Table des illustrations}
|
|
|
|
%\renewcommand{\bibname}{Références}
|
|
%\begin{thebibliography}{9}
|
|
|
|
%\bibitem{lamport94}
|
|
% Arte Reportage (arte futur).
|
|
%Disponible sur http://www.arte.tv/guide/fr/plus7/,
|
|
%2014.
|
|
|
|
%\end{thebibliography}
|
|
%\addcontentsline{toc}{chapter}{Références}
|
|
|
|
\end{document}
|