I installed texLive 2013 on a mac. And I am using texmaker to typeset my documents. I have my threads regarding where to locate .sty files in mac. And I located my stackengine.sty in the following path
\usr\local\texlive\2013\texmf-dist\tex\latex
This is where all the packages are. So I believe putting my stackengine.sty in there will make sense, which is what I did.
I then tried to compile my tex file. But it failed miserably with the following error message in the log:
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/latin9.def
File: latin9.def 2008/03/30 v1.1d Input encoding file
))
! LaTeX Error: File `stackengine.sty' not found.
I already placed the stackengine.sty in that path already. I even placed the entire stackengine there as well. Still, the same error kept coming up. What have I done wrong here ?
tlmgr install stackengineshould fetch the file install it and update the index automatically – David Carlisle Mar 30 '14 at 17:49tlmgr install stackenginecommand ? – mynameisJEFF Mar 30 '14 at 17:54tlmgr. If you want to use the command line, you need to run the Terminal application. This may be in/Applications/Utilities/but I'm not sure. (It used to live there but I am not up to date.) By the way, your question says~/texmf-dist/...but that would be/Users/yourusername/texmf-dist/...as the~is shorthand for your home directory. – cfr Mar 30 '14 at 17:58Packagestab and typestackengineinto the search field on the top right. once you see the package, verify that it's status isNot installed. Right click on it and chooseInstall Selected Packages. It should saysuccessful instalonce it's done. check this screenshot:http://i.imgur.com/znbmidZ.png
– Far Zin Mar 30 '14 at 20:19