I installed Texmaker and Texlive in my Xubuntu (basically = Ubuntu).
I want to use the kbordermatrix package, but when I compile the document in Texmaker I get the following error:
! LaTeX Error: File `kbordermatrix.sty' not found.
Is that suppose to install .sty automatically by Texlive or I have to make some setup?
I'm new to Linux, just recently changed to Ubuntu from MS Windows. I stuck on this problem for a whole day now. I would very appreciate someone can help me.
Cheers Lee
sudo. As your normal user, domkdir -p $(kpsewhich --var-value=TEXMFHOME)/tex/latex/kbordermatrixand then put the.styfile in the new directory. – cfr Nov 11 '14 at 21:53lsthe contents), what's in there? The subdirectories could already exist. Looks like @cfr replied while I typed, good answer – Ryan Nov 11 '14 at 22:00-pwill create the parent directories only if they do not already exist. This is commonly used when you don't know the existing structure (e.g. in a script to run in various places or whatever).cdandlsis fine butcdwill fail if no personaltexmftree exists at all. – cfr Nov 11 '14 at 22:02