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
BibTeX, biblatex and biber ⇒ available citation: bibtex
available citation: bibtex
- Attachments
-
- library with bibtex key first version.bib
- (332.34 KiB) Downloaded 140 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
available citation: bibtex
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.,
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
}