50 lines
1.2 KiB
TeX
Executable File
50 lines
1.2 KiB
TeX
Executable File
\documentclass[a4paper,10pt, landscape]{article}
|
|
\usepackage{myXsim}
|
|
\usepackage{booktabs}
|
|
|
|
\author{}
|
|
\title{Croisement de variables: Bilan}
|
|
\date{Septembre 2019}
|
|
|
|
\pagestyle{empty}
|
|
|
|
\newcommand\tableau{%
|
|
\small
|
|
\begin{tabular}{|p{4cm}|ccc|c|}
|
|
\toprule
|
|
Produit & Impression & Logiciel & Ordinateur & Total \\
|
|
Vendeur & & & & \\
|
|
\midrule
|
|
Barton LLC & 3 & 4 & 1 & 8 \\
|
|
Jerde-Hilpert & 2 & 1 & 4 & 7 \\
|
|
Kassulke, Ondricka and Metz & 1 & 0 & 4 & 5 \\
|
|
Kulas Inc & 2 & 2 & 2 & 6 \\
|
|
Trantow-Barrows & 4 & 6 & 5 & 15 \\
|
|
\midrule
|
|
Total & 12 & 13 & 16 & 41 \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\begin{multicols}{2}
|
|
\noindent
|
|
\tableau
|
|
\\[0.7cm]
|
|
\tableau
|
|
\\[0.7cm]
|
|
\tableau
|
|
|
|
\noindent
|
|
\tableau
|
|
\\[0.7cm]
|
|
\tableau
|
|
\\[0.7cm]
|
|
\tableau
|
|
\end{multicols}
|
|
|
|
|
|
|
|
\end{document}
|