BibTeX, biblatex and biberavailable citation: bibtex

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
woogidc
Posts: 3
Joined: Thu Apr 19, 2012 11:31 pm

available citation: bibtex

Post by woogidc »

Im lyx newbie. When I try to citate with bibtex in lyx, i can only see subset of available citation list, even though there are over 300 hundred references in bib file. Is there anyone can help me?

i heard it's about unicode character bug but I don't know tow to manage this.
attached file.

thanks

Kim
Attachments
library with bibtex key first version.bib
(332.34 KiB) Downloaded 136 times

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

available citation: bibtex

Post by kaiserkarl13 »

I don't know if this is the cause of your problem, but your first entry (and several others) contains a non-ASCII character. This is likely to cause problems, and may be the cause of what you're seeing for all I can tell.

If you need a non-ASCII character, use one of LaTeX's accent commands, e.g.,

Code: Select all

@article{AbadiaBarrero2006,
  author = {Abadia Barrero, C{\'e}sar and Castro, Arachu},
  title = {Experiences of stigma and access to {HAART} in children and adolescents
	living with {HIV/AIDS} in Brazil},
  journal = {Social Science and Medicine},
  year = 2006,
  volume = 62,
  pages = 1219,
  number = 5
}
Post Reply