From 4931108bc89ebad77fb0d1af2222567e8849105a Mon Sep 17 00:00:00 2001 From: David Daily Date: Wed, 14 Aug 2024 22:30:59 -0500 Subject: [PATCH] fix readme --- README.md | 4 +++- render.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5653768..1d9ae8f 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -From https://tex.stackexchange.com/questions/366229/an-aesthetically-pleasing-recipe-book-template +[Source](https://tex.stackexchange.com/questions/366229/an-aesthetically-pleasing-recipe-book-template) + +[PDF](https://files.daviddaily.dev/LaTeX/Recipes.pdf) \ No newline at end of file diff --git a/render.sh b/render.sh index c7adb9b..b8b9205 100755 --- a/render.sh +++ b/render.sh @@ -8,4 +8,4 @@ cd "$(dirname "$0")" 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 rm Recipes.aux Recipes.out Recipes.log Recipes.toc -mv Recipes.pdf /home/david/fileshare/.secret/ +mv Recipes.pdf /home/david/fileshare/LaTeX/