1
0

migrate work to latex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-12 03:10:32 +02:00
commit 8561ad3506
34 changed files with 10396 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 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 .