Texmaker and TeXstudio ⇒ Setting up the Texmaker commands
Setting up the Texmaker commands
nvm sorted it out
Last edited by tweeg on Wed Jun 25, 2008 8:31 pm, edited 1 time in total.
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
Hi tweeg,
You mentioned TeXshop - perhaps do you mean MacTeX, not MiKTeX?
Stefan
which version of MiKTeX do you use? Which is your MiKTeX directory?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.
You mentioned TeXshop - perhaps do you mean MacTeX, not MiKTeX?
Stefan
LaTeX.org admin
Re: Setting up the Texmaker commands
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
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