DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦ad043efea⟧ TextFile

    Length: 880 (0x370)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/gnutex/doc/example/Makefile« 

TextFile

# Demo directory for gnutex

demo1:
	gnutex < demo1.gnu
	latex pic
	@echo ----------------------
	@echo Now print or view pic.dvi with some dvi output program

demo2: 
	lasergnu -l -f demo2.gnu

demo2.latex:
	(echo 'set terminal latex'; echo 'set output "plot.tex"'; cat demo2.gnu) | gnutex
	latex pic
	@echo ----------------------
	@echo Now print or view pic.dvi with some dvi output program

demo3:
	gnutex < demo3.gnu
	echo You need the transfig package to do this demo
	fig2epic plot.fig plot.tex
	latex epic
	@echo ----------------------
	@echo Now print or view epic.dvi with some dvi output program

demo3.latex:
	gnutex < demo3.gnu
	echo You need the transfig package to do this demo
	fig2latex plot.fig plot.tex
	latex pic
	@echo ----------------------
	@echo Now print or view epic.dvi with some dvi output program

clean:
	rm -f *.aux *.log *.dvi *~ plot.tex plot.fig