doc-src/System/symbols.tex
author wenzelm
Sat, 03 Nov 2001 18:41:13 +0100
changeset 12035 f2ee4b5d02f2
parent 11573 4f85af77038f
child 12464 f9d3c92eae4d
permissions -rw-r--r--
converted theory Dnat;


% $Id$

\chapter{Isabelle symbols}\label{app:symbols}

Isabelle supports an infinite number of non-ASCII symbols, which are
represented in source text as \verb,\<,$name$\verb,>, (where $name$ may be any
identifier).  It is left to front-end tools how these symbols are presented to
the user.  The following predefined standard symbols are available by default
for Isabelle document output; most of these are also supported by
Proof~General when used together with the X-Symbol package.

Any symbol (or plain ASCII character) may be prefixed by \verb,\<^sup>, for
superscript and \verb,\<^sub>, for subscript; e.g.\ \verb,A\<^sup>\<star>, is
presented in {\LaTeX} as \isa{A\isactrlsup{\isasymstar}}.  Most symbols (and
all ASCII characters) may be printed in bold by prefixing \verb,\<^bold>,, as
in \verb,\<^bold>\<alpha>, which is printed as
\isa{\isactrlbold{\isasymalpha}}.  Note that super- and subscripts may
\emph{not} be combined with bold style.

See also Chapter~\ref{ch:present} for more details on Isabelle document
preparation.

\begin{center}
  \input{syms}  
\end{center}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "system"
%%% End: