Introduction

     Every piece of software needs documentation for it to be used by anyone
other than the author.  This seems to be the way most people think, but yet a
significant proportion of them don't bother to properly organize a reference
of any sort for their programs.  That is the thought that prompted the
creation of MC (the Manual Compiler).  Using this program, a person can
quickly and neatly create a viable documentation, complete with paginating
for convenient printing, section numbering for easy reference, a table of
contents and many other features.  As a result of this, more people can see
the full benefits of your programs and hopefully keep them in mind for an
extended period of time.

%SECTION%Why?

     Most of the authors out there cannot afford to buy a word-processor that
has the specific features included in MC.  Some of professional packages out
there run $100 and upwards.  Instead of breaking the bank paying for something
you may only use half a dozen times, you can use this free package to create
manuals.  Just use it for however long you want- there's an umlimited trial
period- and then get back to the author with your comments and suggestions.
That's it.  If you use it in a commercial product, there's a small fee, but
it's still saving you so much money.  Basically, use this as long as you want,
for whatever purposes you want.

%SECTION%Revisions

v1.00b - First release, nearly bug-free
  .01b - Added %CENTER%/%CENTRE% tokens for centering of lines
       - Added %NEWSECTION% token for multiple sections per file
       - Revised the manual a bit
  .02b - Allowed multi-line headers/footers, uses the %CENTER% token instead
         of CenterHeader and CenterFooter
       - Removed unnecessary "Writing TOC header" message
  .03  - First non-beta release.
       - Small optimizations
  .04  - Added user-definable macros
       - Checked for centered lines >79 chars.