Theory Symbols

(*:maxLineLen=78:*)

theory Symbols
  imports Main Base
begin

chapter ‹Predefined Isabelle symbols \label{app:symbols}›

text ‹
  Isabelle supports an infinite number of non-ASCII symbols, which are
  represented in source text as ‹\›‹<›name›‹>› (where name› may be any identifier).  It
  is left to front-end tools how to present these symbols to the user.
  The collection of predefined standard symbols given below is
  available by default for Isabelle document output, due to
  appropriate definitions of ‹\isasym›name› for each ‹\›‹<›name›‹>› in
  the ‹isabellesym.sty› file.  Most of these symbols
  are displayed properly in Isabelle/jEdit and {\LaTeX} generated from Isabelle.

  Moreover, any single symbol (or ASCII character) may be prefixed by
  ‹⇧› for superscript and ‹⇩› for subscript,
  such as ‹A for A and ‹A1 for
  A1.  Sub- and superscripts that span a region of text can
  be marked up with ‹⇘›…›‹⇙› and ‹⇗›…›‹⇖›
  respectively, but note that there are limitations in the typographic
  rendering quality of this form.  Furthermore, all ASCII characters
  and most other symbols may be printed in bold by prefixing
  ‹❙› such as α for α.  Note that
  ‹⇧›, ‹⇩›, ‹❙› cannot be combined.

  Further details of Isabelle document preparation are covered in
  \chref{ch:document-prep}.

  \begin{center}
  \begin{isabellebody}
  @{show_symbols}
  \end{isabellebody}
  \end{center}
›

external_file %invisible ‹~~/lib/texinputs/isabellesym.sty›

end