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)
|
||||
|
||||
else:
|
||||
retval = reason + " [intern]"
|
||||
retval = f"{reason} \\textcolor{{violet}}{{\\faIcon{{lock}}[intern]}}"
|
||||
|
||||
# DEBUG output
|
||||
# print("GROUPS", match.groups())
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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 := \
|
||||
|
|
Loading…
Reference in a new issue