<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <tt>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:<br>
      <br>
      -e<br>
      $pdflatex=q/pdflatex -synctex=1 %O %S/<br>
      -pdfps<br>
      $fullname<br>
      <br>
      but two-way synchronization does not work.<br>
      <br>
      <br>
    </tt><br>
    On 8/20/2011 12:45 PM, Charlie Sharpsteen wrote:
    <blockquote
cite="mid:CAMEX5szCaFNjBdVUEqi0zgc90Yp3SDFi0hHPxW0=Z_gxb+EF3A@mail.gmail.com"
      type="cite">On Sat, Aug 20, 2011 at 7:32 AM, Per Ting <span
        dir="ltr"><<a moz-do-not-send="true"
          href="mailto:perting@gmail.com">perting@gmail.com</a>></span>
      wrote:<br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          Can latexmk go through both bibtex and makeindex via
          dvi>ps>pdf path and keep two-way synchronization between
          source and pdf file? What are the correct settings for this
          under preferences>typesetting on texworks 0.5 r862 under
          windows 7.<br>
          <br>
          Thanks</blockquote>
        <div><br>
        </div>
        <div>If using Windows and MiKTeX, you may want to use `texify`
          instead of `latexmk` as `latexmk` is a Perl script and will
          require that a Perl interpreter be installed.  Most UNIX/Linux
          boxes come with Perl pre-installed or make it trivial to
          obtain through a package manager---this is not the case for
          Windows.</div>
        <div><br>
        </div>
        <div>-Charlie</div>
      </div>
    </blockquote>
  </body>
</html>