> I could confirm some of the warnings new in 1.22.1 remain in cvs > code. See attached log
The warnings examples/mom-pdf.mom:6: can't transparently output node at top level are expected, AFAIK. I can imagine that make emits a line: expect some warnings about `output nodes' as a guide to the reader of the log file. This, however: examples/typesetting.mom:302: warning: can't find font `NB' examples/typesetting.mom:303: warning: can't find font `NR' must not happen. Deri, Peter, any ideas how teo fix this? Maybe guarding this part in `typesetting.mom' with an if-clause which tests the availability of font family `N'? Werner