Skip to content

Instantly share code, notes, and snippets.

View brdann's full-sized avatar

Boris Danilov brdann

  • Lomonosov MSU
  • Moscow
View GitHub Profile
@timtonk
timtonk / pscyr-install.sh
Last active May 21, 2023 19:10
PSCyr 0.4c installation script for texlive@ubuntu14.10
#!/usr/bin/env bash
# Run it strongly with sudo if you have installed your texlive in standard system routes
# Otherwise it will be fine without privilege
# And run it only in the root folder of the pscyr archive
# On Ubuntu 14.10 it equals to '/usr/local/texlive/2014/texmf-dist'
TEXMF=`kpsewhich -expand-var='$TEXMFMAIN'`
echo "###> Installing PSCyr to '$TEXMF' folder"