Added thesis base, and ideas.txt

This commit is contained in:
2020-11-26 12:15:43 +01:00
parent 70c4c91035
commit c7e3fcabcf
31 changed files with 3790 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

View File

@ -0,0 +1,7 @@
@echo off
for %%j in (*.eps) do (
echo converting file "%%j"
epstopdf "%%j"
)
echo done .