Increase card height to 9.5cm, add printer margins, and fix second card placement
- Extend card bottom from y=-7.2 to y=-8.2 (8.5cm → 9.5cm per card) so the second card naturally lands in the lower half of the page - Increase all margins from 0.4cm to 0.6cm for printer compatibility; scale front tikzpicture x-axis to 0.990cm to compensate for narrower printable width - Increase back side row height from 2.833cm to 3.167cm (matching new card height) and reduce column width from 7.0cm to 6.9cm to fit within new margins - Reduce inter-card vspace from 0.8cm to 0.6cm to prevent second card page break Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
\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[landscape,top=0.6cm,bottom=0.6cm,left=0.6cm,right=0.6cm]{geometry}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{tikz}
|
||||
@@ -29,12 +29,12 @@
|
||||
|
||||
% Brevet card for {{NAME}} (Start #{{STARTNR}})
|
||||
\noindent
|
||||
\begin{tikzpicture}[x=1cm,y=1cm]
|
||||
\begin{tikzpicture}[x=0.990cm,y=1cm]
|
||||
|
||||
% Black vertical separator lines (drawn first, extend through headers)
|
||||
\draw[black,line width=0.5pt] (7.2,-7.2) -- (7.2,1.3);
|
||||
\draw[black,line width=0.5pt] (14.4,-7.2) -- (14.4,1.3);
|
||||
\draw[black,line width=0.5pt] (21.6,-7.2) -- (21.6,1.3);
|
||||
\draw[black,line width=0.5pt] (7.2,-8.2) -- (7.2,1.3);
|
||||
\draw[black,line width=0.5pt] (14.4,-8.2) -- (14.4,1.3);
|
||||
\draw[black,line width=0.5pt] (21.6,-8.2) -- (21.6,1.3);
|
||||
|
||||
% Black header boxes (drawn on top)
|
||||
\fill[headerblack] (0,0) rectangle (7.2,1.3);
|
||||
@@ -73,7 +73,7 @@
|
||||
\hspace{0.3cm}$\Rightarrow$ \textbf{\underline{Bei Verstoß keine Wertung!}}\\[0.3cm]
|
||||
};
|
||||
|
||||
\node[anchor=south west,text width=6.9cm,font=\small,align=left] at (0.2,-7.0) {
|
||||
\node[anchor=south west,text width=6.9cm,font=\small,align=left] at (0.2,-8.0) {
|
||||
\textbf{AUDAX RANDONNEURS ALLEMAGNE E.V.}\\
|
||||
\href{http://www.audax-randonneure.de}{www.audax-randonneure.de}\\
|
||||
- gegründet 1992 in Hamburg -
|
||||
@@ -89,7 +89,7 @@
|
||||
HOMOLOGATION
|
||||
};
|
||||
|
||||
\node[anchor=south,text width=6.9cm,font=\small,align=center] at (10.8,-6.8) {
|
||||
\node[anchor=south,text width=6.9cm,font=\small,align=center] at (10.8,-7.8) {
|
||||
Brevet N° \makebox[5cm]{\dotfill}
|
||||
};
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
N° ACP du Club \textbf{{{EVENT_CLUB_NR}}}
|
||||
};
|
||||
|
||||
\node[anchor=south,text width=6.9cm,font=\scriptsize,align=center] at (25.2,-7.0) {
|
||||
\node[anchor=south,text width=6.9cm,font=\scriptsize,align=center] at (25.2,-8.0) {
|
||||
CONTRÔLÉE ET HOMOLOGUÉE EXCLUSIVEMENT PAR\\
|
||||
\href{http://www.audax-club-parisien.com}{www.audax-club-parisien.com}\\
|
||||
- Société fondée en 1904 -
|
||||
|
||||
Reference in New Issue
Block a user