diff --git a/.devcontainer/lenaisten/redact.py b/.devcontainer/lenaisten/redact.py index 4489be5..854deac 100644 --- a/.devcontainer/lenaisten/redact.py +++ b/.devcontainer/lenaisten/redact.py @@ -35,7 +35,7 @@ def subredact(match): retval = re.sub(r"\n(\s*[+\-\*]\s+)?", r"*\n\1*", retval, re.MULTILINE) else: - retval = reason + " [intern]" + retval = f"{reason} \\textcolor{{violet}}{{\\faIcon{{lock}}[intern]}}" # DEBUG output # print("GROUPS", match.groups()) diff --git a/src/lev-protokoll.latex b/src/lev-protokoll.latex index e93c535..385b3a5 100644 --- a/src/lev-protokoll.latex +++ b/src/lev-protokoll.latex @@ -609,6 +609,7 @@ $endif$ % titlepage fonts \setkomafont{title}{\bfseries\scshape\huge} \addtokomafont{author}{\color{gray}} +\addtokomafont{date}{\color{gray}} % section title font \setkomafont{section}{\huge} diff --git a/src/lev-protokoll.mk b/src/lev-protokoll.mk index 0f8e14f..fa2a9f5 100644 --- a/src/lev-protokoll.mk +++ b/src/lev-protokoll.mk @@ -46,8 +46,8 @@ compile_md = pandoc \ --template lev-protokoll \ --variable colorlinks:true \ --variable csquotes:true \ - --variable lang:de-DE \ --variable hyperrefoptions:pdfa \ + --variable lang:de-DE \ --output $(3) GSFLAGS := \