TeX Live and MacTeX ⇒ TexLive 2009 "runscript.dll no such file or directory"
TexLive 2009 "runscript.dll no such file or directory"
The installation passed normally, however there is something wrong with it. When I try to run the TeXWorks editor or DVIout viewer, it always crashes with "runscript.dll no such file or directory"
I am an administrator on the laptot and I ran the install-tl.bat as an administrator. Pdflatex seems working.
Could anybody please help me?
Thanks,
Jan
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
TexLive 2009 "runscript.dll no such file or directory"
Cheers,
Tomek
Re: TexLive 2009 "runscript.dll no such file or directory"
I dont know where is problem, but I have not any texlive-scripts.win32 package instaled. (I used full install from web 17.3.2010)
There is only texlive-scripts package.
I use updated TeXLive Manager 2009, and full install before.
So if there is not texlive-scripts.win32 package, nothing could be updated ?
I use mirror: mirror.ctan.org ...
Thank You, Pavel
Manually creating of directories works fine.
Re: TexLive 2009 "runscript.dll no such file or directory"
I have the same problem.
I installed TeX Live today, via Internet.
I dont understand what is meant with this:
"For texworks make sure that there exists directory:
kpsewhich -var-value TEXMFCONFIG
"
Thanks in advance
S
TexLive 2009 "runscript.dll no such file or directory"
Code: Select all
for /f "tokens=1,2 delims=;" %P in ('kpsewhich -expand-var="$TEXMFCONFIG;$TEXMFVAR"') do (md "%P" & md "%Q")
Tomek