5 Commits

Author SHA1 Message Date
ffc5ee80a1 fix smoothie recipe, add dir for Alissa 2025-11-27 16:04:35 -06:00
3b46524b6c merge 2025-05-06 20:40:35 -05:00
9fc253d098 uhh yeah so I mean to use the portrait one but instead did landscape 2025-05-06 20:38:35 -05:00
ab167adf1f complete shopping-list 2025-05-06 20:21:38 -05:00
1f8fd1eabe add dots 2025-05-06 14:36:54 -05:00
4 changed files with 37 additions and 32 deletions

View File

@@ -5,7 +5,7 @@
Blend the following ingredients:
\medskip\noindent
\cutext{1_1/2}{cup}/\cunum{355}{g} \textcolor{gray}{\small(\cunum<single>{355}{g})} milk (usually oat milk)\\
\cutext{1_1/2}{cup}/\cunum{360}{g} \textcolor{gray}{\small(\cunum<single>{360}{g})} milk (usually oat milk)\\
1 banana, in chunks\\
\cutext{2}{cup}/\cunum{250}{g} \textcolor{gray}{\small(\cunum<single>{250}{g})} frozen berries\\
\cutext{2}{cup}/\cunum{280}{g} \textcolor{gray}{\small(\cunum<single>{280}{g})} frozen berries\\
\cutext{1/2}{cup}/\cunum{130}{g} \textcolor{gray}{\small(\cunum<single>{130}{g})} vanilla greek yoghurt {\small(if only plain is at hand, add \cunum{1}{TL} vanilla extract)}

View File

@@ -5,26 +5,29 @@ cd "$(dirname "$0")"
#git fetch --all
#git reset --hard origin/master
#printf "\n-_-_-_-_-_-_-_-_- Main -_-_-_-_-_-_-_-_-\n"
#pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=Recipes main.tex
#printf "\n-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-\n\n\n"
#pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
#printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
# https://github.com/jenom/pdfbook2
#pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf
#mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf Recipes-book.pdf
printf "\n-_-_-_-_-_-_-_-_- Main -_-_-_-_-_-_-_-_-\n"
pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=Recipes main.tex
pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
# https://github.com/jenom/pdfbook2
pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf
mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf Recipes-book.pdf
#printf "\n-_-_-_-_-_-_-_-_- Meal Planner -_-_-_-_-_-_-_-_-\n"
#pdflatex -file-line-error -interaction nonstopmode -draftmode -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"
#rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
#printf "\n-_-_-_-_-_-_-_-_- Shopping list -_-_-_-_-_-_-_-_-\n"
#pdflatex -file-line-error -draftmode -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"
printf "\n-_-_-_-_-_-_-_-_- FF -_-_-_-_-_-_-_-_-\n"
cd "Dependance on Deities"
lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=FF main.tex
lualatex -file-line-error -interaction nonstopmode -shell-escape -jobname=FF main.tex
rm *.aux *.out *.log *.toc
mv -v FF.pdf /home/david/fileshare/LaTeX/Recipes/.FF.pdf
rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
#printf "\n-_-_-_-_-_-_-_-_- FF -_-_-_-_-_-_-_-_-\n"
#cd "Dependance on Deities"
#lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=FF main.tex
#lualatex -file-line-error -interaction nonstopmode -shell-escape -jobname=FF main.tex
#rm *.aux *.out *.log *.toc
#mv -v FF.pdf /home/david/fileshare/LaTeX/Recipes/.FF.pdf

View File

@@ -8,23 +8,25 @@
\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={5.5in,8.5in},
\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},
top=5mm,
bottom=5mm,
left=5mm,
right=5mm]{geometry}
right=5mm}
]{gridpapers}
%\usepackage[%showframe,
% papersize={8.5in,5.5in},
% top=5mm,
% bottom=5mm,
% left=5mm,
% right=5mm
% ]{geometry}
\newcommand{\paste}{
\noindent