From 04133d1b68fbde1fada8fe793eea265e8849af8d Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 27 Jan 2009 15:13:53 +0000 Subject: [PATCH] maction, mpadded and mstyle added to documentation --- helm/software/matita/dist/ChangeLog | 2 ++ .../matita/help/C/sec_usernotation.xml | 28 +++++++++++++++++++ 2 files changed, 30 insertions(+) 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) + + + -- 2.39.2