This commit is contained in:
Diego Nehab
2007-05-31 21:23:42 +00:00
parent 37f266ceea
commit 7b195164b0
3 changed files with 805 additions and 0 deletions

14
gem/makefile Normal file
View File

@@ -0,0 +1,14 @@
ltn012.pdf: ltn012.ps
./myps2pdf ltn012.ps
ltn012.ps: ltn012.dvi
dvips -G0 -t letter -o ltn012.ps ltn012.dvi
ltn012.dvi: ltn012.tex
latex ltn012
clean:
rm -f *~ *.log *.aux *.bbl *.blg ltn012.pdf ltn012.ps ltn012.dvi ltn012.lof ltn012.toc ltn012.lot
pdf: ltn012.pdf
open ltn012.pdf