5
0
Fork 0

Initial commit

This commit is contained in:
Nick Hahn 2021-05-14 13:27:27 +02:00
parent d899973508
commit ee6263612a
4 changed files with 39 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.pdf

14
header.md Normal file
View file

@ -0,0 +1,14 @@
---
header-includes: |
\usepackage{tcolorbox}
\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}
pandoc-latex-environment:
tcolorbox: [box]
info-box: [info]
warning-box: [warning]
error-box: [error]
classoption: svgnames
---

23
test.sed Normal file
View file

@ -0,0 +1,23 @@
/\$\$/ {
N;
/\\begin\{align\}/ {
s/\$\$//;
p;
d;
}
/\\newcommand/ {
N;
d;
}
}
/\\end\{align\}/ {
N;
/\$\$/ {
s/\$\$//;
p;
d;
}
}
s/lightgreen/LightGreen/g;
s/:::/::: /g;

1
wilde_definitionen.md Normal file
View file

@ -0,0 +1 @@
\newcommand{\half}{\frac{1}{2}}