Last active
July 1, 2024 03:03
-
-
Save ckunte/894f7f613508cf875d153a77e3bee864 to your computer and use it in GitHub Desktop.
A build system for Typst via Cygwin
This file contains 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
Show hidden characters
{ | |
// Ctrl+B to build a .pdf file from .typ (in Sublime Text's current tab) | |
// Ref: https://forum.sublimetext.com/t/using-cygwin-for-build-system/8307/6 | |
"shell_cmd" : "typst compile \"$file_name\"", | |
"selector" : "source.typ", | |
"path" : "C:\\Cygwin\\bin;$path", | |
"working_dir" : "$file_path" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment