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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error bibtex when compiling doc
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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