doc-src/System/symbols.tex
author kleing
Mon, 29 Dec 2003 06:49:26 +0100
changeset 14333 14f29eb097a3
parent 12619 ddfe8083fef2
child 14894 d23f6b505e9a
permissions -rw-r--r--
\<^bsub> .. \<^esub>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10580
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
     1
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
     2
% $Id$
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
     3
12464
f9d3c92eae4d updated;
wenzelm
parents: 11573
diff changeset
     4
\chapter{Standard Isabelle symbols}\label{app:symbols}
10580
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
     5
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
     6
Isabelle supports an infinite number of non-ASCII symbols, which are
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
     7
represented in source text as \verb,\<,$name$\verb,>, (where $name$ may be any
12619
wenzelm
parents: 12465
diff changeset
     8
identifier).  It is left to front-end tools how to present these symbols to
wenzelm
parents: 12465
diff changeset
     9
the user.  The collection of predefined standard symbols given below is
wenzelm
parents: 12465
diff changeset
    10
available by default for Isabelle document output, due to appropriate
wenzelm
parents: 12465
diff changeset
    11
definitions of \verb,\isasym,$name$ for each \verb,\<,$name$\verb,>, in the
wenzelm
parents: 12465
diff changeset
    12
\verb,isabellesym.sty, file.  Most of these symbols are displayed properly in
wenzelm
parents: 12465
diff changeset
    13
Proof~General if used with the X-Symbol package.
10580
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    14
12619
wenzelm
parents: 12465
diff changeset
    15
Moreover, any single symbol (or ASCII character) may be prefixed by
wenzelm
parents: 12465
diff changeset
    16
\verb,\<^sup>, for superscript and \verb,\<^sub>, for subscript, such as
wenzelm
parents: 12465
diff changeset
    17
\verb,A\<^sup>\<star>, for \isa{A\isactrlsup{\isasymstar}}.  Most symbols (and
wenzelm
parents: 12465
diff changeset
    18
all ASCII characters) may be printed in bold by prefixing \verb,\<^bold>,,
wenzelm
parents: 12465
diff changeset
    19
such as \verb,\<^bold>\<alpha>, for \isa{\isactrlbold{\isasymalpha}}.  Note
wenzelm
parents: 12465
diff changeset
    20
that super- and subscripts may \emph{not} be combined with bold style.
11573
4f85af77038f bold symbols;
wenzelm
parents: 10974
diff changeset
    21
12619
wenzelm
parents: 12465
diff changeset
    22
Further details of Isabelle document preparation are covered in
wenzelm
parents: 12465
diff changeset
    23
chapter~\ref{ch:present}.
11573
4f85af77038f bold symbols;
wenzelm
parents: 10974
diff changeset
    24
10580
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    25
\begin{center}
12465
wenzelm
parents: 12464
diff changeset
    26
  \begin{isabellebody}
wenzelm
parents: 12464
diff changeset
    27
    \input{syms}  
wenzelm
parents: 12464
diff changeset
    28
  \end{isabellebody}
10580
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    29
\end{center}
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    30
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    31
%%% Local Variables: 
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    32
%%% mode: latex
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    33
%%% TeX-master: "system"
930ac2bfa637 include table of Isabelle standard symbols;
wenzelm
parents:
diff changeset
    34
%%% End: