5.1.5. Running Interscript

Well, you should try an example file. To process a file we'll say:
  python iscr.py --weaver=html example.pak
where 'example.pak' is the name of the Interscript document. This will create a single file "example.html". Try it!

If you prefer HTML split into lots of little pages, try:

  python iscr.py --weaver=web example.pak
This produces a file "example_top.html", and a number of auxiliary files, and a file for each heading.

You can also generate latex2e and plain text with the commands:

  python iscr.py --weaver=latex example.pak
which produces a file "example.tex", and,
  python iscr.py --weaver=text example.pak
which produces a file example.txt. you can put more than one file name at the end too. Each such document will be processed separately.
5.1.5.1. Option help
5.1.5.2. Passes
5.1.5.3. Tangling parts