-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclp.texi
65 lines (45 loc) · 1.16 KB
/
clp.texi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
\input texinfo
@setfilename clp.info
@settitle COHERENT LOGIC PROVER (clp)
@copying
This manual if for clp (coherent logic prover) version 0.10
Copyright @copyright{} 2011 Dag Hovland
@end copying
@titlepage
@title Manual for Coherent Logic Prover (clp)
@author Dag Hovland
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top Usage
@insertcopying
@end ifnottex
@menu
* First Chapter:: Invoking clp
* Second Chapter:: The format
* Third Chapter:: Coherent Logic
* Index:: Index
@end menu
@node First Chapter, Second Chapter, Top, Top
@chapter First Chapter
@cindex first chapter
@cindex chapter, first
A coherent theory can be given on standard input, or you can provide the file names of one or more text files containing coherent theories
@node Second Chapter, Third Chapter, First Chapter, Top
@chapter Second Chapter
@cindex second chapter
@cindex chapter, second
See CL.pl documentation or John Fisher's documentation
@node Third Chapter, Index, Second Chapter, Top
@chapter Third Chapter
@cindex third chapter
@cindex chapter, third
@node Index,, Third Chapter, Top
@unnumbered Index
@cindex index
@printindex cp
@bye