]> matita.cs.unibo.it Git - helm.git/blob - matita/help/C/matita.xml
matita 0.5.1 tagged
[helm.git] / matita / help / C / matita.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
5   <!ENTITY legal SYSTEM "legal.xml">
6   <!ENTITY license SYSTEM "sec_license.xml">
7   <!ENTITY install SYSTEM "sec_install.xml">
8   <!ENTITY gettingstarted SYSTEM "sec_gettingstarted.xml">
9   <!ENTITY intro SYSTEM "sec_intro.xml">
10   <!ENTITY terms SYSTEM "sec_terms.xml">
11   <!ENTITY tacticals SYSTEM "sec_tacticals.xml">
12   <!ENTITY tactics SYSTEM "sec_tactics.xml">
13   <!ENTITY declarative_tactics SYSTEM "sec_declarative_tactics.xml">
14   <!ENTITY othercommands SYSTEM "sec_commands.xml">
15   <!ENTITY usernotation SYSTEM "sec_usernotation.xml">
16
17   <!ENTITY tacticref SYSTEM "tactics_quickref.xml">
18   <!ENTITY declarativetacticref SYSTEM "declarative_tactics_quickref.xml">
19
20   <!ENTITY manrevision SYSTEM "version.txt">
21   <!ENTITY date "12/07/2006">
22   <!ENTITY app "<application>Matita</application>">
23   <!ENTITY appname "Matita">
24   <!ENTITY appversion SYSTEM "version.txt">
25
26   <!ENTITY TODO "<emphasis>TODO</emphasis>">
27   <!ENTITY MYSQL "<application> <ulink type='http'
28       url='http://www.mysql.com'>MySQL</ulink> </application>">
29   <!ENTITY Sqlite "<application> <ulink type='http'
30       url='http://www.sqlite.org'>Sqlite</ulink> </application>">
31
32   <!-- Entities for BNF -->
33   <!ENTITY id "<emphasis><link linkend='grammar.id'>id</link></emphasis>">
34   <!ENTITY uri "<emphasis><link linkend='grammar.uri'>uri</link></emphasis>">
35   <!ENTITY char "<emphasis><link linkend='grammar.char'>char</link></emphasis>">
36   <!ENTITY uri-step "<emphasis><link linkend='grammar.uri-step'>uri-step</link></emphasis>">
37   <!ENTITY nat "<emphasis><link linkend='grammar.nat'>nat</link></emphasis>">
38   <!ENTITY term "<emphasis><link linkend='grammar.term'>term</link></emphasis>">
39   <!ENTITY rec_def "<emphasis><link linkend='grammar.rec_def'>rec_def</link></emphasis>">
40   <!ENTITY match_pattern "<emphasis><link linkend='grammar.match_pattern'>match_pattern</link></emphasis>">
41   <!ENTITY match_branch "<emphasis><link linkend='grammar.match_branch'>match_branch</link></emphasis>">
42   <!ENTITY args "<emphasis><link linkend='grammar.args'>args</link></emphasis>">
43   <!ENTITY args2 "<emphasis><link linkend='grammar.args2'>args2</link></emphasis>">
44   <!ENTITY sterm "<emphasis><link linkend='grammar.sterm'>sterm</link></emphasis>">
45   <!ENTITY intros-spec "<emphasis><link linkend='grammar.intros-spec'>intros-spec</link></emphasis>">
46   <!ENTITY pattern "<emphasis><link linkend='grammar.pattern'>pattern</link></emphasis>">
47   <!ENTITY reduction-kind "<emphasis><link linkend='grammar.reduction-kind'>reduction-kind</link></emphasis>">
48   <!ENTITY path "<emphasis><link linkend='grammar.path'>path</link></emphasis>">
49   <!ENTITY proofscript "<emphasis><link linkend='grammar.proofscript'>proof-script</link></emphasis>">
50   <!ENTITY proofstep "<emphasis><link linkend='grammar.proofstep'>proof-step</link></emphasis>">
51   <!ENTITY tactic "<emphasis><link linkend='grammar.tactic'>tactic</link></emphasis>">
52   <!ENTITY LCFtactical "<emphasis><link linkend='grammar.LCFtactical'>LCF-tactical</link></emphasis>">
53   <!ENTITY qstring "<emphasis><link linkend='grammar.qstring'>qstring</link></emphasis>">
54   <!ENTITY interpretation "<emphasis><link linkend='grammar.interpretation'>interpretation</link></emphasis>">
55   <!ENTITY autoparams "<emphasis><link linkend='grammar.autoparams'>auto_params</link></emphasis>">
56   <!ENTITY justification "<emphasis><link linkend='grammar.justification'>justification</link></emphasis>">
57   <!ENTITY simpleautoparam "<emphasis><link linkend='grammar.simpleautoparam'>simple_auto_param</link></emphasis>">
58 ]>
59
60 <?yelp:chunk-depth 3?>
61
62 <book id="matita_manual" lang="en">
63
64   <title>&app; V&appversion; User Manual (rev. &manrevision;)</title>
65
66   <bookinfo>
67
68     <copyright>
69       <year>2006</year>
70       <holder>The HELM team.</holder>
71     </copyright>
72
73     <authorgroup> 
74       <author> 
75         <firstname>Andrea</firstname> 
76         <surname>Asperti</surname> 
77         <affiliation> 
78           <address> <email>asperti@cs.unibo.it</email> </address> 
79         </affiliation> 
80       </author> 
81       <author> 
82         <firstname>Claudio</firstname> 
83         <surname>Sacerdoti Coen</surname> 
84         <affiliation> 
85           <address> <email>sacerdot@cs.unibo.it</email> </address> 
86         </affiliation> 
87       </author> 
88       <author> 
89         <firstname>Ferruccio</firstname> 
90         <surname>Guidi</surname> 
91         <affiliation> 
92           <address> <email>fguidi@cs.unibo.it</email> </address> 
93         </affiliation> 
94       </author>       
95       <author> 
96         <firstname>Enrico</firstname> 
97         <surname>Tassi</surname> 
98         <affiliation> 
99           <address> <email>tassi@cs.unibo.it</email> </address> 
100         </affiliation> 
101       </author> 
102       <author> 
103         <firstname>Stefano</firstname> 
104         <surname>Zacchiroli</surname> 
105         <affiliation> 
106           <address> <email>zacchiro@cs.unibo.it</email> </address> 
107         </affiliation> 
108       </author>
109     </authorgroup>
110
111     <legalnotice>
112       <para> Both &appname; and this document are free software, you can
113         redistribute them and/or modify them under the terms of the GNU General
114         Public License as published by the Free Software Foundation.  See <xref
115           linkend="sec_license" /> for more information. </para>
116     </legalnotice>
117
118     <revhistory>
119       <revision>
120         <revnumber>&manrevision;</revnumber>
121         <date>&date;</date>
122       </revision>
123     </revhistory>
124
125   </bookinfo>
126
127 <!-- ============= Document Body ============================= -->
128
129 &intro;
130 &install;
131 &gettingstarted;
132 &terms;
133 &usernotation;
134 &tacticals;
135 &tactics;
136 &declarative_tactics;
137 &othercommands;
138 &license;
139
140 </book>
141
142 <!-- CSC: valid element tags
143 <sect1 id="intro"> <title>Introduction</title> ...
144 <sect2 id="what"> <title>What is Matita?</title>
145 <para>
146 <note> <title>Note:</title> <para> ...
147 <footnote> <para> ...
148 <itemizedlist mark="opencircle">
149     <listitem>
150      <para>
151         The computer player for Iagno is easy to beat.
152      </para>
153     </listitem>
154  </itemizedlist>
155
156 <ulink type="http" url="http://www.gnome.org/gdp">
157 <email>itp@gnu.org</email>
158 <application>Matita</application>
159 <command>iagno</command> on the command line
160 <citetitle>Othello</citetitle>
161
162 <guimenuitem>Iagno</guimenuitem>
163 <guisubmenu>Games</guisubmenu>
164 <guibutton>none</guibutton>
165 <menuchoice> <guimenu>Settings</guimenu> <guisubmenu>Preferences </guisubmenu> </menuchoice>
166
167 <xref linkend="start-shot"/>. 
168 <figure id="start-shot">
169  <title>Starting Position</title>
170  <screenshot>
171    <mediaobject> 
172    <imageobject>
173  <imagedata fileref="figures/START.png" format="PNG" srccredit="Eric Baudais"/>
174   </imageobject>
175    <textobject> 
176      <phrase>Screenshot of the starting position.</phrase> 
177    </textobject> 
178  </mediaobject>
179  </screenshot>
180 </figure>
181
182 -->