⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 早期freebsd实现
💻
字号:
######################################################################## Instructions to Make, for generation of nice-looking papers using TeX#######################################################################.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 TEXINPUTS=../doclib:.:${TEXINPUTS} tex \			\\nonstopmode\\input $<\\bye; \			  then exit 0; else rm $@; exit 1; fi'.dvi.imp:;	dviimp $(DFLAGS) -i $@ $<############################################################## Here it is...#############################################################all:		i-allprint:		i-print############################################################## tutorial#############################################################i-all:		tutorial.dvii-print:	tutorial.dvi true		dvisp -J Tutorial tutorial.dvi# customization files, et. al., not included belowtutorial.dvi:	version.texversion.tex:	tutorial.tex text.tex refs.tex version.sh		@: version.shtrue:;###############################################################################	Miscellaneous tasks##############################################################################distribution:   clean		rm -f tutorial.dvi tutorial.impclean:;		rm -f tutorial.lof tutorial.log tutorial.lot tutorial.toc _*

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -