5 lines
152 B
Bash
5 lines
152 B
Bash
HOST="127.0.0.1"
|
|
USER="texlive"
|
|
REMOTE_PATH="/tmp"
|
|
RSYNC_OPTIONS="--delete --archive --human-readable --partial --progress"
|
|
LATEXMK_OPTIONS="-lualatex"
|