ordentliches Notizdokument mit diffs

This commit is contained in:
Hartmut Seichter 2024-05-26 00:07:06 +02:00
parent f91fb293af
commit 4e74ee3a6a
3 changed files with 285 additions and 4 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 --highlight-style kate --template eisvogel.latex -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
@ -24,7 +24,7 @@ targets := ${target_mhb} ${target_so} ${target_po} ${target_nt}
# sources
source_po := PO.VI.preamble.md PO.VI.md
source_so := SO.VI.preamble.md SO.VI.md
source_nt := notes.md
source_nt := notes.md diff.md
# rules ahead