[texworks] inconsistens because of help-files?

Charlie Sharpsteen chuck at sharpsteen.net
Sat Aug 20 19:17:54 CEST 2011


On Sat, Aug 20, 2011 at 10:02 AM, Per Ting <perting at gmail.com> wrote:

> **
> I have perl installed on my windows machine, what I do not know is how to
> set up texworks to initiate latexmk (or texify) to go through dvi>ps>pdf
> path and keep two-way synchronization. I have tried latexmk with arguments:
>
> -e
> $pdflatex=q/pdflatex -synctex=1 %O %S/
> -pdfps
> $fullname
>
> but two-way synchronization does not work.
>

An answer[1] on tex.stackexchange.com suggests this setup for dvi->ps->pdf
using TeXworks and latexmk:

  -e
  $latex=q/latex -interaction=nonstopmode -synctex=1 %O %S/
  -e
  $dvips=q/dvips -P pdf -t a4 %O %S/
  -gg
  -pdfps
  $fullname

Does that work?

-Charlie

[1]
http://tex.stackexchange.com/questions/18936/configure-latexmk-in-texworks-0-2-3/18938#18938
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texworks/attachments/20110820/5beff3f1/attachment.html>


More information about the texworks mailing list