Hi guys,
I'm having some troubles in compiling the biblio from bibdesk.
Texshop compiles the document but it doesn't upload the bibliography which is saved in the same folder of the document. At the beginning I upload the packages I need and at the end of the text I write
\nocite{*}
\bibliographystyle{plainnat}
\bibliography{References1.bib}
it keeps to put ‘?’ everywhere I do /cite and also it doesn’t write ‘Reference’ at the end.
Any suggestion? thanks. f
Text Formatting ⇒ Bibliography troubles
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Bibliography troubles
Run LaTeX, then BibTeX, then LaTeX two more times.
Bibliography troubles
frabjous wrote:Run LaTeX, then BibTeX, then LaTeX two more times.
uh... unfortunately i have already tried it... but still no joy...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Bibliography troubles
Provide a complete example, not any useless code snippets [1]. Check the log files (*.log, *.blg) for inconsistencies.
[1] What is a minimal working example?
Best regards
Thorsten¹
[1] What is a minimal working example?
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Bibliography troubles
localghost wrote:Provide a complete example, not any useless code snippets [1]. Check the log files (*.log, *.blg) for inconsistencies.
[1] What is a minimal working example?
Best regards
Thorsten¹
Every time I compile the bibtex I get this error message:
Warning--I didn't find a database entry for "paper"
(There was 1 error message)
and I have these messages for plenty of references I had in the bibdesk document. I've checked them and they seem ok as all the spaces are filled in the correct way.
Thanks
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Bibliography troubles
The question for a MWE was not a plea, but a demand.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10