Texmaker and TeXstudio ⇒ Quick Build Commands problem
Quick Build Commands problem
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?
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