This commit is contained in:
2019-12-04 14:54:36 +01:00
parent 22c947504b
commit d90f1df0d0
35 changed files with 9768 additions and 156 deletions

BIN
src/figures/TeXstudio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
src/figures/bme_logo.pdf Normal file

Binary file not shown.

7
src/figures/convert.cmd Normal file
View File

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