Declaring symbol fonts
<#359#>decl<#359#>
| | <#360#>sym-font-name<#360#> <#361#>encoding<#361#> <#362#>family<#362#>
<#363#>series<#363#> <#364#>shape<#364#>
Defines <#366#>sym-font-name<#366#> to be a new symbol font.
The arguments <#367#>encoding<#367#> <#368#>family<#368#> <#369#>series<#369#> <#370#>shape<#370#> 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 <#371#>sym-font-name<#371#> can be used and that <#372#>encoding<#372#> is a
declared encoding scheme.
For example, the following sets up the first four standard math symbol
fonts:
<#373#>tex2html_preform<#373#>verbatim51#
<#375#>decl<#375#>
| | <#376#>sym-font-name<#376#> <#377#>version name<#377#>
<#378#>encoding<#378#> <#379#>family<#379#> <#380#>series<#380#> <#381#>shape<#381#>
Changes the symbol font <#383#>sym-font-name<#383#> for math version <#384#>version
name<#384#> to <#385#>encoding<#385#> <#386#>family<#386#> <#387#>series<#387#> <#388#>shape<#388#>.
Checks that <#389#>sym-font-name<#389#> is a symbol font, <#390#>version name<#390#> is a
known math version and <#391#>encoding<#391#> is a declared encoding scheme.
For example, the following come from the set up of the `bold'
math version:
<#392#>tex2html_preform<#392#>verbatim52#
<#394#>decl<#394#>
| | <#395#>math-alph<#395#> <#396#>sym-font-name<#396#>
Allows the previously declared symbol font <#398#>sym-font-name<#398#> to be
also the math alphabet <#399#>id<#399#> (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 <#400#>math-alph<#400#> can be defined and that
<#401#>sym-font-name<#401#> is a symbol font.
Example:
<#402#>tex2html_preform<#402#>verbatim53#