diff options
Diffstat (limited to 'OSCAD/report/presentation/runlatex')
-rw-r--r-- | OSCAD/report/presentation/runlatex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OSCAD/report/presentation/runlatex b/OSCAD/report/presentation/runlatex new file mode 100644 index 0000000..1e21dcf --- /dev/null +++ b/OSCAD/report/presentation/runlatex @@ -0,0 +1,3 @@ +#!/bin/bash +latex $1.tex +dvipdf $1.dvi |