2024-09-20 15:27:15 -05:00
|
|
|
\batchmode
|
|
|
|
|
\let\nonstopmode\relax
|
|
|
|
|
\let\scrollmode\relax
|
|
|
|
|
\let\errorstopmode\relax
|
|
|
|
|
\hfuzz=\maxdimen
|
|
|
|
|
\hbadness=10000
|
|
|
|
|
\documentclass{article}
|
2026-09-10 10:51:53 -05:00
|
|
|
\usepackage{xcolor,environ,lipsum,fontawesome5,calc,tikz,tabularray,graphicx,microtype,lmodern,hyperref}
|
2024-09-20 15:27:15 -05:00
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
|
\usepackage[%
|
2026-09-10 10:51:53 -05:00
|
|
|
papersize={5.5in,8.5in},
|
|
|
|
|
margin=15mm,
|
|
|
|
|
top=5mm,
|
|
|
|
|
bottom=5mm
|
2024-09-20 15:27:15 -05:00
|
|
|
]{geometry}
|
|
|
|
|
|
2026-09-10 10:51:53 -05:00
|
|
|
\newcounter{mealday}
|
|
|
|
|
|
|
|
|
|
\newcommand{\paste}{\noindent\begin{tblr}{width = \textwidth,
|
|
|
|
|
vline{2,3} = {3,6,9,12,15,18,21}{solid}, % vertical lines
|
|
|
|
|
hline{2,5,8,11,14,17,20} = {2}{dotted}, % horizontal lines above Lunch
|
|
|
|
|
hline{3,4,6,7,9,10,12,13,15,16,18,19,21,22} = {solid}, % horizontal lines above text boxes
|
|
|
|
|
row{3,6,9,12,15,18,21} = {4.6em}, % the text boxes to write in
|
|
|
|
|
columns = {0.3\textwidth,c}}
|
|
|
|
|
\\Breakfast & Lunch & Supper\\ \stepcounter{mealday}\TextField[name=B\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=L\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=S\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{}\\
|
|
|
|
|
\\Breakfast & Lunch & Supper\\ \stepcounter{mealday}\TextField[name=B\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=L\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=S\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{}\\
|
|
|
|
|
\\Breakfast & Lunch & Supper\\ \stepcounter{mealday}\TextField[name=B\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=L\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=S\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{}\\
|
|
|
|
|
\\Breakfast & Lunch & Supper\\ \stepcounter{mealday}\TextField[name=B\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=L\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=S\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{}\\
|
|
|
|
|
\\Breakfast & Lunch & Supper\\ \stepcounter{mealday}\TextField[name=B\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=L\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=S\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{}\\
|
|
|
|
|
\\Breakfast & Lunch & Supper\\ \stepcounter{mealday}\TextField[name=B\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=L\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=S\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{}\\
|
|
|
|
|
\\Breakfast & Lunch & Supper\\ \stepcounter{mealday}\TextField[name=B\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=L\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{} & \TextField[name=S\themealday,width=\linewidth,height=4.4em,multiline=true,bordercolor=,backgroundcolor=]{}\\
|
|
|
|
|
\end{tblr}
|
2025-04-18 16:02:05 -05:00
|
|
|
}
|
|
|
|
|
|
2024-09-20 15:27:15 -05:00
|
|
|
\begin{document}
|
2026-09-10 10:51:53 -05:00
|
|
|
\begin{Form}
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
{\fontfamily{lmss}\selectfont
|
|
|
|
|
\paste\\
|
|
|
|
|
\paste
|
|
|
|
|
}
|
|
|
|
|
\end{Form}
|
|
|
|
|
\end{document}
|