From f8df994ee797909ba5567811f6d278da4e225f83 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Fri, 23 Apr 2004 09:00:10 +0000 Subject: deleted coq x symbols doc in CHANGES. --- coq/README | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'coq/README') diff --git a/coq/README b/coq/README index 97ea8ec8..dc0bd3bc 100644 --- a/coq/README +++ b/coq/README @@ -46,20 +46,22 @@ Grammar for x-symbols: connectives /\, \/, etc. See the X-Symbol char table for details. a symbol is encoded only if - - preceded by _ or some space or some symbol + - preceded by _ or ' or some space or some symbol **and** - - followed by _ or some space or some symbol + - followed by _ or ' or some space or some symbol Grammar for sub/superscript: - a double _ introduces a subscript that ends at the first space - a double ^ introduces a superscript that ends at the first space - - a _ followed by { introduces a subscript - expression that ends at the first } - - a ^ followed by { introduces a superscript - expression that ends at the first } + - a , followed by { introduces a subscript expression that ends at + the first } (_{...} was not possible due to coq notation mechanism) + - a ^ followed by { introduces a superscript expression that ends + at the first } + + See example-x-symbols.v in this directory for examples. ======================================== -- cgit v1.2.3