8 lines
189 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
latexmk -quiet -interaction=nonstopmode --pvc --pdf main.tex
2024-09-03 09:51:23 +08:00
# latexmk -pdf -interaction=nonstopmode -pvc main.tex
2024-08-07 12:35:26 +08:00