当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
3 Star 3 Fork 0

Septsea/calculus-with-almost-no-variables
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
Septsea 提交于 2022-05-22 14:46 +08:00 . update
MAIN =main
LATEXMK =latexmk
LATEXMKOPT =-xelatex -shell-escape -file-line-error -norc
BUILDOPT =-synctex=1 -interaction=nonstopmode -silent
DEBUGOPT =-dependents -logfilewarninglist -recorder -rules -time -verbose -interaction=errorstopmode
.PHONY: $(MAIN).pdf all clean cleanup debug force
all: $(MAIN).pdf
$(MAIN).pdf:
$(LATEXMK) $(LATEXMKOPT) $(BUILDOPT) $(MAIN)
debug:
$(LATEXMK) $(LATEXMKOPT) $(DEBUGOPT) $(MAIN)
clean:
$(LATEXMK) -c $(MAIN)
cleanup:
$(LATEXMK) -C $(MAIN)
force:
$(LATEXMK) $(LATEXMKOPT) $(BUILDOPT) -g $(MAIN)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TeX/LaTeX
1
https://gitee.com/septsea/calculus-with-almost-no-variables.git
git@gitee.com:septsea/calculus-with-almost-no-variables.git
septsea
calculus-with-almost-no-variables
calculus-with-almost-no-variables
main

搜索帮助