TeX - LaTeX Asked by Geek On Acid on June 3, 2021
When I am trying to ‘quick build’ my document in TeXstudio 2.1 on Mac OS X 10.6.8, I am getting and error: could not start the command
(with ‘quick build’ options being LaTeX + DviPdf + PdfViewer). I know that this question has resonated across different forums:
and I realized that the key to solution is to set the right commands paths in options > configure texstudio > commands
– the image below shows exactly how I set it up. So I set ALL command paths to /usr/texbin/latex
, Now, the error disappears, TeXstudio starts the compilation process, but never finishes – it simply freezes in the compilation process.
I have to add I compiled the document in TeXShop and it works fine, so… it must be something I messed up with the command paths…
The following settings should work:
latex "/Library/TeX/texbin/latex" -synctex=1 -interaction=nonstopmode %.tex
dvips "/Library/TeX/texbin/dvips" -o %.ps %.dvi
ps2pdf "/usr/local/bin/ps2pdf" %.ps
MakeIndex "/Library/TeX/texbin/makeindex" %.idx
BiBTeX "/Library/TeX/texbin/bibtex" %.aux
pdfLaTeX "/Library/TeX/texbin/pdflatex" -synctex=1 -interaction=nonstopmode %.tex
dvipdf "/Library/TeX/texbin/dvipdfm" %.dvi
dvipng "/Library/TeX/texbin/dvipng" -T tight -D 120 %.dvi
Metapost "/Library/TeX/texbin/mpost" --interaction nonstopmode
DVI viewer open %.dvi
PS viewer open %.ps
PDF viewer open %.pdf
Ghostscript /usr/local/bin/gs "?am.ps"
Asymptote "/Library/TeX/texbin/asy" %.asy
If you have updated to a recent MacTeX and need to change them all at the same time, you can quit out of the app and edit the texstudio.ini
file which is stored in ~/.config/texstudio
. This is a plain text file and you can then do a global replace of the old path with /Library/TeX/texbin
.
If you are using any other TeX distribution, for example MacPorts or Fink, you will need to change /usr/texbin/
to the relevant path in that particular distribution. In MacPorts it is /opt/local/bin/
.
I would not recommend using such a distribution, however, as they are generally harder to keep updated.
Correct answer by Alan Munn on June 3, 2021
Note that old paths in /usr
are not valid anymore in Os X 10.11+. All paths starting with /usr/texbin/
should be changed to /Library/TeX/texbin/
.
Answered by Aydin on June 3, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP