diff options
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | lpm.toml | 2 | ||||
-rw-r--r-- | satzung.tex (renamed from main.tex) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh index 55dae94..101b56d 100755 --- a/build.sh +++ b/build.sh @@ -11,4 +11,4 @@ fi find . -type d -not -name "$dst" -not -path "./$dst/*" -printf '%P\n' | while IFS= read -r dir; do mkdir --parents "$dst/$dir" done -latexmk -outdir="$dst" -file-line-error -pdflatex -recorder ./main.tex +latexmk -outdir="$dst" -file-line-error -pdflatex -recorder ./satzung.tex diff --git a/lpm.toml b/lpm.toml index 1f22a02..5f86f93 100644 --- a/lpm.toml +++ b/lpm.toml @@ -1,4 +1,4 @@ -main_file = "main.tex" +main_file = "satzung.tex" [templates] section = ''' diff --git a/main.tex b/satzung.tex index 434cbcb..434cbcb 100644 --- a/main.tex +++ b/satzung.tex |