Tagged Questions
1
vote
1answer
566 views
BibTeX, Natbib, and Algorithm2e
I'm trying to prepare a journal submission, and I'm having trouble getting natbib to play nicely.
When I include natbib in my document, it gives me the following error:
! Undefined control sequence
...
3
votes
1answer
245 views
Strange interaction between natbib and algorithm2e
Here's a minimal example.
\documentclass{article}
\usepackage{titlesec}
\usepackage{algorithm2e}
\usepackage{natbib}
\begin{document}
\bibliographystyle{plainnat}
\begin{thebibliography}{1}
...
5
votes
2answers
1k views
“\Ualgocf@original@chapter” undefined when using algorithm2e with natbib
Is it possible to just use plainnat without using the package natbib? When I do so, multiple author references don't work too well. I get
[author et al (year)auhtor1, author2 and author3]
when ...