idfah / csuthesis

Colorado State University LaTeX Thesis/Dissertation Template
http://graduateschool.colostate.edu/for-current-students/completing-your-degree/thesis-dissertation/
Other
44 stars 35 forks source link

Undefined citations #12

Open edougherty32 opened 4 years ago

edougherty32 commented 4 years ago

I am trying to add in-text citations to my disseration, but I keep getting the error "citation...undefined". Even when running sample.tex, this issue emerged as well, even though sample.bib was run and should work.

Do you have any ideas why this is happening? I did not edit sample.tex or sample.bib in any way, so I'm not sure why this is an issue.

Thanks!

idfah commented 4 years ago

@edougherty32 It seems to be working for be using pdflatex on Linux. Can you please post the exact output of the error message you are getting? What latex system / tools are you using to build? on windows, mac or linux? is it the latest version?

idfah commented 4 years ago

Can you try running

pdflatex sample.tex
bibtex sample.aux
pdflatex sample.tex
pdflatex sample.tex

or the equivalent on your system?

LaTeX can sometimes require multiple runs to resolve all references, and you also need to use bibtex to build the citations.