[texworks] LaTeXmk
Herbert Schulz
herbs at wideopenwest.com
Sun Feb 6 13:49:45 CET 2011
On Feb 6, 2011, at 12:31 AM, Sivasubramani S wrote:
> Hi,
> I am using LaTeXmk tool in Tw. I have given argument as -pdfdvi. I
> would like to change the default dvipdf to dvipdfm or dvipdfmx.
> Let me know how to do it in LaTeXmk
Howdy,
You should build a new Tool that basically runs the command line
latexmk -pdfdvi -e '$dvipdf = "dvipdfm %O -o %D %S";' file.tex
I think the lines in the Tool should be something like
latexmk
-pdfdvi
-e
'$dvipdf = "dvipdfm %O -o %D %S";'
$fullname
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
More information about the texworks
mailing list