# HG changeset patch # User nipkow # Date 1636275257 -3600 # Node ID d274100827b09729888517ee2362f77ca7baaa0d # Parent 925b46043b843623bc1706ddb7d933bf6d5323f1 tuned page breaks diff -r 925b46043b84 -r d274100827b0 src/Doc/Main/Main_Doc.thy --- a/src/Doc/Main/Main_Doc.thy Sat Nov 06 19:47:56 2021 +0100 +++ b/src/Doc/Main/Main_Doc.thy Sun Nov 07 09:54:17 2021 +0100 @@ -91,7 +91,7 @@ Available via \<^theory_text>\unbundle lattice_syntax\. -\begin{tabular}{@ {} l @ {\quad$\equiv$\quad} l @ {}} +\begin{supertabular}{@ {} l @ {\quad$\equiv$\quad} l @ {}} @{text[source]"x \ y"} & \<^term>\x \ y\\\ @{text[source]"x \ y"} & \<^term>\x < y\\\ @{text[source]"x \ y"} & \<^term>\inf x y\\\ @@ -100,7 +100,7 @@ @{text[source]"\A"} & \<^term>\Sup A\\\ @{text[source]"\"} & @{term[source] top}\\ @{text[source]"\"} & @{term[source] bot}\\ -\end{tabular} +\end{supertabular} \section*{Set} @@ -232,7 +232,7 @@ \section*{Relation} -\begin{tabular}{@ {} l @ {~::~} l @ {}} +\begin{supertabular}{@ {} l @ {~::~} l @ {}} \<^const>\Relation.converse\ & @{term_type_only Relation.converse "('a * 'b)set \ ('b*'a)set"}\\ \<^const>\Relation.relcomp\ & @{term_type_only Relation.relcomp "('a*'b)set\('b*'c)set\('a*'c)set"}\\ \<^const>\Relation.Image\ & @{term_type_only Relation.Image "('a*'b)set\'a set\'b set"}\\ @@ -250,7 +250,7 @@ \<^const>\Relation.irrefl\ & @{term_type_only Relation.irrefl "('a*'a)set\bool"}\\ \<^const>\Relation.total_on\ & @{term_type_only Relation.total_on "'a set\('a*'a)set\bool"}\\ \<^const>\Relation.total\ & @{term_type_only Relation.total "('a*'a)set\bool"}\\ -\end{tabular} +\end{supertabular} \subsubsection*{Syntax} @@ -600,7 +600,7 @@ \subsubsection*{Syntax} \begin{tabular}{@ {} l @ {\quad$\equiv$\quad} l @ {}} -\<^term>\Map.empty\ & \<^term>\\x. None\\\ +\<^term>\Map.empty\ & @{term[source] "\_. None"}\\ \<^term>\m(x:=Some y)\ & @{term[source]"m(x:=Some y)"}\\ \m(x\<^sub>1\y\<^sub>1,\,x\<^sub>n\y\<^sub>n)\ & @{text[source]"m(x\<^sub>1\y\<^sub>1)\(x\<^sub>n\y\<^sub>n)"}\\ \[x\<^sub>1\y\<^sub>1,\,x\<^sub>n\y\<^sub>n]\ & @{text[source]"Map.empty(x\<^sub>1\y\<^sub>1,\,x\<^sub>n\y\<^sub>n)"}\\