Texmaker and TeXstudioQuick Build Commands problem

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
firegun9
Posts: 1
Joined: Tue Dec 16, 2008 9:37 pm

Quick Build Commands problem

Post by firegun9 »

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 when yap opens a document, the windows focus is always on yap. If I switch the focus back to texmaker window without closing yap, both of them will be freezing for a couple of seconds.

Under Linux, I could add a '&' to the yap command to avoid this.
Is there any way to do it under windows?

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply