I used texlipse plugin in eclipse for latex, and copied the references from bibteX google scholar in bibliography.bib
But when i generate PDF, it doesn't have all the references i added to bibliography. How to update the bibliography properly
Asked
Active
Viewed 8,999 times
0

Maria Khalid
- 189
- 2
- 15
-
You've got to also run bibtex on your file... See [Question mark instead of citation number](http://tex.stackexchange.com/q/63852/5764). – Werner Apr 27 '16 at 19:58
-
seems like a stupid clarification, however, 0. i assume you haven't messed with the build configuration/builder settings in texlipse. 1. have you enabled automatic build on texlipse? 2. have you saved the bib file? If these conditions are true, I don't understand why it should not work. – okkhoy May 01 '16 at 08:42
-
2of course, if the bib entry from google scholar has some errors (like many from springer have an underscore, which have to be explictly escaped) it won't compile properly – okkhoy May 01 '16 at 08:43
-
if above options does not work, run it once in Terminal or any other editor, post a MWE and error. This will help to identify the problem. – novice Jun 04 '16 at 07:24
2 Answers
1
I have used F11 two times to update the bib and it worked for me. you may need to press F11 multiple times.

Peter Csala
- 17,736
- 16
- 35
- 75

Samer
- 11
- 1
-1
If you use TexMaker, after adding citation dont forget to re-run your BibTex file (.BibTex) using F11, then run the TEX file. It works in my case.