General ⇒ latexmk.exe: The Perl interpreter could not be found.
latexmk.exe: The Perl interpreter could not be found.
Strawberry Perl is installed
OS:Win7
Texworks ver 4.0
The same verson runs latexmk unproblematically on XP.
This may be a known issue:
http://code.google.com/p/texworks/issues/detail?id=24
What's wrong and how can I get latexmk running?
Latex editor of choice: TexWorks (for dual view feature)
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: latexmk.exe: The Perl interpreter could not be found.
I have Strawberry Perl installed and have verified the versions of both it and latexmk using "perl -v" and "latexmk -v" at the command line.
But whe it comes to compiling a tex file in texmaker 3.0.2 using latexmk, I get the same error message:
"The perl interpreter could not be found"
Re: latexmk.exe: The Perl interpreter could not be found.
Don't use strawberry perl!
Pretty sure it has to do with the folder where the pearl is installed. latexmk expects it to be in C:\perl\bin and not in C:\strawberry\perl\bin
I guess you could change the perl distribution (as I did) or try to find all the calls of perl in latexmk.
latexmk.exe: The Perl interpreter could not be found.
Ah, very good.tafi wrote:I guess you could change the perl distribution (as I did) or try to find all the calls of perl in latexmk.
I understand the change distribution solution; but what about the "find all the calls of perl in latexmk solution" - what does that mean and how do I do that? Thanks!
Latex editor of choice: TexWorks (for dual view feature)