Hello.
I hope this is the right place to post this question.
I am trying to use the polynom package for long division of polynomials.
I am running Mac OS X 10.6.8.
I originally downloaded the polynom package from CTAN. Everything I've read says that I just needed to have the package files in the ~/Library/texmf/tex/ or /tex/latex subdirectory, and it should be recognized. I've tried that and keep receiving "undefined control sequence" when I try to publish, no matter what editor.
I then updated Texlive and saw that the polynom package was installed, but I'm still not able to use it - I keep getting the same errors in any editor. The editors I've tried are Ooolatex, LaTeXiT, TeXShop and TeXworks.
How can I tell if this package is installed correctly?
TeX Live and MacTeX ⇒ polynom | Installation on Mac OS X
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
polynom | Installation on Mac OS X
Runajaffary wrote:How can I tell if this package is installed correctly?
Code: Select all
kpsewhich polynom.sty
Code: Select all
sudo texhash
Code: Select all
sudo mktexlsr
Stefan
LaTeX.org admin
polynom | Installation on Mac OS X
Thank you for the fast response.
I did that, and it's finding it exactly in my ~/Library/texmf/tex directory. However, I am still getting "undefined control sequence" when I enter something like:
I did that, and it's finding it exactly in my ~/Library/texmf/tex directory. However, I am still getting "undefined control sequence" when I enter something like:
Code: Select all
\polylongdiv{x^2+2x+1}{x-1}
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
polynom | Installation on Mac OS X
Besides installing, you have to load it in your document preamble:
Stefan
Code: Select all
\usepackage{polynom}
LaTeX.org admin