Spezialtabellen - Finale

This commit is contained in:
Hartmut Seichter 2024-06-06 18:26:31 +02:00
parent 6b8c9376d7
commit f13619fdba
3 changed files with 166 additions and 164 deletions

View file

@ -6,7 +6,7 @@ name_author := "Hochschule Schmalkalden, Fakultät Informatik"
# settings / intern
output_path := build
coursebuilder := ~/Code/coursebuilder/coursebuilder
pandoc_flags_eisvogel := --filter=pandoc-crossref --template eisvogel.latex -V papersize:a4 --resource-path=.
pandoc_flags_eisvogel := --filter=pandoc-crossref --template eisvogel.tex -V papersize:a4 --resource-path=.
mhb_flags := -V titlepage:true -V toc:true -V toc-own-page:true -V table-use-row-colors:true -V date:"\today" -V page-background:"images/background.pdf" -V page-background-opacity:"0.99" -V linestretch:"1.15" -V fontsize:10pt
@ -18,7 +18,7 @@ target_so := ${output_path}/BaVI.SO.pdf
target_po := ${output_path}/BaVI.PO.pdf
target_nt := ${output_path}/BaVI.Notizen.pdf
target_ex_sv := ${output_path}/BaVI.ExemplarischerStudienverlauf.pdf
target_ex_pv := ${output_path}/BaVI.ExemplarischerPrüfngsverlauf.pdf
target_ex_pv := ${output_path}/BaVI.ExemplarischerPrüfungsverlauf.pdf
# target / all
targets := ${target_mhb} ${target_so} ${target_po} ${target_nt} ${target_ex_sv} ${target_ex_pv}