current code and TeX. code fine?!?!?!

This commit is contained in:
2017-04-29 20:57:12 +02:00
parent fc72a75f57
commit 60712689cf
41 changed files with 804 additions and 234 deletions

2
tex/gfx/build.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
for file in *.gp
do
gnuplot $file;
gnuplot "$file";
done