]> matita.cs.unibo.it Git - helm.git/blob - matita/help/C/matita.xml
tagged 0.5.0-rc1
[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 "1&alpha;">
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 simpleautoparam "<emphasis><link linkend='grammar.simpleautoparam'>simple_auto_param</link></emphasis>">
57 ]>
58
59 <?yelp:chunk-depth 3?>
60
61 <book id="matita_manual" lang="en">
62
63   <title>&app; V&appversion; User Manual (rev. &manrevision;)</title>
64
65   <bookinfo>
66
67     <copyright>
68       <year>2006</year>
69       <holder>The HELM team.</holder>
70     </copyright>
71
72     <authorgroup> 
73       <author> 
74         <firstname>Andrea</firstname> 
75         <surname>Asperti</surname> 
76         <affiliation> 
77           <address> <email>asperti@cs.unibo.it</email> </address> 
78         </affiliation> 
79       </author> 
80       <author> 
81         <firstname>Claudio</firstname> 
82         <surname>Sacerdoti Coen</surname> 
83         <affiliation> 
84           <address> <email>sacerdot@cs.unibo.it</email> </address> 
85         </affiliation> 
86       </author> 
87       <author> 
88         <firstname>Ferruccio</firstname> 
89         <surname>Guidi</surname> 
90         <affiliation> 
91           <address> <email>fguidi@cs.unibo.it</email> </address> 
92         </affiliation> 
93       </author>       
94       <author> 
95         <firstname>Enrico</firstname> 
96         <surname>Tassi</surname> 
97         <affiliation> 
98           <address> <email>tassi@cs.unibo.it</email> </address> 
99         </affiliation> 
100       </author> 
101       <author> 
102         <firstname>Stefano</firstname> 
103         <surname>Zacchiroli</surname> 
104         <affiliation> 
105           <address> <email>zacchiro@cs.unibo.it</email> </address> 
106         </affiliation> 
107       </author>
108     </authorgroup>
109
110     <legalnotice>
111       <para> Both &appname; and this document are free software, you can
112         redistribute them and/or modify them under the terms of the GNU General
113         Public License as published by the Free Software Foundation.  See <xref
114           linkend="sec_license" /> for more information. </para>
115     </legalnotice>
116
117     <revhistory>
118       <revision>
119         <revnumber>&manrevision;</revnumber>
120         <date>&date;</date>
121       </revision>
122     </revhistory>
123
124   </bookinfo>
125
126 <!-- ============= Document Body ============================= -->
127
128 &intro;
129 &install;
130 &gettingstarted;
131 &terms;
132 &usernotation;
133 &tacticals;
134 &tactics;
135 &declarative_tactics;
136 &othercommands;
137 &license;
138
139 </book>
140
141 <!-- CSC: valid element tags
142 <sect1 id="intro"> <title>Introduction</title> ...
143 <sect2 id="what"> <title>What is Matita?</title>
144 <para>
145 <note> <title>Note:</title> <para> ...
146 <footnote> <para> ...
147 <itemizedlist mark="opencircle">
148     <listitem>
149      <para>
150         The computer player for Iagno is easy to beat.
151      </para>
152     </listitem>
153  </itemizedlist>
154
155 <ulink type="http" url="http://www.gnome.org/gdp">
156 <email>itp@gnu.org</email>
157 <application>Matita</application>
158 <command>iagno</command> on the command line
159 <citetitle>Othello</citetitle>
160
161 <guimenuitem>Iagno</guimenuitem>
162 <guisubmenu>Games</guisubmenu>
163 <guibutton>none</guibutton>
164 <menuchoice> <guimenu>Settings</guimenu> <guisubmenu>Preferences </guisubmenu> </menuchoice>
165
166 <xref linkend="start-shot"/>. 
167 <figure id="start-shot">
168  <title>Starting Position</title>
169  <screenshot>
170    <mediaobject> 
171    <imageobject>
172  <imagedata fileref="figures/START.png" format="PNG" srccredit="Eric Baudais"/>
173   </imageobject>
174    <textobject> 
175      <phrase>Screenshot of the starting position.</phrase> 
176    </textobject> 
177  </mediaobject>
178  </screenshot>
179 </figure>
180
181 -->