5
0
Fork 0

INITIAL COMMIT

This commit is contained in:
m.haas 2023-04-21 13:25:15 +02:00
parent 7a7bafd7af
commit 46536e2b52
7 changed files with 283 additions and 0 deletions

32
pandocPipeline/body.sed Normal file
View file

@ -0,0 +1,32 @@
/\$\$/ {
N;
/\\begin\{align\}/ {
s/\$\$//;
p;
d;
}
/\\newcommand/ {
N;
d;
}
}
/\\end\{align\}/ {
N;
/\$\$/ {
s/\$\$//;
p;
d;
}
}
s/lightgreen/Lime/g;
s/\{green/\{Green/g;
s/\{yellow/\{Goldenrod/g;
s/\{darkorange/\{DarkOrange/g;
s/:::/::: /g;
s/\\circ \- \\bullet/\\;\\laplace\\;/g;
s/\{align/\{align\*/g;
s/\\color/\\textcolor/g;
s/\*\*<center>/\\begin{center}\\textbf{/g;
s/<\/Center>\*\*/}\\end{center}/g;