]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/help/C/sec_gettingstarted.html
Manual(s) fixed and committed to avoid rebuilding them in dune
[helm.git] / matita / matita / help / C / sec_gettingstarted.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 3. Getting started</title><link rel="stylesheet" type="text/css" href="docbook.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="Matita V0.99.5 User Manual (rev. 0.99.5 )" /><link rel="up" href="index.html" title="Matita V0.99.5 User Manual (rev. 0.99.5 )" /><link rel="prev" href="inst_from_src.html" title="Installing from sources" /><link rel="next" href="cicbrowser.html" title="Browsing and searching" /></head><body><a xmlns="" href="../../../"><div class="matita_logo"><img src="figures/matita.png" alt="Tiny Matita logo" /><span>Matita Home</span></div></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Getting started</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="inst_from_src.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="cicbrowser.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="sec_gettingstarted"></a>Chapter 3. Getting started</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="sec_gettingstarted.html#unicode">How to type Unicode symbols</a></span></dt><dt><span class="sect1"><a href="cicbrowser.html">Browsing and searching</a></span></dt><dd><dl><dt><span class="sect2"><a href="cicbrowser.html#browsinglib">Browsing the library</a></span></dt><dt><span class="sect2"><a href="cicbrowser.html#aboutproof">Looking at a proof under development</a></span></dt></dl></dd><dt><span class="sect1"><a href="authoring.html">Authoring</a></span></dt><dd><dl><dt><span class="sect2"><a href="authoring.html#compilation">How to compile a script</a></span></dt><dt><span class="sect2"><a href="authoring.html#authoringinterface">The authoring interface</a></span></dt></dl></dd></dl></div><p> If you are already familiar with the Calculus of (Co)Inductive
3   Constructions (CIC) and with interactive theorem provers with procedural
4   proof languages (expecially Coq), getting started with Matita is relatively
5   easy. You just need to learn how to type Unicode symbols, how to browse
6   and search the library and how to author a proof script.</p><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="unicode"></a>How to type Unicode symbols</h2></div></div></div><p>Unicode characters can be typed in several ways:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Using the "Ctrl+Shift+Unicode code" standard Gnome shortcut. E.g. Ctrl+Shift+3a9 generates "Ω".</p></li><li class="listitem"><p>Typing the ligature "\name" where "name"
7                      is a standard Unicode or LaTeX name for the character or an 
8                      ASCII art resembling the shape of the character. Pressing
9       "Alt+L" or Space or Enter just after the last character 
10       of the name converts
11       the ligature to the Unicode symbol. 
12       E.g. "\Delta" followed by Alt+L generates
13       "Δ", while pressing Alt-L after "=&gt;" generates
14       "⇒"</p></li><li class="listitem"><p>Typing a symbol and rotating trough its equivalence class
15                    with Alt-L. E.g. pressing Alt-L after an  "l"
16                    generates a "λ", while pressing Alt-L after an
17                    "→" once generates "⇉" and pressing
18                    Alt-L again generates "⇒".
19          </p></li></ul></div><p>
20     The comprehensive list of symbols names or shortcuts and their equivalence
21     classes is available clicking on the "TeX/UTF-8 table" item
22     of the "View" menu.
23     </p><p>
24             There is a memory mechanism related to equivalence classes that
25             remembers your last choice, making it the default one. For example,
26             if you use "_" to generate "⎻" 
27             (that is the third choice, after "⎽" and "⎼"), 
28             the next time you type Alt-L
29             after "_" you immediately get "⎻".
30     </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="inst_from_src.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="cicbrowser.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Installing from sources </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Browsing and searching</td></tr></table></div></body></html>