Initial commit
This commit is contained in:
parent
d899973508
commit
ee6263612a
4 changed files with 39 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.pdf
|
||||
14
header.md
Normal file
14
header.md
Normal 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
23
test.sed
Normal 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
1
wilde_definitionen.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
\newcommand{\half}{\frac{1}{2}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue