Added thesis base, and ideas.txt
This commit is contained in:
BIN
docs/thesis/figures/TeXstudio.png
Normal file
BIN
docs/thesis/figures/TeXstudio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 168 KiB |
BIN
docs/thesis/figures/bme_logo.pdf
Normal file
BIN
docs/thesis/figures/bme_logo.pdf
Normal file
Binary file not shown.
7
docs/thesis/figures/convert.cmd
Normal file
7
docs/thesis/figures/convert.cmd
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
for %%j in (*.eps) do (
|
||||
echo converting file "%%j"
|
||||
epstopdf "%%j"
|
||||
)
|
||||
echo done .
|
||||
|
Reference in New Issue
Block a user