TeX Live and MacTeX ⇒ Not finding texlive packages
Not finding texlive packages
I'll try to explain my problem as clear as I can.
I'm an ubuntu user (natty), and a couple of months ago I created a tex document
containing the commands underbracket,eqqcolon... belonging to the mh bundle, amsmath and amscls packages. Then, the compiling process ran smoothly, but now I can't figure out what had I done (I think I had installed the individual packages).
So after googling and forum reading a little, I decided to install texlive 2011, assuming the packages previously mentioned are contained in texlive (thats what I've read). I tried to compile my document with kile and texmaker, but it seems neither finds the packages, cause I get the undefined control sequence errors in underbracket and eqqcolon everytime I tex the doc.
I tried to put the individual packages in /usr/local/texmf , in /usr/share/texmf , and in ~/texmf (as I read on several pages), with no success. I tried too, to change the path in preferences->commands (texmaker), the same in kile, but still nothing.
Any insights?, thank you very much in advance.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Not finding texlive packages
could you attach your log file?
Re: Not finding texlive packages
- Attachments
-
- matese.log
- (15.85 KiB) Downloaded 525 times
Not finding texlive packages
i see two errors, one caused by \eqqcolon and the other concerning \underbracket.
Add
Code: Select all
\usepackage{mathtools}% or \usepackage{pxfonts}\usepackage{underbracket}
Re: Not finding texlive packages
I had no idea, so everytime I need a command included in a package,
I need to call it previously in the tex file.
Thank you very much.