Encoding defaults

<#728#>decl<#728#> || <#729#>text-settings<#729#> <#730#>math-settings<#730#> Declares <#732#>text-settings<#732#> and <#733#>math-settings<#733#> for all encoding schemes. These are executed before the encoding scheme dependent ones are executed so that one can use the defaults for the major cases and overwrite them if necessary using | |. If || is used as an argument, the current setting of this default is left unchanged. This example is used by amsfonts.sty for accent positioning; it changes only the math settings: <#734#>tex2html_preform<#734#>verbatim74# <#736#>decl<#736#> | | <#737#>encoding<#737#> <#738#>family<#738#> <#739#>series<#739#> <#740#>shape<#740#> Declares the default values for font substitution which will be used when a font with encoding <#742#>encoding<#742#> should be loaded but no font can be found with the current attributes. These substitutions are local to the encoding scheme because the encoding scheme is never substituted! They are tried in the order <#743#>shape<#743#> then <#744#>series<#744#> and finally <#745#>family<#745#>. If no defaults are set up for an encoding, the values given by || are used. The font specification for <#746#>encoding<#746#><#747#>family<#747#><#748#>series<#748#><#749#>shape<#749#> must have been defined by | | before the |<#750#>document<#750#>| is reached. Example: <#751#>tex2html_preform<#751#>verbatim75#