latex + ps + pdf

This commit is contained in:
Olivier Sirol 2000-01-20 10:24:52 +00:00
parent 68d25e0c2c
commit 69ea5470e3
10 changed files with 2528 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
# Generic Makefile for TeTeX projet
# (C) 1999, Czo
# $Id: Makefile,v 1.1 2000/01/20 10:24:50 czo Exp $
MYFILE=dlxm
view : ps
gv $(MYFILE).ps
ps : $(MYFILE).tex
latex $(MYFILE).tex
dvips $(MYFILE).dvi -o $(MYFILE).ps
distrib : clean ps
ps2pdf $(MYFILE).ps
cp -f $(MYFILE).ps ..
cp -f $(MYFILE).pdf ..
$(MAKE) clean
clean :
rm -f $(MYFILE).ps $(MYFILE).pdf *.log *.dvi *.aux

File diff suppressed because it is too large Load Diff