From: Ferruccio Guidi Date: Wed, 18 May 2016 15:35:39 +0000 (+0000) Subject: bugfix ind docbook code for the relise of matita 0.99.3 X-Git-Tag: make_still_working~592 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=fb76056b48cfe5b38fdfae958fd715a22f052950;p=helm.git bugfix ind docbook code for the relise of matita 0.99.3 --- diff --git a/matita/matita/help/C/sec_commands.xml b/matita/matita/help/C/sec_commands.xml index 6c9ad43af..919f71451 100644 --- a/matita/matita/help/C/sec_commands.xml +++ b/matita/matita/help/C/sec_commands.xml @@ -352,8 +352,8 @@ interpretation that was active when the file s was compiled last time is made active. The same happens for declarations of - default definitions and - theorems and disambiguation + disambiguation hints (aliases). On the contrary, theorem and definitions declared in a file can be immediately used without including it. @@ -534,7 +534,6 @@ - --> universe constraint diff --git a/matita/matita/help/C/sec_tactics.xml b/matita/matita/help/C/sec_tactics.xml index 2ac2cfc65..82802e239 100644 --- a/matita/matita/help/C/sec_tactics.xml +++ b/matita/matita/help/C/sec_tactics.xml @@ -11,7 +11,7 @@ - @ + apply @ @t @@ -52,7 +52,7 @@ - // + auto // /params/ @@ -94,7 +94,7 @@ - # + intro # #H @@ -132,7 +132,7 @@ - #_ + intro_clear #_ #_ @@ -168,7 +168,7 @@ - ## + macro_input ## ## @@ -198,7 +198,7 @@ - - + clear - -H @@ -239,7 +239,7 @@ - % + constructor % %n {args} @@ -279,7 +279,7 @@ - * + decompose * * as H @@ -326,7 +326,7 @@ - > + rewrite > > p patt diff --git a/matita/matita/help/C/sec_usernotation.xml b/matita/matita/help/C/sec_usernotation.xml index e141bd859..2972f8cb6 100644 --- a/matita/matita/help/C/sec_usernotation.xml +++ b/matita/matita/help/C/sec_usernotation.xml @@ -2,7 +2,7 @@ Extending the syntax - Introduction: &TODO; + notation notation diff --git a/matita/matita/help/C/tactics_quickref.xml b/matita/matita/help/C/tactics_quickref.xml index 12e450fdf..6da96f66d 100644 --- a/matita/matita/help/C/tactics_quickref.xml +++ b/matita/matita/help/C/tactics_quickref.xml @@ -5,115 +5,97 @@ &tactic; ::= - - - # - - - id - - + @ sterm | - - - ## - - + applyS sterm auto_params | - - #_ + + assumption | - % [nat] [{sterm…}] - - - - | - - * - [as id] - + /auto_params/. | - -id + cases + term pattern | - /auto_params/. - - - - | - [<|>] sterm pattern + change pattern with sterm | - @ sterm + + -id + | - applyS sterm auto_params + % [nat] [{sterm…}] | - - - assumption - - + cut sterm | - cases - term pattern + * + [as id] | - change pattern with sterm + destruct + [(id…)] [skip (id…)] | - cut sterm + elim sterm pattern | - destruct - [(id…)] [skip (id…)] + generalize pattern | - elim sterm pattern + + # + + id + + | - generalize pattern + + #_ + @@ -133,12 +115,24 @@ | letin id ≝ sterm + + + | + + ## + + | normalize pattern [nodelta] + + + | + [<|>] sterm pattern + |