a2b5c6dc4a
- Add --blanko flag to generate_cards.py for blank cards (no CSV needed), 2-up layout - Fix preamble duplication bug affecting both blanko and multi-participant personalized builds - Add make build-blanko target; default make now builds personalized + blanko - Reduce page margins from 0.8cm to 0.4cm for Kyocera P6026 - Widen tikzpicture columns (6.9→7.2cm) and tabular columns (6.6→7.0cm) to fill page width - Update event.yml for BRM400 Bonn–Lüttich–Bastogne–Bonn, 9. Mai 2026, with 6 controls Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
121 lines
2.0 KiB
TeX
121 lines
2.0 KiB
TeX
\documentclass[a4paper,10pt,landscape]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[landscape,top=0.4cm,bottom=0.4cm,left=0.4cm,right=0.4cm]{geometry}
|
|
\usepackage{array}
|
|
\usepackage{helvet}
|
|
|
|
% Set sans-serif font as default
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
\setlength{\parindent}{0pt}
|
|
\setlength{\tabcolsep}{3pt}
|
|
\pagestyle{empty}
|
|
|
|
\newcommand{\rowheight}{2.833cm}
|
|
|
|
\begin{document}
|
|
|
|
% Upper card table (rows 1-3)
|
|
\noindent
|
|
\begin{tabular}{|p{7.0cm}|p{7.0cm}|p{7.0cm}|p{7.0cm}|}
|
|
\hline
|
|
% Row 1
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_1}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_2}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_3}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_4}}}
|
|
\\
|
|
\hline
|
|
|
|
% Row 2
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_1}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_2}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_3}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_4}}}
|
|
\\
|
|
\hline
|
|
|
|
% Row 3
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_1}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_2}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_3}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_4}}}
|
|
\\
|
|
\hline
|
|
\end{tabular}
|
|
|
|
\vspace{1.8cm}
|
|
|
|
% Lower card table (rows 1-3, identical)
|
|
\noindent
|
|
\begin{tabular}{|p{7.0cm}|p{7.0cm}|p{7.0cm}|p{7.0cm}|}
|
|
\hline
|
|
% Row 1
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_1}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_2}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_3}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_1_4}}}
|
|
\\
|
|
\hline
|
|
|
|
% Row 2
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_1}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_2}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_3}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_2_4}}}
|
|
\\
|
|
\hline
|
|
|
|
% Row 3
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_1}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_2}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_3}}}
|
|
&
|
|
\parbox[c][\rowheight][t]{6.9cm}{%
|
|
{{CELL_3_4}}}
|
|
\\
|
|
\hline
|
|
\end{tabular}
|
|
|
|
\end{document} |