# HG changeset patch # User wenzelm # Date 1451505008 -3600 # Node ID 74709e9c4f1776fe50f7c3d80801f46e55b1ec5e # Parent 133a8a888ae89d72e1e91ec80bd7117aaf1ae823 clarified print modes: Isabelle symbols are used by default, but "latex" mode needs to be for some syntax forms; more standard spacing for big operators; diff -r 133a8a888ae8 -r 74709e9c4f17 src/Doc/Main/Main_Doc.thy --- a/src/Doc/Main/Main_Doc.thy Wed Dec 30 20:30:42 2015 +0100 +++ b/src/Doc/Main/Main_Doc.thy Wed Dec 30 20:50:08 2015 +0100 @@ -101,8 +101,8 @@ @{text[source]"x \ y"} & @{term"x < y"}\\ @{text[source]"x \ y"} & @{term"inf x y"}\\ @{text[source]"x \ y"} & @{term"sup x y"}\\ -@{text[source]"\ A"} & @{term"Sup A"}\\ -@{text[source]"\ A"} & @{term"Inf A"}\\ +@{text[source]"\A"} & @{term"Sup A"}\\ +@{text[source]"\A"} & @{term"Inf A"}\\ @{text[source]"\"} & @{term[source] top}\\ @{text[source]"\"} & @{term[source] bot}\\ \end{supertabular} @@ -139,10 +139,10 @@ @{term[source]"A \ B"} & @{term[source]"B < A"}\\ @{term"{x. P}"} & @{term[source]"Collect (\x. P)"}\\ @{text"{t | x\<^sub>1 \ x\<^sub>n. P}"} & @{text"{v. \x\<^sub>1 \ x\<^sub>n. v = t \ P}"}\\ -@{term[mode=xsymbols]"UN x:I. A"} & @{term[source]"UNION I (\x. A)"} & (\texttt{UN})\\ -@{term[mode=xsymbols]"UN x. A"} & @{term[source]"UNION UNIV (\x. A)"}\\ -@{term[mode=xsymbols]"INT x:I. A"} & @{term[source]"INTER I (\x. A)"} & (\texttt{INT})\\ -@{term[mode=xsymbols]"INT x. A"} & @{term[source]"INTER UNIV (\x. A)"}\\ +@{term[source]"\x\I. A"} & @{term[source]"UNION I (\x. A)"} & (\texttt{UN})\\ +@{term[source]"\x. A"} & @{term[source]"UNION UNIV (\x. A)"}\\ +@{term[source]"\x\I. A"} & @{term[source]"INTER I (\x. A)"} & (\texttt{INT})\\ +@{term[source]"\x. A"} & @{term[source]"INTER UNIV (\x. A)"}\\ @{term"ALL x:A. P"} & @{term[source]"Ball A (\x. P)"}\\ @{term"EX x:A. P"} & @{term[source]"Bex A (\x. P)"}\\ @{term"range f"} & @{term[source]"f ` UNIV"}\\ @@ -459,8 +459,8 @@ @{term "atLeastLessThan x y"} & @{term[source] "atLeastLessThan x y"}\\ @{term "greaterThanAtMost x y"} & @{term[source] "greaterThanAtMost x y"}\\ @{term "atLeastAtMost x y"} & @{term[source] "atLeastAtMost x y"}\\ -@{term[mode=xsymbols] "UN i:{..n}. A"} & @{term[source] "\ i \ {..n}. A"}\\ -@{term[mode=xsymbols] "UN i:{.. i \ {..i\n. A"} & @{term[source] "\i \ {..n}. A"}\\ +@{term[source] "\ii \ {.."} instead of @{text"\"}}\\ @{term "setsum (%x. t) {a..b}"} & @{term[source] "setsum (\x. t) {a..b}"}\\ @{term "setsum (%x. t) {a..x. t) {a..