LyX ⇒ using biblatex with Lyx
using biblatex with Lyx
I need to use a the chicago style footnote citation style for an article and I've been working on it for a long time with a different style, so I want to be able to switch citation styles without doing it manually.
So I switched over from bibtex to biblatex in an effort to use the biblatex-chicago package but so far to no avail. I'm on Windows 7, LyX version 2.2.1 and I have all the mikTeX packages installed. This is what I have in my latex preamble right now:
\usepackage[notes,natbib,backend=biber]{biblatex-chicago}
\renewcommand\citet{\autocite}
\addbibresource{dissertation.bib}
I added the second line because someone on a different forum said it was necessary.
you can see it here: http://tex.stackexchange.com/questions/ ... st-texlive
But it still doesn't work. I get no citations, just the keys used from my bib file.
Note: It seems that I can use biblatex on the basis of bibtex8 and not biber (for some reason). so I still can't use the biblatex-chicago package but I can use a similar alternative which means my preamble looks like this:
\usepackage[style=verbose,natbib,backend=bibtex8]{biblatex}
\addbibresource{dissertation.bib}
I would have preferred to have the specific package. Can anyone explain what's going wrong here?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
using biblatex with Lyx
did you configure
biber
as backend? (Document→Settings→Bibliography, Processor field)Stefan
Re: using biblatex with Lyx
Yes, I did. Biblatex works for me when I change it to bibtex8 but not with biber (changing it in three places: document setting, the preamble and tools->preferences->output->latex).
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: using biblatex with Lyx
Stefan