]> AND Private Git Repository - loba.git/blob - Experimentations/sample-latex-tabular.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Cosmetics: fix comments in grid*.xml.
[loba.git] / Experimentations / sample-latex-tabular.tex
1 \documentclass[10pt,a4paper]{article}
2 \usepackage[latin1]{inputenc}
3 \usepackage{float}
4 \usepackage{amsmath}
5 \usepackage{amsfonts}
6 \usepackage{amssymb}
7 \begin{document}
8 \begin{flushleft}
9
10 \begin{table}
11 \caption{Btree-plat}
12 \input{data_btree-all}
13 \label{tbl:plat-btree-all}
14 \end{table}
15
16 \begin{table}
17 \caption{Clique-plat}
18 \input{data_clique-all}
19 \label{tbl:plat-clique-all}
20 \end{table}
21
22 \begin{table}
23 \caption{Hcube-plat}
24 \input{data_hcube-all}
25 \label{tbl:plat-hcube-all}
26 \end{table}
27
28 \begin{table}
29 \caption{Line-plat}
30 \input{data_line-all}
31 \label{tbl:plat-line-all}
32 \end{table}
33
34 \begin{table}
35 \caption{Ring-plat}
36 \input{data_ring-all}
37 \label{tbl:plat-ring-all}
38 \end{table}
39
40 \begin{table}
41 \caption{Star-plat}
42 \input{data_star-all}
43 \label{tbl:plat-torus-all}
44 \end{table}
45
46
47 \begin{table}
48 \caption{Torus-plat}
49 \input{data_torus-all}
50 \label{tbl:plat-torus-all}
51 \end{table}
52
53 \end{flushleft}
54 \end{document}