~ubuntu-branches/ubuntu/gutsy/hevea/gutsy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
%Declare unicode encoded symbol, with optional text equivalent
\newcommand{\DeclareSymbol}[3][\@empty]
{\newcommand{#2}{\@print@u{#3}}%
\ifx#1\@empty\else\@def@u@default{#3}{#1}\fi}
\let\DeclareSymbolHtml\DeclareSymbol
\newcommand{\MakeBigSymbolHtml}[3][]
{\newcommand{#2}{\mathop{\ifdisplay{\huge#3}\else#3\fi}#1}}
\newcommand{\MakeBigSymbol}[5][]
{\MakeBigSymbolHtml[#1]{#2}{#3}}
\let\NewcommandHtml\newcommand%
\let\NewcommandText\NoCommand%
\let\RenewcommandHtml\renewcommand%
\let\RenewcommandText\NoCommand%
\input{iso-symb.hva}