Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created January 11, 2023 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remlapmot/634eab8a7008c90660ccfd161cff02ea to your computer and use it in GitHub Desktop.
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
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