Texmaker and TeXstudioTexmakerX won't compile

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
dingo_d
Posts: 3
Joined: Tue Nov 17, 2009 9:26 pm

TexmakerX won't compile

Post by dingo_d »

Hello!

Since my LEd decided to crash each time I tried to build dvi (I updated to MIKTeX 2.9) I decided to give TexmakerX a chance. It looks nice, and I love autocomplete, but the problem is I can't compile :\

I have set the options so that quick build makes Latex+dvipdfm+view PDF, and when I press quick build it gives me this error:

Code: Select all

Error: could not start the command: dvipdf %.dvi
which is also kinda weird because it should have been dvipdfm.

Anybody knows how to fix this? I tried first making dvi and then in cmd manually dvipdfm and that works, but it seems kinda pointless having that option in the program, no?

Thanks

Recommended reading 2024:

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

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

benibela
Posts: 97
Joined: Thu Aug 09, 2007 8:13 pm

Re: TexmakerX won't compile

Post by benibela »

TexmakerX doesn't distinguish between dvipdf and dvipdfm, so if you select the quickbuild command with "dvipdfm" in it, it will call the command with the name "dvipdf" in the command list.
So if you want to run dvipdfm, you have to add the m to dvipdf on the command list page in the config dialog
dingo_d
Posts: 3
Joined: Tue Nov 17, 2009 9:26 pm

Re: TexmakerX won't compile

Post by dingo_d »

Sorry for the late reply, I added m and it works now :D Thanks ^^
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

TexmakerX won't compile

Post by localghost »

ding_d wrote:[…] I added m and it works now […]
Then please mark the topic accordingly as clearly written in Section 3 of the Board Rules (to be read before posting).


Thorsten
Post Reply