added the reviewed tex document

This commit is contained in:
2017-08-02 09:43:43 +02:00
parent 1eaf8344f8
commit 0ea5832a72
139 changed files with 276512 additions and 0 deletions

4
tex_reviewed/gfx2/build.sh Executable file
View File

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