Skip to content

Instantly share code, notes, and snippets.

View neewy's full-sized avatar
🎯
Focusing

Nick Yushkevich neewy

🎯
Focusing
View GitHub Profile
@tobywf
tobywf / build-dvisvgm.sh
Last active April 26, 2024 10:14
Build dvisvgm and kpathsea on macOS
#!/bin/bash
set -xeuo pipefail
IFS=$'\n\t'
PREFIX="${1:-/usr/local/dvisvgm}"
TEX="$(kpsewhich -var SELFAUTOLOC)"
echo "$PREFIX, $TEX"
brew install automake freetype ghostscript potrace