On Thu, Apr 25, 2002 at 03:41:47PM -0700, Kayvan A. Sylvan wrote: > Are the Literate Programming convertors set up by default? I know a lot of > other convertors have been added recently. Are the "literate" and "Program" > conversions installed by default?
Currently, we only define a literate (nw) -> latex converter, but without log parsing: \converter literate latex "noweave -delay -index $$i > $$o" "" Can you make a patch that adds literate->program converter, and add log parsing to the literate->latex converter ? Maybe I'll do it, but I don't know what should be used since I don't use the literate classes. Currently I have for testing purposes \converter literate latex "noweave -delay -index $$i >$$o" "parselog=listerrors g" \converter literate program "noweb_build $$i" "originaldir,parselog=listerrors g" where noweb_build is the following script: #!/usr/bin/tcsh cp $1 . notangle -Rbuild-script $1:t | sh