We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b30645 commit ad5acc2Copy full SHA for ad5acc2
pytinytex/__init__.py
@@ -55,7 +55,7 @@ def ensure_tinytex_installed(path=None):
55
path = __tinytex_path
56
if _resolve_path(str(path)):
57
__tinytex_path = path
58
- os.environ["TEXMFCNF"] = os.path.join(__tinytex_path, "texmf-dist/web2c")
+ os.environ["TEXMFCNF"] = str(__tinytex_path)
59
return True
60
61
0 commit comments