This commit is contained in:
David Daily 2025-05-06 20:40:35 -05:00
commit 3b46524b6c
2 changed files with 6 additions and 6 deletions

View File

@ -18,9 +18,9 @@ mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf Recipes-book.pdf
#pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname="Meal Planner" meal-planner.tex #pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname="Meal Planner" meal-planner.tex
#mv -v -t /home/david/fileshare/LaTeX/Recipes "Meal Planner.pdf" #mv -v -t /home/david/fileshare/LaTeX/Recipes "Meal Planner.pdf"
printf "\n-_-_-_-_-_-_-_-_- Shopping List -_-_-_-_-_-_-_-_-\n" printf "\n-_-_-_-_-_-_-_-_- Shopping list -_-_-_-_-_-_-_-_-\n"
pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname="Shopping List" shopping-list.tex pdflatex -file-line-error -draftmode -shell-escape -jobname="Shopping List" shopping-list.tex
pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname="Shopping List" shopping-list.tex pdflatex -file-line-error -shell-escape -jobname="Shopping List" shopping-list.tex
mv -v -t /home/david/fileshare/LaTeX/Recipes "Shopping List.pdf" mv -v -t /home/david/fileshare/LaTeX/Recipes "Shopping List.pdf"
rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk

View File

@ -4,7 +4,7 @@
\let\errorstopmode\relax \let\errorstopmode\relax
\hfuzz=\maxdimen \hfuzz=\maxdimen
\hbadness=10000 \hbadness=10000
\documentclass[landscape]{article} \documentclass{article}
\usepackage{xcolor,environ,lipsum,fontawesome5,calc,tikz,tabularray,graphicx,microtype,lmodern} \usepackage{xcolor,environ,lipsum,fontawesome5,calc,tikz,tabularray,graphicx,microtype,lmodern}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
@ -34,8 +34,8 @@
vline{2,3} = {dashed}, vline{2,3} = {dashed},
hline{2} = {solid}, hline{2} = {solid},
hline{4} = {1,2}{solid}, hline{4} = {1,2}{solid},
row{2} = {17em}, row{2} = {28em},
row{4} = {16em}, row{4} = {27em},
columns = {0.3\textwidth,c}} columns = {0.3\textwidth,c}}
Meat & Dairy & Produce\\ Meat & Dairy & Produce\\
& & \\ & & \\