Convert submodule PlotNeuralNet into a regular folder
This commit is contained in:
14
thesis/third_party/PlotNeuralNet/tikzmake.sh
vendored
Normal file
14
thesis/third_party/PlotNeuralNet/tikzmake.sh
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
python $1.py
|
||||
pdflatex $1.tex
|
||||
|
||||
rm *.aux *.log *.vscodeLog
|
||||
rm *.tex
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
open $1.pdf
|
||||
else
|
||||
xdg-open $1.pdf
|
||||
fi
|
||||
Reference in New Issue
Block a user