According to my ubuntu 11.04 my texlive is the latest version. But when I tried to \usepackage{algorithm} it says file algorithm.sty is not found. I read the algorithm.pdf manual and tried latex algorithms.ins in terminal and again it says file not found. So what is the problem here? I installed texlive using sudo apt-get install texlive but it seems to be missing some packages that were suppose to be included. How do I fix this?
|
|
||||
|
However, Debian and Ubuntu still contain TeX Live 2009. Many LaTeX packages have been added or significantly improved since then. I would recommend installing TeX Live directly from TUG instead of using the Ubuntu packages. That way you get (nearly) all the packages currently available on CTAN and do not need to install anything by hand. Also this lets you always get current package versions by running |
||||
|
Compiling
In the above location, make a folder |
|||
|
|
As mentioned before, If you are using Debian/Ubuntu and want to use If on the other hand, you are feeling adventurous (not really), you may want to check the new version that I have been baking for some time on github, but have still not uploaded to CTAN. The new version features a slightly easier, streamlined installation procedure, with you having to worry about just one file, As the original question was about Debian/Ubuntu, I would like to point out a very valuable resource that many may not know, which is the Debian/Ubuntu-specific information on TeX Live. There you will see directives on how to maintain your local packages from stepping onto the distributed versions of those packages, to ease the maintainance task, detailed in Chapter 4. |
||||
|
|
|
I faced one problem my |
|||||||
|

algorithm.ins? – Werner Sep 16 '11 at 2:10