decent setting
This commit is contained in:
parent
ecd5027ee3
commit
0e2480c1bb
52
shopping-list.tex
Normal file
52
shopping-list.tex
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\batchmode
|
||||||
|
\let\nonstopmode\relax
|
||||||
|
\let\scrollmode\relax
|
||||||
|
\let\errorstopmode\relax
|
||||||
|
\hfuzz=\maxdimen
|
||||||
|
\hbadness=10000
|
||||||
|
\documentclass[landscape]{article}
|
||||||
|
\usepackage{xcolor,environ,lipsum,fontawesome5,calc,tikz,tabularray,graphicx,microtype,lmodern}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
|
||||||
|
%\usetikzlibrary{patterns}
|
||||||
|
% Dotted writing area https://github.com/mcnees/LaTeX-Graph-Paper
|
||||||
|
%\usepackage[pattern=dot,
|
||||||
|
% patternsize=5mm,
|
||||||
|
% dotsize=1pt,
|
||||||
|
% fullpage,
|
||||||
|
% geometry={papersize={8.5in,5.5in},
|
||||||
|
% margin=15mm,
|
||||||
|
% top=5mm,
|
||||||
|
% bottom=5mm}
|
||||||
|
% ]{gridpapers}
|
||||||
|
\usepackage[%showframe,
|
||||||
|
papersize={8.5in,5.5in},
|
||||||
|
top=5mm,
|
||||||
|
bottom=5mm,
|
||||||
|
left=5mm,
|
||||||
|
right=5mm]{geometry}
|
||||||
|
|
||||||
|
\newcommand{\paste}{
|
||||||
|
\noindent
|
||||||
|
\begin{tblr}{width = \textwidth,
|
||||||
|
vline{2,3} = {dashed},
|
||||||
|
hline{2} = {solid},
|
||||||
|
hline{4} = {1,2}{solid},
|
||||||
|
row{2} = {17em},
|
||||||
|
row{4} = {16em},
|
||||||
|
columns = {0.3\textwidth,c}}
|
||||||
|
Meat & Dairy & Produce\\
|
||||||
|
& & \\
|
||||||
|
Other Food & Other & \\
|
||||||
|
& & \\
|
||||||
|
\end{tblr}
|
||||||
|
}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\pagestyle{empty}
|
||||||
|
{\fontfamily{lmss}\selectfont
|
||||||
|
\paste
|
||||||
|
\newpage
|
||||||
|
\paste
|
||||||
|
}
|
||||||
|
\end{document}
|
Loading…
x
Reference in New Issue
Block a user