1The command
2
3    notangle -Rcmp.R compiler.nw
4
5extracts the file cmp.R to standard output.
6
7To build the pdf verison:
8
9    noweave -delay compiler.nw > compiler.tex
10    pdflatex compiler.tex
11
12