Skip to content

Commit ad5acc2

Browse files
committed
fix
1 parent 4b30645 commit ad5acc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytinytex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def ensure_tinytex_installed(path=None):
5555
path = __tinytex_path
5656
if _resolve_path(str(path)):
5757
__tinytex_path = path
58-
os.environ["TEXMFCNF"] = os.path.join(__tinytex_path, "texmf-dist/web2c")
58+
os.environ["TEXMFCNF"] = str(__tinytex_path)
5959
return True
6060

6161

0 commit comments

Comments
 (0)