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{array}
|
||||
\usepackage{helvet}
|
||||
|
||||
@@ -12,107 +12,107 @@
|
||||
\setlength{\tabcolsep}{3pt}
|
||||
\pagestyle{empty}
|
||||
|
||||
\newcommand{\rowheight}{2.833cm}
|
||||
\newcommand{\rowheight}{3.167cm}
|
||||
|
||||
\begin{document}
|
||||
|
||||
% Upper card table (rows 1-3)
|
||||
\noindent
|
||||
\begin{tabular}{|p{7.0cm}|p{7.0cm}|p{7.0cm}|p{7.0cm}|}
|
||||
\begin{tabular}{|p{6.9cm}|p{6.9cm}|p{6.9cm}|p{6.9cm}|}
|
||||
\hline
|
||||
% Row 1
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_1}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_2}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_3}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_4}}}
|
||||
\\
|
||||
\hline
|
||||
|
||||
% Row 2
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_1}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_2}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_3}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_4}}}
|
||||
\\
|
||||
\hline
|
||||
|
||||
% Row 3
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_1}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_2}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_3}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_4}}}
|
||||
\\
|
||||
\hline
|
||||
\end{tabular}
|
||||
|
||||
\vspace{1.8cm}
|
||||
\vspace{0.6cm}
|
||||
|
||||
% Lower card table (rows 1-3, identical)
|
||||
\noindent
|
||||
\begin{tabular}{|p{7.0cm}|p{7.0cm}|p{7.0cm}|p{7.0cm}|}
|
||||
\begin{tabular}{|p{6.9cm}|p{6.9cm}|p{6.9cm}|p{6.9cm}|}
|
||||
\hline
|
||||
% Row 1
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_1}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_2}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_3}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_1_4}}}
|
||||
\\
|
||||
\hline
|
||||
|
||||
% Row 2
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_1}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_2}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_3}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_2_4}}}
|
||||
\\
|
||||
\hline
|
||||
|
||||
% Row 3
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_1}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_2}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_3}}}
|
||||
&
|
||||
\parbox[c][\rowheight][t]{6.9cm}{%
|
||||
\parbox[c][\rowheight][t]{6.8cm}{%
|
||||
{{CELL_3_4}}}
|
||||
\\
|
||||
\hline
|
||||
|
||||
Reference in New Issue
Block a user