[Tex/LaTex] MacPorts: install packages for use in Texmaker

algorithmicxinstallingmacportstexmaker

I'm using Texmaker and want to install the package algorithmicx to write some pseudocode. I've tried using MacPorts to download and install the package but I can't seem to load it in Texmaker or in TeXShop. Also, MacPorts appeared to download a new distribution of TeX Live. How do I use the downloaded package, and what does MacPorts actually do with the packages I download?

Best Answer

If you are working on a mac you probably have an application called TeX Live Utility installed. You can use that to install and update packages.

`Tex Live Utility' keeps itself up-to-date, if you really want to use the terminal you can use:

sudo tlmgr update --self
sudo tlmgr update --all