From 3395497e65ac45c16f45618519862980508afebb Mon Sep 17 00:00:00 2001 From: Joe bellus Date: Mon, 10 Mar 2025 21:19:05 -0400 Subject: [PATCH] Updated naming scheme Entry file renamed to book.tex to prevent branch name conflicts --- .gitignore | 2 +- main.tex => book.tex | 0 watch.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename main.tex => book.tex (100%) diff --git a/.gitignore b/.gitignore index d27c4c4..c92dcf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -main.pdf +book.pdf *~ diff --git a/main.tex b/book.tex similarity index 100% rename from main.tex rename to book.tex diff --git a/watch.sh b/watch.sh index 7b06bf7..54b84e7 100755 --- a/watch.sh +++ b/watch.sh @@ -1,5 +1,5 @@ #! /bin/sh -watchexec --filter "*.tex" "tectonic main.tex" +watchexec --filter "*.tex" "tectonic book.tex"