diff --git a/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh b/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh index f07025f..1297dcd 100644 --- a/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh +++ b/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh @@ -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" +} #