Texmaker and TeXstudioSetting up the Texmaker commands

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
tweeg
Posts: 22
Joined: Tue Jun 24, 2008 5:12 pm

Setting up the Texmaker commands

Post by tweeg »

nvm sorted it out
Last edited by tweeg on Wed Jun 25, 2008 8:31 pm, edited 1 time in total.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Setting up the Texmaker commands

Post by Stefan Kottwitz »

Hi tweeg,
tweeg wrote:I always used texshop with miktex, but got curious about texmaker and wanted to give it a go.
But everytime i try to build something it says: Error : could not start the comman.
which version of MiKTeX do you use? Which is your MiKTeX directory?
You mentioned TeXshop - perhaps do you mean MacTeX, not MiKTeX?

Stefan
LaTeX.org admin
tweeg
Posts: 22
Joined: Tue Jun 24, 2008 5:12 pm

Re: Setting up the Texmaker commands

Post by tweeg »

If someone ever needs the commands to get it working give these a go:


LaTeX: "/usr/local/texlive/2007/bin/i386-darwin/latex" -interaction=nonstopmode %.tex
dvips: "/usr/local/texlive/2007/bin/i386-darwin/dvips" -o %.ps %.dvi
Bibtex: "/usr/local/texlive/2007/bin/i386-darwin/bibtex" %.aux
Makeindex: "/usr/local/texlive/2007/bin/i386-darwin/makeindex" %.idx
DVI Betrachter: open %.dvi
PS Betrachter: open %.ps
PdfLateX: "/usr/local/texlive/2007/bin/i386-darwin/pdflatex" -interaction=nonstopmode %.tex
Dvipdfm: "/usr/local/texlive/2007/bin/i386-darwin/dvipdfm" %.dvi
ps2pdf: "/usr/local/texlive/2007/bin/i386-darwin/ps2pdf" %.ps
PDF Betrachter: open %.pdf
metapost: "/usr/local/texlive/2007/bin/i386-darwin/mpost" --interaction nonstopmode
ghostscript: /usr/local/bin/gs
Post Reply