More flexible defaults
This commit is contained in:
parent
fcbef0e85a
commit
57d373b305
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
buildPhase = ''
|
||||
mkdir -p .cache/texmf-var
|
||||
env TEXMFHOME=.cache TEXMFVAR=.cache/texmf-var \
|
||||
latexmk -interaction=nonstopmode -pdf -lualatex \
|
||||
latexmk -interaction=nonstopmode -lualatex \
|
||||
${texInput}.tex
|
||||
'';
|
||||
installPhase = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue