Program invocation as: 
---------------------------------------------------------------------
./ArgoCLP theorem_number axioms_file

"theorem_number" is integer number N of the theorem in folder "theorems"

"axioms_file" is the name of the file which contains axioms 
(axioms.txt, axioms_hilbert.txt, axioms_borsuk.txt, axioms_tarski.txt)

List of all axioms used in program (given and derived)
will be generated in file: all_axioms.txt

Examples of theorems are provided with program. Key words "premises" 
and "conclusions" are obligatory. Name of the theorem follows simbol #, 
and it is given after the line which contains key word "premises". 
Comment line starts with simbol %. 

If the theorem is proved, Isar proof and proof in natural language form
is generated and placed in the directory "proofs", along with optimized version
of the proofs. Folder "proofs" contains argoclp.sty file used for building
pdf files containing the proof in natural language form. 

File "menu.conf" contains values of the flags which control the use of axioms
during proving process. Flags are the following:

- equality - if use of equalities is enabled
- excluded_middle - if use of excluded middle axioms is enabled
- branching_only_primitive - excluded middle is required only on primitive predicates
- superproductive_last - the counter is incremented before using of the
  superproductive axioms
- axioms_consisting_theorem_relations - if we want to use only axioms which contain
  at least one predicate from the statement of the conjecture
- axioms_consisting_theorem_relations_only  - if we want to use axioms which contain
  only predicates from the statement of the conjecture
- nonproductive_non_sentinel - nonproductive axioms may be used always, independently
  of the value of the counter
- ax_ex_mid_non_sentinel - excluded middle axioms may be used always, independently
  of the value of the counter

