Compare commits
No commits in common. "master" and "landscape" have entirely different histories.
17
Dependance on Deities/TEMPLATE
Normal file
17
Dependance on Deities/TEMPLATE
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
\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}
|
33
render.sh
33
render.sh
@ -5,29 +5,26 @@ 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
|
||||||
pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
|
#printf "\n-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-\n\n\n"
|
||||||
printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
|
#pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
|
||||||
|
|
||||||
|
#printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
|
||||||
# https://github.com/jenom/pdfbook2
|
# 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
|
#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
|
#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"
|
||||||
|
|
||||||
printf "\n-_-_-_-_-_-_-_-_- Shopping list -_-_-_-_-_-_-_-_-\n"
|
#rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
|
||||||
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"
|
|
||||||
|
|
||||||
rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk
|
printf "\n-_-_-_-_-_-_-_-_- FF -_-_-_-_-_-_-_-_-\n"
|
||||||
|
cd "Dependance on Deities"
|
||||||
#printf "\n-_-_-_-_-_-_-_-_- FF -_-_-_-_-_-_-_-_-\n"
|
lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=FF main.tex
|
||||||
#cd "Dependance on Deities"
|
lualatex -file-line-error -interaction nonstopmode -shell-escape -jobname=FF main.tex
|
||||||
#lualatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=FF main.tex
|
rm *.aux *.out *.log *.toc
|
||||||
#lualatex -file-line-error -interaction nonstopmode -shell-escape -jobname=FF main.tex
|
mv -v FF.pdf /home/david/fileshare/LaTeX/Recipes/.FF.pdf
|
||||||
#rm *.aux *.out *.log *.toc
|
|
||||||
#mv -v FF.pdf /home/david/fileshare/LaTeX/Recipes/.FF.pdf
|
|
@ -4,29 +4,27 @@
|
|||||||
\let\errorstopmode\relax
|
\let\errorstopmode\relax
|
||||||
\hfuzz=\maxdimen
|
\hfuzz=\maxdimen
|
||||||
\hbadness=10000
|
\hbadness=10000
|
||||||
\documentclass{article}
|
\documentclass[landscape]{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}
|
||||||
|
|
||||||
\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}
|
right=5mm]{geometry}
|
||||||
]{gridpapers}
|
|
||||||
%\usepackage[%showframe,
|
|
||||||
% papersize={8.5in,5.5in},
|
|
||||||
% top=5mm,
|
|
||||||
% bottom=5mm,
|
|
||||||
% left=5mm,
|
|
||||||
% right=5mm
|
|
||||||
% ]{geometry}
|
|
||||||
|
|
||||||
\newcommand{\paste}{
|
\newcommand{\paste}{
|
||||||
\noindent
|
\noindent
|
||||||
@ -34,8 +32,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} = {28em},
|
row{2} = {17em},
|
||||||
row{4} = {27em},
|
row{4} = {16em},
|
||||||
columns = {0.3\textwidth,c}}
|
columns = {0.3\textwidth,c}}
|
||||||
Meat & Dairy & Produce\\
|
Meat & Dairy & Produce\\
|
||||||
& & \\
|
& & \\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user