Line | |
---|
1 | \documentclass[12pt,a4paper]{article} |
---|
2 | |
---|
3 | \usepackage[french]{babel} |
---|
4 | %\usepackage[utf8x]{inputenc} |
---|
5 | \usepackage{times} |
---|
6 | \usepackage[T1]{fontenc} |
---|
7 | \usepackage{aeguill} |
---|
8 | \usepackage{verbatim} |
---|
9 | \usepackage{algorithm,algorithmic} |
---|
10 | \usepackage{xmpmulti} |
---|
11 | \usepackage{graphicx} |
---|
12 | \usepackage{color} |
---|
13 | |
---|
14 | \definecolor{gris25}{gray}{0.75} |
---|
15 | \definecolor{gris75}{gray}{0.30} |
---|
16 | |
---|
17 | \title{% |
---|
18 | \textbf{COACH:} |
---|
19 | \textbf{C}onception d'\textbf{A}rchitecture par |
---|
20 | \textbf{C}ompilation et synt\textbf{H}ï¿œse |
---|
21 | } |
---|
22 | |
---|
23 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
24 | |
---|
25 | \begin{document} |
---|
26 | \input{body.tex} |
---|
27 | \end{document} |
---|
28 | |
---|
29 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
Note: See
TracBrowser
for help on using the repository browser.