Declaring symbol fonts
<#357#>decl<#357#>
| | <#358#>sym-font-name<#358#> <#359#>encoding<#359#> <#360#>family<#360#>
<#361#>series<#361#> <#362#>shape<#362#>
Defines <#364#>sym-font-name<#364#> to be a new symbol font.
The arguments <#365#>encoding<#365#> <#366#>family<#366#> <#367#>series<#367#> <#368#>shape<#368#> are the
default values for this symbol font in all math versions; these can be
reset later for a particular math version by a | |
command.
Checks that <#369#>sym-font-name<#369#> can be used and that <#370#>encoding<#370#> is a
declared encoding scheme.
For example, the following sets up the first four standard math symbol
fonts:
<#371#>tex2html_preform<#371#>verbatim50#
<#373#>decl<#373#>
| | <#374#>sym-font-name<#374#> <#375#>version name<#375#>
<#376#>encoding<#376#> <#377#>family<#377#> <#378#>series<#378#> <#379#>shape<#379#>
Changes the symbol font <#381#>sym-font-name<#381#> for math version <#382#>version
name<#382#> to <#383#>encoding<#383#> <#384#>family<#384#> <#385#>series<#385#> <#386#>shape<#386#>.
Checks that <#387#>sym-font-name<#387#> is a symbol font, <#388#>version name<#388#> is a
known math version and <#389#>encoding<#389#> is a declared encoding scheme.
For example, the following come from the set up of the `bold'
math version:
<#390#>tex2html_preform<#390#>verbatim51#
<#392#>decl<#392#>
| | <#393#>math-alph<#393#> <#394#>sym-font-name<#394#>
Allows the previously declared symbol font <#396#>sym-font-name<#396#> to be
also the math alphabet <#397#>id<#397#> (in all math versions).
This declaration should be used in preference to
| | and | | when a math alphabet is
the same as a symbol font; this is because it makes better use of the
limited number (only 16) of TEX's math groups.
Checks that <#398#>math-alph<#398#> can be defined and that
<#399#>sym-font-name<#399#> is a symbol font.
Example:
<#400#>tex2html_preform<#400#>verbatim52#