Open GoogleCodeExporter opened 8 years ago
Nivaldo, it's possible to include a bibtex fule by selecting it as a resource
from
the resources window. However, the LaTeX environment is not currently running
BibTeX,
though i expect to have this in place before the end of the month.
Original comment by bobbysoa...@gmail.com
on 20 Apr 2010 at 1:28
Issue 32 has been merged into this issue.
Original comment by bobbysoa...@gmail.com
on 20 Apr 2010 at 1:45
The LaTeX environment now runs BibTeX so bibliography should be correctly
applied.
Original comment by bobbysoa...@gmail.com
on 30 Apr 2010 at 12:53
I'm still having trouble getting bibliography entries included properly, after
including the appropriate bib files as
resources. Should a simple \bibliography{mybibfile} work? Can you give an
example? Thanks for the great tool!
Original comment by brendan....@gmail.com
on 30 May 2010 at 9:02
Hi brendan,
You need to include it as a compiler resource. Also I needed to add a "./"
before the
filename i.e \bibliography{./mybibfile}. I cant remember if i added the file
type on
the end or not so try that if still doesnt work.
Original comment by Gbudelm...@gmail.com
on 30 May 2010 at 9:12
Great, thanks! That worked once I added the "./" at the beginning of the
filename. Also as an FYI to others who
may have trouble including multiple bib files, I needed to remove any spaces
between the filenames for it to
work. e.g. \bibliography{./firstbibfile,./secondbibfile}
Original comment by brendan....@gmail.com
on 30 May 2010 at 10:40
This doesn't seem to be working...
I have a bibtex 'Medicago.bib' file with several references that I selected
under 'project resources', then used \cite{Bailly:2007p19960} in the body of
the document and \bibliography{./Medicago.bib} at the end. No dice, just got
[?] after compile (tried repeated compiles, didn't help). Here is the reference
in the .bib file:
@article{Bailly:2007p19960,
author = {X Bailly and I Olivieri and B Brunel and JC Cleyet-Marel and G
Bena},
journal = {J Bacteriol},
title = {Horizontal gene transfer and homologous recombination drive the
evolution of the nitrogen-fixing symbionts of Medicago species},
abstract = {Using ...},
number = {14},
pages = {5223--5236},
volume = {189},
year = {2007},
date-added = {2009-03-03 13:39:34 -0800},
date-modified = {2009-09-21 21:38:44 -0700},
doi = {10.1128/JB.00105-07},
uri = {papers://ABE97408-ADD2-40A3-87CF-16E00537C62B/Paper/p19960},
rating = {0}
}
Any idea what I'm doing wrong??
Original comment by maren.l....@gmail.com
on 25 Oct 2010 at 3:45
Try to use \bibliography{./Medicago} instead of \bibliography{./Medicago.bib}.
Good luck.
Original comment by ghassane...@gmail.com
on 25 Oct 2010 at 1:19
I am also not having any luck with this. \bibliography{sfogarty},
\bibliography{.sfogarty}, and \bibliography{sfogarty.bib} all fail. Does anyone
have a link to a working example I could take a look at?
Original comment by sfoga...@gmail.com
on 7 Sep 2011 at 8:20
It's working for me when I select my refs.bib file as a resource and then in
the .tex file refer to it like this: \bibliography{refs.bib} and use this e.g.
in my text: \cite{Jiang2011}
Original comment by guvor...@gmail.com
on 7 Dec 2011 at 3:48
None of the above situations work for me!
Original comment by chen00217@gmail.com
on 30 Mar 2012 at 4:41
Was this ever resolved? I can't get this to work either.
Original comment by kerryb...@gmail.com
on 8 May 2014 at 5:18
After trying several permutations, the one with ./bibname (no extension)
succeeded in producing a single citation (although there should be at least
four other citations.)
It looks like this feature is still fairly broken.
Original comment by ry...@360fly.com
on 6 Feb 2015 at 5:38
Original issue reported on code.google.com by
napvasco...@gmail.com
on 15 Apr 2010 at 10:45