Parameters for author commands
The parameter values set by author commands such as |<#0#>#tex2html_accent_inline1777#<#0#> and
||, etc. are not hard-wired into LATEX; instead these
commands use the values of a number of parameters set by the document
class and packages. For example, || is the name of the
default family selected by |<#0#>#tex2html_accent_inline1778#<#0#> and ||. Thus to set a
document in Adobe Times, Helvetica and Courier, the document designer
specifies:
<#175#>tex2html_preform<#175#>verbatim42#
<#177#>decl<#177#>
||
||
||
||
The encoding, family, series and shape of the main body font. By
default these are |OT1|, ||, |m| and |n|. Note that since
the default family is ||, this means that changing
|| will change the main body font of the document.
<#179#>decl<#179#>
||
||
||
The families selected by |<#0#>#tex2html_accent_inline1779#<#0#>, ||, ||,
||, || and ||. By default these are |cmr|,
|cmss| and |cmtt|.
<#181#>decl<#181#>
||
||
The series selected by ||, ||, || and
||. By default these are |bx| and |m|.
These values are suitable for the default families used. If other
fonts are used as standard document fonts, for example, some
PostScript fonts, it might be necessary to adjust the value of
|| to |b| since only a few such families have `bold
extended' series. An alternative (taken for the fonts provided by
|psnfss|) is to define silent substitutions from |bx| series to |b|
series with special | | declarations and the |ssub|
size function, see Section~#sec:sizefunct#183>.
<#184#>decl<#184#>
||
||
||
||
The shapes selected by ||, ||, ||, ||,
||, ||, || AND ||. BY DEFAULT THESE ARE
|IT|, |SL|, |SC| AND |N|.
NOTE THAT THERE ARE NO PARAMETERS FOR THE SIZE COMMANDS. THESE SHOULD
BE DEFINED DIRECTLY IN CLASS FILES, FOR EXAMPLE:
<#186#>TEX2HTML_PREFORM<#186#>VERBATIM43#MORE ELABORATE EXAMPLES (SETTING ADDITIONAL PARAMETERS WHEN THE TEXT
SIZE IS CHANGED) CAN BE FOUND IN |CLASSES.DTX| THE SOURCE
DOCUMENTATION FOR THE CLASSES |ARTICLE|, |REPORT|, AND |BOOK|.