I am trying to use \citeauthor from the natbib package with a bibliography style that is provided by a journal. Is this possible? I looked at plainnat.bst, but I didn't see any instances of \citeauthor that I was hoping to just copy into mystyle.bst.
I saw this thread: Using \citeauthor in custom bibliography style
but don't understand the solution.
Here are some demo tex/bib files: http://daviddoria.com/Uploads/Bibtex/
When I use \bibliographystyle{ieee}, I get "author undefined" errors on the \citeauthor lines. It works fine if I use \bibliographystyle{plainnat}.
Is it possible to use \citeauthor with this IEEE style?