5 lines
207 B
Bash
5 lines
207 B
Bash
# latexmk -c
|
|
# latexmk -pvc -xelatex -interaction=nonstopmode main.tex
|
|
latexmk -pdf main.tex
|
|
latexmk -quiet -interaction=nonstopmode --pvc --pdf main.tex
|
|
# latexmk -pdf -interaction=nonstopmode -pvc main.tex |