Few days back, I had an installation of Mactex 2013 and it was working fine for my current writeup which included package psboxit.sty.
Due to some reasons, I had to remove that version (which I did manually). Yesterday, I installed the recent version of Mactex 2014 and tried to compile the same writeup but got an error message that psboxit.sty is not found.
psboxit.sty could be found in /usr/local/texlive/2013/texmf-dist/tex/latex/misc209. But there is no folder names misc209 in /usr/local/texlive/2014/texmf-dist/tex/latex/.
Do I need to install some additional packages to get the desired .sty file?
.styfile from CTAN and install it. – mvkorpel Oct 17 '14 at 11:33texmf-dist, but copy the file to either the local or the home texmf tree instead. In case you choose the local tree, you must update the file name database withmktexlsrafter copying the file. – mvkorpel Oct 17 '14 at 12:57