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