From 8377256e7d90aa7ba1cb51f6164e99f81e2eb53c Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Mon, 19 May 2014 11:02:57 +0530 Subject: initial commit --- OSCAD/LPCSim/report/presentation/runlatex | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 OSCAD/LPCSim/report/presentation/runlatex (limited to 'OSCAD/LPCSim/report/presentation/runlatex') diff --git a/OSCAD/LPCSim/report/presentation/runlatex b/OSCAD/LPCSim/report/presentation/runlatex new file mode 100644 index 0000000..1e21dcf --- /dev/null +++ b/OSCAD/LPCSim/report/presentation/runlatex @@ -0,0 +1,3 @@ +#!/bin/bash +latex $1.tex +dvipdf $1.dvi -- cgit