BibTeX, biblatex and biber ⇒ Error bibtex when compiling doc
-
- Posts: 1
- Joined: Tue May 08, 2018 8:30 am
Error bibtex when compiling doc
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error bibtex when compiling doc
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Error bibtex when compiling doc
This means, btw., adding
\usepackage{natbib}
to your document preamble. That package provides the \citep
command, as Johnnes said.Stefan