makefile
来自「早期freebsd实现」· 代码 · 共 49 行
TXT
49 行
########################################################################## Instructions to Make, for generation of nice-looking papers using LaTeX#########################################################################.SUFFIXES: .pic .web .tex .dvi .imp.pic.tex:; tpic $<.web.tex:; sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi'.tex.dvi:; sh -c 'if latex \\nonstopmode\\input $<; \ then exit 0; else rm $@; exit 1; fi'.dvi.imp:; dviimp $(DFLAGS) -i $@ $<############################################################## Here it is...#############################################################all: i-allprint: i-print############################################################## mznet#############################################################i-all: mznet.dvii-print: mznet.dvi true dvisp $(DFLAGS) -J MZnet mznet# customization files, et. al., not included belowmznet.dvi: mznet.tex figure1.tex figure2.tex############################################################################### Miscellaneous tasks##############################################################################distribution: clean rm -f mznet.dvi mznet.impclean:; rm -f mznet.log _*true:;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?