Skip to content
Snippets Groups Projects
Commit b10a3cea authored by Luke Naylor's avatar Luke Naylor
Browse files

Final form of esoteric sed script

parent 5c20c3ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,10 @@
0,/^\\begin{sagesilent}/d
/^\\end{sagesilent}/,/^\\begin{sagesilent}/{
s;.*\\sage{\(.*\)}.*;# RENDERED TO LATEX: \1 #;
T end; h
s;\S;#;g
H; G; a
s/.*\\sage{\(.*\)}.*/# RENDERED TO LATEX: \1 #/
T skip;
h;s/\S/#/g;H;G;a
p
:end
:skip
d
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment