Hello,
I tried compiling my final document and I received many error messages with this below as a description.
Is there anyone who could help me fix this?
...vécu à la manière de Malinowski\citep
{malinowski1925},
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Thank you,
SH
BibTeX, biblatex and biber ⇒ Error bibtex when compiling doc
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error bibtex when compiling doc
You need to load package natbib.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Error bibtex when compiling doc
Welcome to the forum!
This means, btw., adding
Stefan
This means, btw., adding
\usepackage{natbib}
to your document preamble. That package provides the \citep
command, as Johnnes said.Stefan
LaTeX.org admin