Texmaker and TeXstudioHow to make texmaker call batch file

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
benjaminbiegel
Posts: 1
Joined: Tue Dec 17, 2013 1:44 pm

How to make texmaker call batch file

Post by benjaminbiegel »

Hi

I would like to configure latex to call an external file as a part of the compilation. The batch script is part of the way I have to make my references which is dictated by the template I am using for my thesis. This is, however, not so important.

I was guessing I could do this by putting the following into the quick build user defined box:
"/usr/texbin/latex" -interaction=nonstopmode %.tex|”/Users/benjaminbiegel/Documents/phd/Thesis/ThesisOngoing/runbtex.sh”

where i simply specify the absolute path to my the executable shell batch file (it is a mac). Everything works when i just type ”/Users/benjaminbiegel/Documents/phd/Thesis/ThesisOngoing/runbtex.sh” in the terminal, but texmaker does not call this file.

Any hit what I am doing wrong?

Thanks :)
Benjamin

Recommended reading 2024:

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

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

Post Reply