Thursday, July 22, 2010

Install a Latex style file on Linux

Take bbding as an example.


$ wget http://www.tug.org/texlive/Contents/live/texmf-dist/tex/latex/bbding/bbding.sty # Get the style file from web site.
$ mkdir /usr/share/texmf/tex/latex/bbding # Make a directory for bbding
$ cp bbding.sty /usr/share/texmf/tex/latex/bbding # Copy bbding style file to this directory.
$ texhash # Update linux configuration

No comments:

Post a Comment