Getting arxiv in the terminal

1 · Shane Mulligan · Sept. 17, 2019, 4 p.m.
It all starts with this emacs plugin 1 (require 'biblio-arxiv) We create a bash script We name it arxiv-summary. Cant name this ‘as’ because it interferes with pip. Sometimes packages installed wtih pip need the assembler. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 #!...