Created
January 11, 2023 12:39
-
-
Save remlapmot/634eab8a7008c90660ccfd161cff02ea to your computer and use it in GitHub Desktop.
Fix TinyTeX on Windows to find external Ghostscript installation resources; run as Admin in Command Prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mklink %APPDATA%\TinyTeX\tlpkg\tlgs\Resource\Init\Fontmap "%ProgramFiles(x86)%\gs\gs9.56.1\Resource\Init\Fontmap" | |
mklink %APPDATA%\TinyTeX\tlpkg\tlgs\Resource\Init\Fontmap.GS "%ProgramFiles(x86)%\gs\gs9.56.1\Resource\Init\Fontmap.GS" | |
rd /s /q %APPDATA%\TinyTeX\tlpkg\tlgs\Resource\Font | |
mklink /d %APPDATA%\TinyTeX\tlpkg\tlgs\Resource\Font "%ProgramFiles(x86)%\gs\gs9.56.1\Resource\Font" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment