LyX ⇒ Help needed with citations in lyx file
-
- Posts: 15
- Joined: Thu Apr 07, 2011 12:49 pm
Help needed with citations in lyx file
I'm having problems to include bibliography in a file.lyx. I import a file.tex into LyX and then I insert the file.bib at the end of the file.lyx. When I convert the file.lyx to pdf, the citations don't appear, but a "?" sign appear in their places.
I post both file.tex and file.bib in case anyone could help me.
I appreciate your help
Regards,
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
-
- Posts: 13
- Joined: Tue May 24, 2011 3:41 pm
Re: Help needed with citations in lyx file
Re: Help needed with citations in lyx file
I tried to include the bibliography with a latex insert command:
\bibliographystyle{osajnl}
\bibliography{biblio}
without success.
But, if I export to latex (plain) and then run latex (and bibtex) in console I get the correct references in the document. It also works by exporting to latex (pdflatex) and then running pdflatex.
Seems to be a bug in lyx 2.0 ...