From: Enrico Tassi Date: Tue, 27 Jan 2009 15:13:53 +0000 (+0000) Subject: maction, mpadded and mstyle added to documentation X-Git-Tag: make_still_working~4229 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=04133d1b68fbde1fada8fe793eea265e8849af8d;p=helm.git maction, mpadded and mstyle added to documentation --- diff --git a/helm/software/matita/dist/ChangeLog b/helm/software/matita/dist/ChangeLog index 46609ad4c..635e0574c 100644 --- a/helm/software/matita/dist/ChangeLog +++ b/helm/software/matita/dist/ChangeLog @@ -1,4 +1,6 @@ 0.5.7 - .../01/2009 - Pàdoa release + * maction support added to output notation (adopted for "=" that + expands to "= \sub T" to show the equality type) * generation of derived lemmas rewritten to be based on hooks that are triggered every definition * composition of coercions fixed, more composite are generated diff --git a/helm/software/matita/help/C/sec_usernotation.xml b/helm/software/matita/help/C/sec_usernotation.xml index 66952a814..d6a971a46 100644 --- a/helm/software/matita/help/C/sec_usernotation.xml +++ b/helm/software/matita/help/C/sec_usernotation.xml @@ -414,6 +414,7 @@ List of layouts separated by sep (default: any blank) + | @@ -422,6 +423,33 @@ Non empty list of layouts separated by sep (default: any blank) + + + + | + mstyle &id; value (&layout;) + + Style attributes like color #ff0000 + + + + + | + mpadded &id; value (&layout;) + + padding attributes like width -150% + + + + + | + maction (&layout;) + [ (&layout;) … ] + + Alternative notations (output only) + + +