blob: b0318fc45aade3deb28c3241b508ea4c2a90c351 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
To install:
1. edit the Makefile as needed
2. "make"
3. "make install"
This installs the MWEB system and the WEBFILES package. You may need
to perform step 3 as root if you want to install in system
directories.
An example is provided in the files
example.web : MWEB document
ctest.web : CWEB document
ctest.tex : cweave output from ctest.web
driver.tex : driver for printing example with LaTeX
This example should work with TeX and LaTeX.
With TeX:
mweave example
tex example
With LaTeX:
mweave example
latex driver
The rationale for all this can be found in the documentation. If you
have problems with tex/latex, read the comments at the beginning of
example.web.
Mark Potse M.Potse@amc.uva.nl
Medical Physics Department,
Academic Medical Center
Meibergdreef 15,
1105 AZ Amsterdam,
The Netherlands
|