• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Aug-2021-

READMEH A D26-Mar-2020192 126

compiler.nwH A D20-Jul-2021241.5 KiB6,8446,140

README

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