fix: remove OSFONTDIR var from whitepaper build

Fixes #65. I checked with `pdffonts` that the whitepaper still has all fonts embedded.
This commit is contained in:
wucke13
2023-12-03 13:27:47 +01:00
parent 3a0ebd2cbc
commit 9819148b6f

View File

@@ -291,7 +291,6 @@
];
buildPhase = ''
export HOME=$(mktemp -d)
export OSFONTDIR="$(kpsewhich --var-value TEXMF)/fonts/{opentype/public/nunito,truetype/google/noto}"
latexmk -r tex/CI.rc
'';
installPhase = ''