5
0
Fork 0

reduce to only pandoc pipeline + fix script according to downstream patches

This commit is contained in:
kleines Filmröllchen 2026-02-07 22:11:04 +01:00
parent 5660ac2021
commit 028ae6b26f
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8
19 changed files with 54 additions and 231 deletions

View file

@ -1,15 +1,33 @@
---
documentclass: extarticle
fontsize: 14pt
fontsize: 12pt
geometry: margin=2cm
papersize: a4
header-includes: |
\usepackage{pdfpages}
\usepackage{trfsigns}
\usepackage[breakable]{tcolorbox}
\usepackage{fancyhdr}
\usepackage{eurosym}
\usepackage{amsmath}
\renewcommand{\contentsname}{Inhaltsverzeichnis}
\pagestyle{fancy}
\fancyhf{}
\setlength{\textheight}{700pt}
\setlength{\footskip}{25pt}
\setlength{\headheight}{55pt}
\rhead{\includegraphics[height=\headheight]{Logo.png}}
\lhead{
Current version date: \today \\
Editor: \\
Title: Mitgliederversammlung 2025
}
\cfoot{\thepage}
\renewcommand{\footrulewidth}{0.4pt}
\newtcolorbox{info-box}{colback=cyan!5!white,arc=0pt,outer arc=0pt,colframe=cyan!60!black}
\newtcolorbox{warning-box}{colback=orange!5!white,arc=0pt,outer arc=0pt,colframe=orange!80!black}
\newtcolorbox{error-box}{colback=red!5!white,arc=0pt,outer arc=0pt,colframe=red!75!black}
\usepackage[all]{nowidow}
pandoc-latex-environment:
tcolorbox: [box]
info-box: [info]
@ -17,4 +35,3 @@ pandoc-latex-environment:
error-box: [danger]
classoption: svgnames
---