[tex-live] texdoc in luatex
Akira Kakuto
kakuto at fsci.fuk.kindai.ac.jp
Sun Jul 1 11:41:37 CEST 2007
Hi Frank,
> -for path in string.gmatch(pathlist, "[^:]*") do
> +for path in string.gmatch(pathlist, "[^:;]*") do
>
> should do.
Unfortunately that does not work.
texdoclua -s bibtex
gives
Directories that match:
/usr/local/share/texmf/doc/bibtex/
/usr/local/share/texmf/doc/bibtex/base/
/usr/local/share/texmf/doc/bibtex8/
/usr/local/share/texmf/doc/bibtex8/base/
... ...
While in the case of
for path in string.gmatch(pathlist, "[^;]*") do
I correctly have
Directories that match:
c:/usr/local/share/texmf/doc/bibtex/
c:/usr/local/share/texmf/doc/bibtex/base/
c:/usr/local/share/texmf/doc/bibtex8/
c:/usr/local/share/texmf/doc/bibtex8/base/
... ...
Note that drive letter is absent in the former case.
You have to choose a different path separator
according to the kind of OS.
Thanks,
Akira
More information about the tex-live
mailing list