GeneralBiBTex and TeXnicCenter

General information and discussion about TeXnicCenter
Post Reply
par
Posts: 7
Joined: Tue Jun 05, 2007 11:16 pm

BiBTex and TeXnicCenter

Post by par »

I am using a .bib file to store my set of references and am using BiBTeX. As you might know, with BiBTeX, we need to first run LaTeX, run BiBTeX, and then run LaTeX twice in order to get cross-references right. Is there a way of automatically doing all this by a single click (something like a macro) to make the process easy?

I just moved to TeXnicCenter from using LaTeX in UNIX; in the UNIX platform, I was able to do this using the makefile option. That was great! Is there an equivalent in TeXnicCenter?

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
pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Re: BiBTex and TeXnicCenter

Post by pumpkinegan »

In the build menu, and under build profiles, if you select the build you are using (LaTeX => PDF, or other), the compiler tab has a tick box for BibTeX and MakeIndex. Just tick run BibTeX.

Another alternative (if you are using MiKTeX) is in the same processor menu, instead of compiling with latex.exe, choose texify.exe (which is also in the bin folder of MiKTeX). TeXify will run LaTeX and BibTeX.

Patrick.
par
Posts: 7
Joined: Tue Jun 05, 2007 11:16 pm

Re: BiBTex and TeXnicCenter

Post by par »

Thanks! The second idea worked! Actually, I used the "texify => pdf" profile option given here:

http://72.14.253.104/search?q=cache:HMB ... =clnk&cd=3
Post Reply