Add a new helper function for latexmk.
This commit is contained in:
parent
97e72f15d5
commit
37f0df1b41
@ -18,6 +18,10 @@ function convert_asy_to_png {
|
||||
rsvg-convert "$filename.svg" -o $(echo "$filename.svg" | sed -e 's/svg$/png/')
|
||||
}
|
||||
|
||||
function latexmk {
|
||||
latexmk -lualatex "$1"
|
||||
latexmk -c "$1"
|
||||
}
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user