5 lines
209 B
Bash
Raw Normal View History

2024-08-07 12:35:26 +08:00
# latexmk -c
2024-09-03 10:12:57 +08:00
# latexmk -pvc -xelatex -interaction=nonstopmode main.tex
2024-09-13 11:44:52 +08:00
# latexmk -pdf main.tex
2024-09-03 10:12:57 +08:00
latexmk -quiet -interaction=nonstopmode --pvc --pdf main.tex
2024-09-12 07:32:00 +08:00
# latexmk -pdf -interaction=nonstopmode -pvc main.tex