Bitwig Studio 6
- 4K resolution (3840×2160)
Typst can be installed via WinGet (included in Windows 10/11):
winget install --id Typst.TypstAfter installation, typst.exe is available at:
%LOCALAPPDATA%\Microsoft\WinGet\Links\typst.exe
typst compile bitwig-cheatsheet.typtypst compile bitwig-cheatsheet.typ --format png --ppi 72 bitwig-cheatsheet.pngOn Windows (PowerShell) with the full path:
$typst = Join-Path $env:LOCALAPPDATA 'Microsoft\WinGet\Links\typst.exe'
& $typst compile bitwig-cheatsheet.typ --format png --ppi 72 bitwig-cheatsheet.pngIf you find this cheat sheet helpful, consider buying me a coffee! ☕
