Tuesday, September 27, 2011

install latex addon and packages in ubuntu

install addon:
make directory 'mypkgs' in /ur/share/texmf/tex/ or /usr/share/texmf/latex
copy the .sty file into mypkgs
run 'texhash'

drawing addons: 1. pgf/tikz, 2. pstricks, 3. Animate

needed packages in ubuntu:
1. use synaptic to install anything related to texlive, do a texhash
2. subfiles package
download from here
then: latex subfiles.ins
latex subfiles.dtx
3. same goes with algorithms package:
download from here

No comments:

Post a Comment