mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
chore: adding summary
This commit is contained in:
@@ -71,6 +71,16 @@ case "$cmd" in
|
||||
pdflatex -interaction=nonstopmode -file-line-error main.tex
|
||||
cp main.pdf ../../../build/main-arxiv.pdf
|
||||
;;
|
||||
build-summary)
|
||||
mkdir -p paper/build
|
||||
cd paper/src
|
||||
latexmk -pdf -jobname=summary -f -interaction=nonstopmode -file-line-error -r ../.latexmkrc -outdir=../build summary.tex
|
||||
;;
|
||||
watch-summary)
|
||||
mkdir -p paper/build
|
||||
cd paper/src
|
||||
latexmk -pvc -pdf -jobname=summary -f -interaction=nonstopmode -file-line-error -r ../.latexmkrc -outdir=../build summary.tex
|
||||
;;
|
||||
*)
|
||||
printf '%s\n' "Unknown paper command: $cmd" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user