Skip to content

Instantly share code, notes, and snippets.

@K4zuki
Last active August 10, 2016 22:29
Show Gist options
  • Save K4zuki/7be3aa22d20aede0eb46e9e282fc2bfd to your computer and use it in GitHub Desktop.
Save K4zuki/7be3aa22d20aede0eb46e9e282fc2bfd to your computer and use it in GitHub Desktop.
texlive package installation

tlmgr install [Package] where [Package] found in http://www.ctan.org/ or its mirror sites.

recently cannot use the command above but great hint found! http://tex.stackexchange.com/questions/313768/tlmgr-unknown-directive saying get update-tlmgr-latest.sh from https://www.tug.org/texlive/tlmgr.html then run as root

# sh update-tlmgr-latest.sh

kpsewhich style.sty to find out where the package is installed

sudo mktexlsr to update directory tree after manual-install a package

in tlmgr case this is not required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment