Initial commit
This commit is contained in:
parent
d899973508
commit
ee6263612a
4 changed files with 39 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue