* Sam Liddicott wrote, On 27/07/09 11:21: > I think noweb should not exist as a class, but as a module; what if I > want to do a KOMA-script book with noweb fragments in?
I am now absolutely certain that noweb should be a module and not a class. I see however that noweb (literate) file format is important to exist so that noweave knows when to be called. This is not enough reason to have noweb as a format though, modules must also have the capability to be inserted into the output pipeline and make transformations. noweave should be called if the noweb module is used. - almost noweave should always be called if it exists! However I see that there is no conversion filter from Lyx -> Latex like there is from noweb -> latex However when add add a conversion filter from Lyx -> Latex I see that it is never called; is there a way to make this work? I would add a convertor which piped through awk to detect if noweb module was used. If so; it would re-invoke through noweave, or after so many lines of not finding the noweb module it would become pass-through. Sam