complete shopping-list
This commit is contained in:
parent
0e2480c1bb
commit
ab167adf1f
@ -1,17 +0,0 @@
|
|||||||
\recipe[OPTIONAL HEADNOTE]{RECIPE NAME}[INITIAL INSTRUCTIONS]
|
|
||||||
\serves{6-8}
|
|
||||||
\preptime{\cutext{15}{min}}
|
|
||||||
\cooktime{\cutext{10}{min}}
|
|
||||||
\dishtype{\freeze} % options: vegetarian, glutenfree, freeze
|
|
||||||
\dishother{\glutenfree} % if you need more than one of the dish types? puts it in the other corner
|
|
||||||
|
|
||||||
\begin{step} % TL=teaspoon, EL=Tablespoon
|
|
||||||
\cutext{1}{cup} AP (or GF) flour
|
|
||||||
\cutext{0.5}{cup} almond flour
|
|
||||||
\cutext{1}{TL} baking powder
|
|
||||||
\cutext{0.5}{TL} cinnamon
|
|
||||||
\cutext{0.25}{TL} nutmeg
|
|
||||||
\cutext{0.25}{TL} salt
|
|
||||||
\method
|
|
||||||
Whisk the flour, baking powder, spices, and salt together in small bowl.
|
|
||||||
\end{step}
|
|
35
render.sh
35
render.sh
@ -5,26 +5,29 @@ cd "$(dirname "$0")"
|
|||||||
#git fetch --all
|
#git fetch --all
|
||||||
#git reset --hard origin/master
|
#git reset --hard origin/master
|
||||||
|
|
||||||
#printf "\n-_-_-_-_-_-_-_-_- Main -_-_-_-_-_-_-_-_-\n"
|
printf "\n-_-_-_-_-_-_-_-_- Main -_-_-_-_-_-_-_-_-\n"
|
||||||
#pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=Recipes main.tex
|
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
|
||||||
#pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
|
printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
|
||||||
|
# https://github.com/jenom/pdfbook2
|
||||||
#printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
|
pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf
|
||||||
# https://github.com/jenom/pdfbook2
|
mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf Recipes-book.pdf
|
||||||
#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"
|
#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 -draftmode -shell-escape -jobname="Meal Planner" meal-planner.tex
|
||||||
#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"
|
||||||
|
|
||||||
#rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
|
printf "\n-_-_-_-_-_-_-_-_- Shopping List -_-_-_-_-_-_-_-_-\n"
|
||||||
|
pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname="Shopping List" shopping-list.tex
|
||||||
|
pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname="Shopping List" shopping-list.tex
|
||||||
|
mv -v -t /home/david/fileshare/LaTeX/Recipes "Shopping List.pdf"
|
||||||
|
|
||||||
printf "\n-_-_-_-_-_-_-_-_- FF -_-_-_-_-_-_-_-_-\n"
|
rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
|
||||||
cd "Dependance on Deities"
|
|
||||||
lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=FF main.tex
|
#printf "\n-_-_-_-_-_-_-_-_- FF -_-_-_-_-_-_-_-_-\n"
|
||||||
lualatex -file-line-error -interaction nonstopmode -shell-escape -jobname=FF main.tex
|
#cd "Dependance on Deities"
|
||||||
rm *.aux *.out *.log *.toc
|
#lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=FF main.tex
|
||||||
mv -v FF.pdf /home/david/fileshare/LaTeX/Recipes/.FF.pdf
|
#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
|
@ -8,23 +8,25 @@
|
|||||||
\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}
|
||||||
|
|
||||||
%\usetikzlibrary{patterns}
|
\usetikzlibrary{patterns}
|
||||||
% Dotted writing area https://github.com/mcnees/LaTeX-Graph-Paper
|
% Dotted writing area https://github.com/mcnees/LaTeX-Graph-Paper
|
||||||
%\usepackage[pattern=dot,
|
\usepackage[pattern=dot,
|
||||||
% patternsize=5mm,
|
patternsize=5mm,
|
||||||
% dotsize=1pt,
|
dotsize=1pt,
|
||||||
% fullpage,
|
fullpage,
|
||||||
% geometry={papersize={8.5in,5.5in},
|
geometry={papersize={8.5in,5.5in},
|
||||||
% margin=15mm,
|
|
||||||
% top=5mm,
|
|
||||||
% bottom=5mm}
|
|
||||||
% ]{gridpapers}
|
|
||||||
\usepackage[%showframe,
|
|
||||||
papersize={8.5in,5.5in},
|
|
||||||
top=5mm,
|
top=5mm,
|
||||||
bottom=5mm,
|
bottom=5mm,
|
||||||
left=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}{
|
\newcommand{\paste}{
|
||||||
\noindent
|
\noindent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user