On Tue, Feb 21, 2012 at 9:49 AM, Adam Frank <span dir="ltr"><<a href="mailto:phil.math.logic@gmail.com">phil.math.logic@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I've been using the Windows pre-installed TeXworks software for years and have become modestly fluent in it, but saw recently that it was version 0.3.0 when there's a version 0.4.something out there so I figured I'd try it, which meant downloading and installing.  However, now when I run it, it gives me an error about not having a Perl interpreter.  Well of course I don't--I don't even know what that is.  <div>


<br></div><div>So I've spent the last hour+ trying to figure out what I need to do.  I downloaded and installed TeXLive and latexmk, though not really understanding what any of this stuff is, and I still get the same error when I try to compile a LaTeX document. So... help?  I'm just really lost swimming in a sea of words and concepts I don't understand.<div>


<br></div><div>Thank you,</div><div>Adam</div></div>
</blockquote></div><br><div>This usually happens when your TeX compiler (drop down menu next to the typeset button) gets set to `latexmk` which is a Perl script for compiling TeX documents and re-compiling them until the indices and bibliographies are all present. Of course, this requires a Perl interpreter in order to work.</div>

<div><br></div><div>You probably want to set the compiler to something like `pdflatex` or `lualatex`.</div><div><br></div><div>-Charlie</div>