[tex-live] texdoc error
Philip TAYLOR
P.Taylor at Rhul.Ac.Uk
Mon Sep 1 14:52:29 CEST 2008
OK, I turned on echoing in the .bat file,
and prepended (as instructed) a hyphen
at
> --[[ Prepend an additional hyphen to activate this code.
> for i=0, #command do
> print (command[i])
> end
> os.exit(ret)
> --]]
in
> tl-w32-wrapper.texlua
The resulting output came on four lines, which read :
> texlua
> "texlua"
> "d:/TeX/Live/2008/texmf/scripts/texlive/texdoc.tlu"
> "minitoc"
I merged these into a single line and tried, expecting
a problem because of the reduplicated "texlua". It
failed as expected. I then remove the string-quoted
"texlua", leaving :
> texlua "d:/TeX/Live/2008/texmf/scripts/texlive/texdoc.tlu" "minitoc"
and this worked.
Does that help at all ?
** Phil.
More information about the tex-live
mailing list