Texmaker and TeXstudioBibliography with TeXshop and Texmaker

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
moralesr
Posts: 1
Joined: Mon Mar 03, 2008 4:27 pm

Bibliography with TeXshop and Texmaker

Post by moralesr »

Hey, I have used bibtex previously but using texshop. I have no access to texshop right now and I am using Texmaker. Is there any differences between these two editors because I am using the following line of commands to get my references appear in Texmaker and it is not working:

Code: Select all

\nocite{*}
\bibliographystyle{acm}
\bibliography{filename.bib}
and follow the procedure: pdflatex+bibtex+pdflatex

The problem is that I don´t get my references...just the word "References" in pdf format with no references at all...

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: bibliography

Post by localghost »

Check the log file carefully to get any hints (messages, warnings) about what's going wrong.


Best regards
Thorsten¹
Post Reply