% -*- mode: Noweb; noweb-code-mode: scheme-mode -*- % Noweb sample file, the first one \input in NW_CONTENTS \chapter{First sample chapter} Here you've got some code: <>= (define identity (lambda (x) x)) @ %def identity More text.