minor formatting
This commit is contained in:
parent
c4f02e85a1
commit
7fdbc77a7f
3 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,7 @@ def subredact(match):
|
||||||
retval = re.sub(r"\n(\s*[+\-\*]\s+)?", r"*\n\1*", retval, re.MULTILINE)
|
retval = re.sub(r"\n(\s*[+\-\*]\s+)?", r"*\n\1*", retval, re.MULTILINE)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
retval = reason + " [intern]"
|
retval = f"{reason} \\textcolor{{violet}}{{\\faIcon{{lock}}[intern]}}"
|
||||||
|
|
||||||
# DEBUG output
|
# DEBUG output
|
||||||
# print("GROUPS", match.groups())
|
# print("GROUPS", match.groups())
|
||||||
|
|
|
@ -609,6 +609,7 @@ $endif$
|
||||||
% titlepage fonts
|
% titlepage fonts
|
||||||
\setkomafont{title}{\bfseries\scshape\huge}
|
\setkomafont{title}{\bfseries\scshape\huge}
|
||||||
\addtokomafont{author}{\color{gray}}
|
\addtokomafont{author}{\color{gray}}
|
||||||
|
\addtokomafont{date}{\color{gray}}
|
||||||
|
|
||||||
% section title font
|
% section title font
|
||||||
\setkomafont{section}{\huge}
|
\setkomafont{section}{\huge}
|
||||||
|
|
|
@ -46,8 +46,8 @@ compile_md = pandoc \
|
||||||
--template lev-protokoll \
|
--template lev-protokoll \
|
||||||
--variable colorlinks:true \
|
--variable colorlinks:true \
|
||||||
--variable csquotes:true \
|
--variable csquotes:true \
|
||||||
--variable lang:de-DE \
|
|
||||||
--variable hyperrefoptions:pdfa \
|
--variable hyperrefoptions:pdfa \
|
||||||
|
--variable lang:de-DE \
|
||||||
--output $(3)
|
--output $(3)
|
||||||
|
|
||||||
GSFLAGS := \
|
GSFLAGS := \
|
||||||
|
|
Loading…
Reference in a new issue