diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-17 18:06:14 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-17 18:06:14 +0200 |
commit | cee10c9add082fba581b79a2dd3246cc83486c3d (patch) | |
tree | 873b42ba56b8ae6a12b8f62e9ebccf774143dabc | |
parent | feat(flake): Switch to the newest version of `lpm` (diff) | |
download | satzung-cee10c9add082fba581b79a2dd3246cc83486c3d.tar.gz satzung-cee10c9add082fba581b79a2dd3246cc83486c3d.zip |
chore(main.tex): Rename to `satzung.tex`
-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 |