1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
\documentclass[12pt]{article}
\usepackage{url}
\input myarticle.sty
\def\pierre#1 {\fbox {\footnote {\ }}\ \footnotetext { From Pierre: #1}}
\def\richard#1 {\fbox {\footnote {\ }}\ \footnotetext { From Richard: #1}}
\def\hpierre#1 {}
\def\hrichard#1 {}
\def\myurl{\url{http://www.iro.umontreal.ca/~lecuyer}}
\newcommand\guisec[1]{\vspace{20pt}
\noindent\hrulefill\hspace{10pt}{\bf #1}\hspace{10pt}\hrulefill
\vspace{10pt}\nopagebreak}
% \includeonly{util}
\begin{document}
\include {titre}
\pagenumbering{roman}
\addcontentsline{toc}{subsection}{Copyright}
\include {copyright}
\tableofcontents
\clearpage
\pagenumbering{arabic}
\include{gdef}
\include{util}
\include{bitset}
\include{chrono}
\include{num}
\include{num2}
\include{tables}
\include{mystr}
\include{addstr}
\include{tcode}
\bibliographystyle {plain}
\bibliography{stat,random,simul,math,ift}
\end{document}
|