2026-02-28 10:53:36 +01:00
|
|
|
\documentclass[a4paper,10pt,landscape]{article}
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
|
\usepackage[T1]{fontenc}
|
2026-05-05 14:32:43 +02:00
|
|
|
\usepackage[landscape,top=0.6cm,bottom=0.6cm,left=0.6cm,right=0.6cm]{geometry}
|
2026-02-28 10:53:36 +01:00
|
|
|
\usepackage{array}
|
|
|
|
|
\usepackage{helvet}
|
|
|
|
|
|
|
|
|
|
% Set sans-serif font as default
|
|
|
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
|
|
|
|
|
|
\setlength{\parindent}{0pt}
|
|
|
|
|
\setlength{\tabcolsep}{3pt}
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
2026-05-05 14:32:43 +02:00
|
|
|
\newcommand{\rowheight}{3.167cm}
|
2026-02-28 10:53:36 +01:00
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
|
|
% Upper card table (rows 1-3)
|
|
|
|
|
\noindent
|
2026-05-05 14:32:43 +02:00
|
|
|
\begin{tabular}{|p{6.9cm}|p{6.9cm}|p{6.9cm}|p{6.9cm}|}
|
2026-02-28 10:53:36 +01:00
|
|
|
\hline
|
|
|
|
|
% Row 1
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_1}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_2}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_3}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_4}}}
|
|
|
|
|
\\
|
|
|
|
|
\hline
|
|
|
|
|
|
|
|
|
|
% Row 2
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_1}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_2}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_3}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_4}}}
|
|
|
|
|
\\
|
|
|
|
|
\hline
|
|
|
|
|
|
|
|
|
|
% Row 3
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_1}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_2}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_3}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_4}}}
|
|
|
|
|
\\
|
|
|
|
|
\hline
|
|
|
|
|
\end{tabular}
|
|
|
|
|
|
2026-05-05 14:32:43 +02:00
|
|
|
\vspace{0.6cm}
|
2026-02-28 10:53:36 +01:00
|
|
|
|
|
|
|
|
% Lower card table (rows 1-3, identical)
|
|
|
|
|
\noindent
|
2026-05-05 14:32:43 +02:00
|
|
|
\begin{tabular}{|p{6.9cm}|p{6.9cm}|p{6.9cm}|p{6.9cm}|}
|
2026-02-28 10:53:36 +01:00
|
|
|
\hline
|
|
|
|
|
% Row 1
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_1}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_2}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_3}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_1_4}}}
|
|
|
|
|
\\
|
|
|
|
|
\hline
|
|
|
|
|
|
|
|
|
|
% Row 2
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_1}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_2}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_3}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_2_4}}}
|
|
|
|
|
\\
|
|
|
|
|
\hline
|
|
|
|
|
|
|
|
|
|
% Row 3
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_1}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_2}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_3}}}
|
|
|
|
|
&
|
2026-05-05 14:32:43 +02:00
|
|
|
\parbox[c][\rowheight][t]{6.8cm}{%
|
2026-02-28 10:53:36 +01:00
|
|
|
{{CELL_3_4}}}
|
|
|
|
|
\\
|
|
|
|
|
\hline
|
|
|
|
|
\end{tabular}
|
|
|
|
|
|
|
|
|
|
\end{document}
|