switch to letter, set font size to nice and easily legible
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
\documentclass{article}
|
\documentclass[14pt]{extarticle}
|
||||||
\usepackage{fancyhdr,wrapfig,xcolor,graphicx,xparse,lmodern,cooking-units}
|
\usepackage{fancyhdr,wrapfig,xcolor,graphicx,xparse,lmodern,cooking-units}
|
||||||
\renewcommand*\familydefault{\sfdefault} % Force the sans-serif version of any font used
|
\renewcommand*\familydefault{\sfdefault} % Force the sans-serif version of any font used
|
||||||
\usepackage[%
|
\usepackage[%
|
||||||
papersize={5.5in,8.5in}, % replace whole line with just "a5paper," to switch to A5
|
%papersize={5.5in,8.5in},
|
||||||
margin=15mm,
|
letterpaper,
|
||||||
|
margin=13mm,
|
||||||
top=20mm,
|
top=20mm,
|
||||||
bottom=20mm
|
bottom=20mm
|
||||||
]{geometry}
|
]{geometry}
|
||||||
|
|||||||
@@ -2,16 +2,13 @@
|
|||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
# these are so that later it can be edited through the web on gitea and automagically recompile without having to run anything on the webserver manually. MUST be commented out when modifying/running locally. I'm not gonna maintain two copies just for that automation, especially while I'm still actively creating stuff
|
# these are so that later it can be edited through the web on gitea and automagically recompile without having to run anything on the webserver manually. MUST be commented out when modifying/running locally. I'm not gonna maintain two copies just for that automation, especially while I'm still actively creating stuff
|
||||||
#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
|
pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex
|
||||||
printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n"
|
mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf
|
||||||
# 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"
|
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user