I am using Basictex on my mac, and using TEXMAKER as editor. I installed multirow package by
tlmgr install multirow command. And output is
tlmgr: package repository http://ctan.space-pro.be/tex-archive/systems/texlive/tlnet tlmgr install: package already present: multirow Its showing this error ! LaTeX Error: File `multirow.sty' not found.
I really do not know what is happening. Any kind of help appreciated.
kpsewhich multirow.styat a terminal prompt? Incidentally, what's your reason for installing Basictex rather than the full MacTeX installation?kpsewhich multirow.styat terminal showing /usr/local/texlive/2015/texmf-dist/tex/latex/multirow/multirow.stykpsewhichis able to findmultirow.sty-- in the directory where it should be, no less -- it's puzzling that you're not able to load it via a\usepackage{multirow}statement. Maybe something else went wrong during installation of BasicTeX? All I can suggest at this point is to try to re-install BasicTeX from scratch.