Search found 1 match

by firegun9
Tue Dec 16, 2008 9:44 pm
Forum: Texmaker and TeXstudio
Topic: Quick Build Commands problem
Replies: 0
Views: 2309

Quick Build Commands problem

Hi,

I am using Miktex and Texmaker 1.8 to write my thesis.

I need to use bibtex every time, so I have quick build set to the following commands:

latex -interaction=nonstopmode %.tex|bibtex %|latex -interaction=nonstopmode %.tex|latex -interaction=nonstopmode %.tex|yap -1 -s %.dvi

My problem is ...