Home » Questions » Computers [ Ask a new question ]

Using Latex beamer and natbib packages at the same time

Using Latex beamer and natbib packages at the same time

When I use both \documentclass{beamer} and \usepackage{natbib} I get the following error when running latex

Asked by: Guest | Views: 339
Total answers/comments: 1
Guest [Entry]

"I haven’t really worked with the natbib package but I’d like to point you to the great biblatex package which offers a wide range of styles and it is — relatively — easy to configure your own style rules.

Well, the biblatex package seems also to have a natbib compatibility option, that defines some more natbib-like commands. Maybe you should start with

\usepackage[natbib=true, bibstyle=authoryear, citestyle=authoryear-comp]{biblatex}

and change the bibstyle and citestyle according to the documentation. Good luck with it."