The first thing you need to do to create a document is to build an outline.

 

You can do so by creating a simple structure and calling parameters or files that will refer to each Article in your document.

 

For example:

 

 

            Ti=My document

           

            1.sec={Article1}

            2.sec={Article2}

            3.sec={Article3}

           

           

Or you can refer to external files:

 

 

            Ti=My document

           

            1.=[Doc/Article1.md]

            2.=[Doc/Article2.md]

            3.=[Doc/Article3.md]

 

 

You can then build each article independently and according to what is needed.

 

A few additional templates from the Z directory will help you with formatting at this stage:

 

á      Z/Agt/0.md provides a standard format for a contract

Typically contracts are between 2 or more parties, and include a description of who they are, why they are entering into an agreement, how they will work together, and include a few appendixes to specify details.

So Z/Agt/0/0.md offers this framework with a Header, reference to parties Among.= and the why of the contract Why.= etc...

 

á      And then it can be adapted by country (for language, date and addresses formats, and some specificities on how contracts are presented) by refering to Z/Agt/FR/0.md or Z/Agt/US/0.md. Each of these files building on top of the Z/Agt/0/0.md