python interface
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
python $1.py
|
||||
pdflatex $1.tex
|
||||
|
||||
rm *.aux *.log *.vscodeLog
|
||||
rm *.tex
|
||||
|
||||
evince $1.pdf
|
||||
|
||||
Reference in New Issue
Block a user