www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4e1cf5f0f3a1181f2efd984144ffc4a5bc0a0521
parent 015e6ebc29f403639db2829166b16f1e23ea0b1c
Author: gduperon <gduperon@5d9ba3ac-444b-4713-9fb3-0b58e79229a2>
Date:   Wed, 12 May 2010 01:54:44 +0000

Citation «What are the inputs ? …»

git-svn-id: https://projetud.info-ufr.univ-montp2.fr/svn/flin607-2009-gduperon@41 5d9ba3ac-444b-4713-9fb3-0b58e79229a2

Diffstat:
Mrapport/rapport.pdf | 0
Mrapport/rapport.tex | 30++++++++++++++++++++++++++++--
2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/rapport/rapport.pdf b/rapport/rapport.pdf Binary files differ. diff --git a/rapport/rapport.tex b/rapport/rapport.tex @@ -19,8 +19,9 @@ \usetikzlibrary{matrix,fit,calc} \usepackage{amsmath} +\usepackage{tocbibind} -\usepackage{rapportv3} +\usepackage{rapport} \author{Georges Dupéron} \title{Langage de programmation} @@ -28,6 +29,8 @@ \begin{document} \maketitle +\tableofcontents +\newpage \section{Objectif} @@ -84,7 +87,25 @@ La question à se poser maintenant est ~: Qu'est-ce qui définit ce programme ? \end{figure} -Ou, comme l'aurait dit TODO, «What are your inputs ? What are your outputs ? What is the functional relation between them ?». +Ou, comme le disait un des collègues de Joe~Armstrong~\cite{what-inputs}~: + +\begin{figure}[h!] + \centering + \begin{quotation} + «~A program is a black box. It has inputs and it has outputs. And there is a functional relationship between the inputs and the outputs. What are the inputs to your problem ? What are the outputs to your problem ? What is the functional relationship between the two ?~» + \end{quotation} +\end{figure} +% Citation de Joe Armstrong, parue dans : +% titre : Coders at Work +% Auteur : Peter Seibel +% ISBN 978-1-4302-1948-4 +% http://www.codersatwork.com/ +% http://books.google.fr/books?id=B_OQYipTYzsC&lpg=PP1&pg=PA217#v=onepage (bas de page) + +%(03:37:51) bbrun: tu ecrit a l'endroit ou tu veux mettre ta biblio \bibliographystyle{plain} +%\bibliography{nomBibliographieSansExtension} +%(03:38:36) aim: ok merchi beaucoup +%(03:38:46) bbrun: et dans le texte a l'endroit ou tu veux mettre ta reference tu tappe \cite{what-inputs} et tu a un truc comme sa en fin de page [Image] Ce programme est constitué \begin{itemize} @@ -166,4 +187,9 @@ call-bloc prend en paramètre des fonctions permettant de calculer ses paramètr \item Pour une macro, on stocke juste les paramètres eux-mêmes (avec leur fonction d'évaluation, s'il y en a une). \end{itemize} +\appendix + +\bibliographystyle{plain} +\bibliography{biblio} + \end{document}