I have a quick question about updating my references from Bibtex. I am using TexStudio as my Latex editor.
I have to make changes to some of the references. I put the changes in the "references.bib" file. I then compile the Bibtex and the main document I'm working on. Sometimes the changes show up, and sometimes they don't, and I haven't figured out why. I have even gone as far as trying to delete the references by changing the filename, but the original references still appear. Here's what I put in my main document:
\newpage %Puts in References
\bibliographystyle{unsrt}
\bibliography{references}
My references.bib file shows all the changes I have made. Any suggestions are appreciated!
.texand.bibfiles(!); (2)latex file.tex,bibtex file.aux,latex file.tex,latex file.tex(note: strictly speaking, the file extensions are detected automatically, but can be included if you like). If this is not getting you what you want, it is time to provide a minimal example (or here). – jon Oct 18 '13 at 02:23latex bibtex latex latex. Do you use theBuildcommand of TeXstudio? This should make all required calls. If not, an example would be helpful. – Tim Hoffmann Oct 18 '13 at 16:33