File: iso-html.hva

package info (click to toggle)
hevea 2.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ml: 19,525; sh: 505; makefile: 311; ansic: 132
file content (14 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (11)
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}