I writed an article in latex some time ago. Now that i use Ubuntu i work with Gedit + Latex plugin. I use bibtex and i found no problem running the work already done.
Now when i add a new entry to my bibtex file it doens’t appear on pdf (like it wasn’t there [?] ). The older references are correctly displayed.
This has nothing to do with Ubuntu or gedit. Simply adding an entry to your
.bibfile is not sufficient. You will have to run bibtex again to display the new references (assuming you have cited them in the.texfile).If you are using
latexto compile to a pdf, follow these steps:latex filenamebibtex filenamelatex filenamelatex filenamedvipdf filename(or you can dodvips filenamefollowed byps2pdf filenameIf you are using
pdflatex, then do these:pdflatex filenamebibtex filenamepdflatex filenamepdflatex filename