5.1. Weaving a document

5.1. Weaving a document

To create a plain document is easy. First, you should create a heading like this:
  @head(1,'My Document')
Now, you type some documentation. Like this:
  This is a document describing Interscript, which
  is a literate programming tool. You can use
  any characters you like in the document,
  such as ~!@#$%^&*(), with one exception:
  you should not start a documentation line with @ in
  column 1. The @ character in column 1 is used to flag a command.


5.1.1. Headings
5.1.2. Separating paragraphs
5.1.3. Line and Page breaks
5.1.4. Displaying code examples
5.1.5. Running Interscript