Fixed typo (missing backslash)
This commit is contained in:
parent
977d89a60c
commit
72f8e74e79
|
@ -70,7 +70,7 @@
|
|||
mkdir -p "$DIR/.texcache/texmf-var"
|
||||
|
||||
env TEXFMHOME="$DIR/.texcache" TEXMFVAR="$DIR/.texcache/texmf-var" \
|
||||
OSFONTDIR=${nerdfonts-hack}/share/fonts
|
||||
OSFONTDIR=${nerdfonts-hack}/share/fonts \
|
||||
latexmk -interaction=nonstopmode -pdf -lualatex \
|
||||
-output-directory="$DIR" \
|
||||
-pretex="${texvars}"\
|
||||
|
|
Loading…
Reference in a new issue