aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-03-06 00:00:30 +0000
committerroot <root@turin.home>2022-03-07 11:35:34 +0000
commitc5f1ca699554b7e972122b6ac734fc4b239ea6ec (patch)
tree9a44a9346e7a67d21f91977c2da6018c24c2bdd9 /make
parent5cc241a5cf31a0cb308fde02aba20e3afd3966a6 (diff)
Adding on quantum. Editing. 3500 words.
Diffstat (limited to 'make')
-rwxr-xr-xmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/make b/make
index 439460f..234ceee 100755
--- a/make
+++ b/make
@@ -13,9 +13,6 @@ cat paper.ms|\
sed "s/)(?!.*\.)/) /g" |\
perl -0pe 's/\nREMOVEME//g' |\
tr "^" " "> target/temp
-#sed -E "s|([^\"\'\>=])(http[s]?://[^[:space:]]*)|\1\n.pdfhref W -D \"\2\" -A -- \2\n|g" |\
-#sed -E "s|([^\"\'\>=])(http[s]?://[^[:space:]]*)|\1\n.pdfhref W \2\n|g"
-# awk '{printf "%s%s", $0, (/)$/ ? "" : ORS)}' |\
cat formatting.ms target/temp |\
groff -Eket -Tpdf -ms -P-pa4 > target/paper.pdf
groff -Eket -Thtml -ms target/temp |\