LyXbiblatex | Citation Problems

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
bremkus
Posts: 1
Joined: Wed Mar 21, 2012 4:54 am

biblatex | Citation Problems

Post by bremkus »

I am having trouble getting citations to work correctly in LyX. The exact same preamble works when I copy the document to TeXworks, but I would like to get it working in LyX if possible. I use the following preamble

Code: Select all

\usepackage[english,german,american]{babel}
\usepackage[babel=once,english=american]{csquotes}
\usepackage[style=chicago-notes,autocite=footnote,babel=hyphen,natbib=true]{biblatex}
\bibliography{references}
\renewcommand{\citep}{\footcite}
I get footnotes - however, these footnotes simply display the citation key, rather than the full information, as if it is not reading the information from the bib file. I also include a \printbibliography at the end, but it doesn't show one. I would appreciate some help in addressing this problem.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply