aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-25 19:21:41 +0000
committerroot <root@turin.home>2022-01-25 19:21:41 +0000
commitf99481ad484caa2bc34ec101c0baa8845f6dcb16 (patch)
tree1270d587ddfaba3912ebfa179dc74ae2bb6c935e /Makefile
parent4d26a0fa4bccbb322683670b8d56af1fc9a60e65 (diff)
Writing, read Graham in Sentinel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bc8bf7..651d684 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,13 @@
default:
ls target || mkdir target
- cat formatting.ms paper.ms | refer -Ss -p refer | groff -ket -Tpdf -ms -P-pa4 > target/paper.pdf
+ cat formatting.ms paper.ms |\
+ sed "s/}{/\n.]\n.[\n/g" |\
+ sed "s/{/\n.[\n/g" | sed "s/\}\ /\n.]\n/g" | sed "s/\}/\n.]\n/g" |\
+ refer -Ss -p refer |\
+ groff -ket -Tpdf -ms -P-pa4 > target/paper.pdf
+ wc paper.ms
+ #python3 cite.py |\
+
read:
zathura target/paper.pdf&
clean: