Sunday, February 13, 2011

latex problems

If you have following problem at ubuntu 10.4

LaTeX Error: File `algorithmic.sty' not found.
 install this:

$sudo apt-get install texlive-science


if you missing:
! LaTeX Error: File `multirow.sty' not found
! LaTeX Error: File `metre.sty' not found


$sudo apt-get install texlive-latex-extra
or
$sudo port install textlive-latex-extra

No comments: