lib/texinputs/isabellesym.sty
author wenzelm
Sun, 15 Oct 2000 19:50:35 +0200
changeset 10220 2a726de6e124
parent 10193 1d6ae1ef8e64
child 10354 ae236e935a34
permissions -rw-r--r--
proper symbol markup with \isamath, \isatext; support sub/super scripts:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7979
bd9b0151c932 definitions of many Isabelle symbols;
wenzelm
parents:
diff changeset
     1
%%
bd9b0151c932 definitions of many Isabelle symbols;
wenzelm
parents:
diff changeset
     2
%% $Id$
9818
wenzelm
parents: 9726
diff changeset
     3
%% Author: Markus Wenzel, TU Muenchen
wenzelm
parents: 9726
diff changeset
     4
%% License: GPL (GNU GENERAL PUBLIC LICENSE)
7979
bd9b0151c932 definitions of many Isabelle symbols;
wenzelm
parents:
diff changeset
     5
%%
9726
78f9bcd9585e improved spacing of Sum, Prod, integral;
wenzelm
parents: 9682
diff changeset
     6
%% definitions of standard Isabelle symbols
7979
bd9b0151c932 definitions of many Isabelle symbols;
wenzelm
parents:
diff changeset
     7
%%
bd9b0151c932 definitions of many Isabelle symbols;
wenzelm
parents:
diff changeset
     8
9976
b00373bf9cf3 added lparr, rparr;
wenzelm
parents: 9962
diff changeset
     9
% Required packages for unusual symbols -- see below for details.
9962
765208b5dd23 improved many symbols;
wenzelm
parents: 9818
diff changeset
    10
%\usepackage{latexsym}
9682
00f8be1b7209 more symbols;
wenzelm
parents: 8694
diff changeset
    11
%\usepackage{amssymb}
9962
765208b5dd23 improved many symbols;
wenzelm
parents: 9818
diff changeset
    12
%\usepackage[english]{babel}
8147
b712b870a5d1 *** empty log message ***
oheimb
parents: 7979
diff changeset
    13
%\usepackage[latin1]{inputenc}
9962
765208b5dd23 improved many symbols;
wenzelm
parents: 9818
diff changeset
    14
%\usepackage[only,bigsqcap]{stmaryrd}
765208b5dd23 improved many symbols;
wenzelm
parents: 9818
diff changeset
    15
%\usepackage{wasysym}
7979
bd9b0151c932 definitions of many Isabelle symbols;
wenzelm
parents:
diff changeset
    16
10193
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    17
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    18
% symbol definitions
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    19
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    20
\newcommand{\isasymspacespace}{\isamath{~~}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    21
\newcommand{\isasymGamma}{\isamath{\Gamma}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    22
\newcommand{\isasymDelta}{\isamath{\Delta}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    23
\newcommand{\isasymTheta}{\isamath{\Theta}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    24
\newcommand{\isasymLambda}{\isamath{\Lambda}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    25
\newcommand{\isasymXi}{\isamath{\Xi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    26
\newcommand{\isasymPi}{\isamath{\Pi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    27
\newcommand{\isasymSigma}{\isamath{\Sigma}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    28
\newcommand{\isasymUpsilon}{\isamath{\Upsilon}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    29
\newcommand{\isasymPhi}{\isamath{\Phi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    30
\newcommand{\isasymPsi}{\isamath{\Psi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    31
\newcommand{\isasymOmega}{\isamath{\Omega}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    32
\newcommand{\isasymalpha}{\isamath{\alpha}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    33
\newcommand{\isasymbeta}{\isamath{\beta}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    34
\newcommand{\isasymgamma}{\isamath{\gamma}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    35
\newcommand{\isasymdelta}{\isamath{\delta}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    36
\newcommand{\isasymepsilon}{\isamath{\varepsilon}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    37
\newcommand{\isasymzeta}{\isamath{\zeta}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    38
\newcommand{\isasymeta}{\isamath{\eta}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    39
\newcommand{\isasymtheta}{\isamath{\vartheta}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    40
\newcommand{\isasymiota}{\isamath{\iota}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    41
\newcommand{\isasymkappa}{\isamath{\kappa}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    42
\newcommand{\isasymlambda}{\isamath{\lambda}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    43
\newcommand{\isasymmu}{\isamath{\mu}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    44
\newcommand{\isasymnu}{\isamath{\nu}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    45
\newcommand{\isasymxi}{\isamath{\xi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    46
\newcommand{\isasympi}{\isamath{\pi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    47
\newcommand{\isasymrho}{\isamath{\varrho}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    48
\newcommand{\isasymsigma}{\isamath{\sigma}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    49
\newcommand{\isasymtau}{\isamath{\tau}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    50
\newcommand{\isasymupsilon}{\isamath{\upsilon}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    51
\newcommand{\isasymphi}{\isamath{\varphi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    52
\newcommand{\isasymchi}{\isamath{\chi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    53
\newcommand{\isasympsi}{\isamath{\psi}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    54
\newcommand{\isasymomega}{\isamath{\omega}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    55
\newcommand{\isasymnot}{\isamath{\neg}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    56
\newcommand{\isasymand}{\isamath{\wedge}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    57
\newcommand{\isasymor}{\isamath{\vee}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    58
\newcommand{\isasymforall}{\isamath{\forall\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    59
\newcommand{\isasymexists}{\isamath{\exists\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    60
\newcommand{\isasymAnd}{\isamath{\bigwedge\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    61
\newcommand{\isasymlceil}{\isamath{\lceil}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    62
\newcommand{\isasymrceil}{\isamath{\rceil}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    63
\newcommand{\isasymlfloor}{\isamath{\lfloor}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    64
\newcommand{\isasymrfloor}{\isamath{\rfloor}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    65
\newcommand{\isasymturnstile}{\isamath{\vdash}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    66
\newcommand{\isasymTurnstile}{\isamath{\models}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    67
\newcommand{\isasymlbrakk}{\isamath{\mathopen{\lbrack\mkern-3mu\lbrack}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    68
\newcommand{\isasymrbrakk}{\isamath{\mathclose{\rbrack\mkern-3mu\rbrack}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    69
\newcommand{\isasymcdot}{\isamath{\cdot}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    70
\newcommand{\isasymin}{\isamath{\in}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    71
\newcommand{\isasymsubseteq}{\isamath{\subseteq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    72
\newcommand{\isasyminter}{\isamath{\cap}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    73
\newcommand{\isasymunion}{\isamath{\cup}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    74
\newcommand{\isasymInter}{\isamath{\bigcap\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    75
\newcommand{\isasymUnion}{\isamath{\bigcup\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    76
\newcommand{\isasymsqinter}{\isamath{\sqcap}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    77
\newcommand{\isasymsqunion}{\isamath{\sqcup}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    78
\newcommand{\isasymSqinter}{\isamath{\bigsqcap\,}}  %requires stmaryrd
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    79
\newcommand{\isasymSqunion}{\isamath{\bigsqcup\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    80
\newcommand{\isasymbottom}{\isamath{\bot}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    81
\newcommand{\isasymdoteq}{\isamath{\doteq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    82
\newcommand{\isasymequiv}{\isamath{\equiv}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    83
\newcommand{\isasymnoteq}{\isamath{\not=}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    84
\newcommand{\isasymsqsubset}{\isamath{\sqsubset}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    85
\newcommand{\isasymsqsubseteq}{\isamath{\sqsubseteq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    86
\newcommand{\isasymprec}{\isamath{\prec}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    87
\newcommand{\isasympreceq}{\isamath{\preceq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    88
\newcommand{\isasymsucc}{\isamath{\succ}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    89
\newcommand{\isasymapprox}{\isamath{\approx}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    90
\newcommand{\isasymsim}{\isamath{\sim}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    91
\newcommand{\isasymsimeq}{\isamath{\simeq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    92
\newcommand{\isasymle}{\isamath{\le}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    93
\newcommand{\isasymColon}{\isamath{\mathrel{::}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    94
\newcommand{\isasymleftarrow}{\isamath{\leftarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    95
\newcommand{\isasymmidarrow}{\isamath{\relbar}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    96
\newcommand{\isasymrightarrow}{\isamath{\rightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    97
\newcommand{\isasymLeftarrow}{\isamath{\Leftarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    98
\newcommand{\isasymMidarrow}{\isamath{\Relbar}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
    99
\newcommand{\isasymRightarrow}{\isamath{\Rightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   100
\newcommand{\isasymfrown}{\isamath{\frown}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   101
\newcommand{\isasymmapsto}{\isamath{\mapsto}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   102
\newcommand{\isasymleadsto}{\isamath{\leadsto}}  %requires latexsym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   103
\newcommand{\isasymup}{\isamath{\uparrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   104
\newcommand{\isasymdown}{\isamath{\downarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   105
\newcommand{\isasymnotin}{\isamath{\notin}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   106
\newcommand{\isasymtimes}{\isamath{\times}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   107
\newcommand{\isasymoplus}{\isamath{\oplus}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   108
\newcommand{\isasymominus}{\isamath{\ominus}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   109
\newcommand{\isasymotimes}{\isamath{\otimes}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   110
\newcommand{\isasymoslash}{\isamath{\oslash}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   111
\newcommand{\isasymsubset}{\isamath{\subset}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   112
\newcommand{\isasyminfinity}{\isamath{\infty}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   113
\newcommand{\isasymbox}{\isamath{\Box}}  %requires latexsym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   114
\newcommand{\isasymdiamond}{\isamath{\Diamond}}  %requires latexsym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   115
\newcommand{\isasymcirc}{\isamath{\circ}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   116
\newcommand{\isasymbullet}{\isamath{\bullet}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   117
\newcommand{\isasymparallel}{\isamath{\parallel}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   118
\newcommand{\isasymsurd}{\isamath{\surd}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   119
\newcommand{\isasymcopyright}{\isatext{\copyright}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   120
\newcommand{\isasymplusminus}{\isamath{\pm}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   121
\newcommand{\isasymdiv}{\isamath{\div}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   122
\newcommand{\isasymlongrightarrow}{\isamath{\longrightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   123
\newcommand{\isasymlongleftarrow}{\isamath{\longleftarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   124
\newcommand{\isasymlongleftrightarrow}{\isamath{\longleftrightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   125
\newcommand{\isasymLongrightarrow}{\isamath{\Longrightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   126
\newcommand{\isasymLongleftarrow}{\isamath{\Longleftarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   127
\newcommand{\isasymLongleftrightarrow}{\isamath{\Longleftrightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   128
\newcommand{\isasymbar}{\isamath{\mid}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   129
\newcommand{\isasymhyphen}{\isatext{\rm-}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   130
\newcommand{\isasymmacron}{\isatext{\rm\=\relax}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   131
\newcommand{\isasymexclamdown}{\isatext{\rm\textexclamdown}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   132
\newcommand{\isasymquestiondown}{\isatext{\rm\textquestiondown}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   133
\newcommand{\isasymguillemotleft}{\isatext{\flqq}}  %requires babel
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   134
\newcommand{\isasymguillemotright}{\isatext{\frqq}}  %requires babel
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   135
\newcommand{\isasymdegree}{\isatext{\rm\textdegree}}  %requires latin1
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   136
\newcommand{\isasymonesuperior}{\isamath{\mathonesuperior}}  %requires latin1
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   137
\newcommand{\isasymonequarter}{\isatext{\rm\textonequarter}}  %requires latin1
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   138
\newcommand{\isasymtwosuperior}{\isamath{\mathtwosuperior}}  %requires latin1
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   139
\newcommand{\isasymonehalf}{\isatext{\rm\textonehalf}}  %requires latin1
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   140
\newcommand{\isasymthreesuperior}{\isamath{\maththreesuperior}}  %requires latin1
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   141
\newcommand{\isasymthreequarters}{\isatext{\rm\textthreequarters}}  %requires latin1
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   142
\newcommand{\isasymparagraph}{\isatext{\P}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   143
\newcommand{\isasymregistered}{\isatext{\rm\textregistered}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   144
\newcommand{\isasymordfeminine}{\isatext{\rm\textordfeminine}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   145
\newcommand{\isasymordmasculine}{\isatext{\rm\textordmasculine}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   146
\newcommand{\isasymsection}{\isatext{\S}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   147
\newcommand{\isasympounds}{\isamath{\pounds}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   148
\newcommand{\isasymyen}{\isatext{\yen}}  %requires amssymb
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   149
\newcommand{\isasymcent}{\isatext{\cent}}  %requires wasysym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   150
\newcommand{\isasymcurrency}{\isatext{\currency}}  %requires wasysym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   151
\newcommand{\isasymlbrace}{\isamath{\mathopen{\lbrace\mkern-4.5mu\mid}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   152
\newcommand{\isasymrbrace}{\isamath{\mathclose{\mid\mkern-4.5mu\rbrace}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   153
\newcommand{\isasymtop}{\isamath{\top}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   154
\newcommand{\isasymcong}{\isamath{\cong}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   155
\newcommand{\isasymclubsuit}{\isamath{\clubsuit}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   156
\newcommand{\isasymdiamondsuit}{\isamath{\diamondsuit}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   157
\newcommand{\isasymheartsuit}{\isamath{\heartsuit}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   158
\newcommand{\isasymspadesuit}{\isamath{\spadesuit}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   159
\newcommand{\isasymleftrightarrow}{\isamath{\leftrightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   160
\newcommand{\isasymge}{\isamath{\ge}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   161
\newcommand{\isasympropto}{\isamath{\propto}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   162
\newcommand{\isasympartial}{\isamath{\partial}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   163
\newcommand{\isasymdots}{\isamath{\dots}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   164
\newcommand{\isasymaleph}{\isamath{\aleph}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   165
\newcommand{\isasymIm}{\isamath{\Im}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   166
\newcommand{\isasymRe}{\isamath{\Re}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   167
\newcommand{\isasymwp}{\isamath{\wp}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   168
\newcommand{\isasymemptyset}{\isamath{\emptyset}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   169
\newcommand{\isasymangle}{\isamath{\angle}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   170
\newcommand{\isasymnabla}{\isamath{\nabla}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   171
\newcommand{\isasymProd}{\isamath{\prod\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   172
\newcommand{\isasymLeftrightarrow}{\isamath{\Leftrightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   173
\newcommand{\isasymUparrow}{\isamath{\Uparrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   174
\newcommand{\isasymDownarrow}{\isamath{\Downarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   175
\newcommand{\isasymlozenge}{\isamath{\lozenge}}  %requires amssym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   176
\newcommand{\isasymlangle}{\isamath{\langle}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   177
\newcommand{\isasymrangle}{\isamath{\rangle}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   178
\newcommand{\isasymSum}{\isamath{\sum\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   179
\newcommand{\isasymintegral}{\isamath{\int\,}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   180
\newcommand{\isasymdagger}{\isamath{\dagger}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   181
\newcommand{\isasymsharp}{\isamath{\sharp}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   182
\newcommand{\isasymstar}{\isamath{\star}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   183
\newcommand{\isasymtriangleright}{\isamath{\triangleright}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   184
\newcommand{\isasymlhd}{\isamath{\lhd}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   185
\newcommand{\isasymtriangle}{\isamath{\triangle}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   186
\newcommand{\isasymrhd}{\isamath{\rhd}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   187
\newcommand{\isasymunlhd}{\isamath{\unlhd}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   188
\newcommand{\isasymunrhd}{\isamath{\unrhd}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   189
\newcommand{\isasymtriangleleft}{\isamath{\triangleleft}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   190
\newcommand{\isasymnatural}{\isamath{\natural}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   191
\newcommand{\isasymflat}{\isamath{\flat}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   192
\newcommand{\isasymamalg}{\isamath{\amalg}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   193
\newcommand{\isasymmho}{\isamath{\mho}}  %requires latexsym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   194
\newcommand{\isasymupdownarrow}{\isamath{\updownarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   195
\newcommand{\isasymlongmapsto}{\isamath{\longmapsto}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   196
\newcommand{\isasymUpdownarrow}{\isamath{\Updownarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   197
\newcommand{\isasymhookleftarrow}{\isamath{\hookleftarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   198
\newcommand{\isasymhookrightarrow}{\isamath{\hookrightarrow}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   199
\newcommand{\isasymrightleftharpoons}{\isamath{\rightleftharpoons}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   200
\newcommand{\isasymleftharpoondown}{\isamath{\leftharpoondown}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   201
\newcommand{\isasymrightharpoondown}{\isamath{\rightharpoondown}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   202
\newcommand{\isasymleftharpoonup}{\isamath{\leftharpoonup}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   203
\newcommand{\isasymrightharpoonup}{\isamath{\rightharpoonup}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   204
\newcommand{\isasymasymp}{\isamath{\asymp}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   205
\newcommand{\isasymminusplus}{\isamath{\mp}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   206
\newcommand{\isasymbowtie}{\isamath{\bowtie}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   207
\newcommand{\isasymcdots}{\isamath{\cdots}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   208
\newcommand{\isasymodot}{\isamath{\odot}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   209
\newcommand{\isasymsupset}{\isamath{\supset}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   210
\newcommand{\isasymsupseteq}{\isamath{\supseteq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   211
\newcommand{\isasymsqsupset}{\isamath{\sqsupset}}  %requires latexsym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   212
\newcommand{\isasymsqsupseteq}{\isamath{\sqsupseteq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   213
\newcommand{\isasymll}{\isamath{\ll}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   214
\newcommand{\isasymgg}{\isamath{\gg}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   215
\newcommand{\isasymuplus}{\isamath{\uplus}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   216
\newcommand{\isasymsmile}{\isamath{\smile}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   217
\newcommand{\isasymsucceq}{\isamath{\succeq}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   218
\newcommand{\isasymstileturn}{\isamath{\dashv}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   219
\newcommand{\isasymOr}{\isamath{\bigvee}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   220
\newcommand{\isasymbiguplus}{\isamath{\biguplus}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   221
\newcommand{\isasymddagger}{\isamath{\ddagger}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   222
\newcommand{\isasymJoin}{\isamath{\Join}}  %requires latexsym
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   223
\newcommand{\isasymbool}{\isamath{\mathrm{I}\mkern-3.8mu\mathrm{B}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   224
\newcommand{\isasymcomplex}{\isamath{\mathrm{C}\mkern-15mu{\phantom{\mathrm{t}}\vrule}\mkern9mu}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   225
\newcommand{\isasymnat}{\isamath{\mathrm{I}\mkern-3.8mu\mathrm{N}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   226
\newcommand{\isasymrat}{\isamath{\mathrm{Q}\mkern-16mu{\phantom{\mathrm{t}}\vrule}\mkern10mu}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   227
\newcommand{\isasymreal}{\isamath{\mathrm{I}\mkern-3.8mu\mathrm{R}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   228
\newcommand{\isasymint}{\isamath{\mathsf{Z}\mkern-7.5mu\mathsf{Z}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   229
\newcommand{\isasymlesssim}{\isamath{\lesssim}}  %requires amssymb
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   230
\newcommand{\isasymgreatersim}{\isamath{\gtrsim}}  %requires amssymb
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   231
\newcommand{\isasymlessapprox}{\isamath{\lessapprox}}  %requires amssymb
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   232
\newcommand{\isasymgreaterapprox}{\isamath{\gtrapprox}}  %requires amssymb
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   233
\newcommand{\isasymtriangleq}{\isamath{\triangleq}}  %requires amssymb
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   234
\newcommand{\isasymlparr}{\isamath{\mathopen{(\mkern-3mu\mid}}}
1d6ae1ef8e64 \isamath and \isatext: more abstract implementation of symbols;
wenzelm
parents: 9976
diff changeset
   235
\newcommand{\isasymrparr}{\isamath{\mathclose{\mid\mkern-3mu)}}}