6 Jun
2006
6 Jun
'06
1:57 p.m.
On Tue, 6 Jun 2006, Taco Hoekwater wrote:
Aditya Mahajan wrote:
Hi, How does one generate module documentation? I copied mult-ini.tex to a temp directory and did
texmfstart texexec --modules mult-ini.tex
It seems that 'texutil -- documents' is not implemented yet in the ruby scripts, so you have to use the perl version instead (it is needed internally). This should do it:
texmfstart texutil.pl --documents mult-ini.tex texmfstart texexec --module mult-ini.tex
On Tue, 6 Jun 2006, Hans Hagen wrote:
ah, we have a new texutil noe (or actually, texutil is gone) ...
in texexec.rb replace:
job.runtexutil(ffname,"--documents", true)
by Kpse.runscript('ctxtools',ffname,'--document')
Thanks. Aditya