Old internal commands

A number of LaTeX~2.09 internal commands have been removed, since their functionality is now provided in a different way. See <#611#>LaTeX2e for Class and Package Writers<#611#> for more details of the new, supported interface for class and package writers.

402 403 404 ...
405 406 407 ...
408 409 410 ...
#tex2html_wrap_inline1016#

These commands provided access to the seventy fonts preloaded by LaTeX~2.09. In contrast, LaTeX2e<#614#><#614#> normally preloads at most fourteen fonts, which saves a lot of font memory; but a consequence is that any LaTeX<#615#><#615#> file which used the above commands to directly access fonts will no longer work. Their use will usually produce an error message such as: verbatim35 The cure for this is to update the document to use the new font-changing commands provided by LaTeX2e; these are described in <#616#>LaTeX2e Font Selection<#616#>. If this is not possible then, as a last resort, you can use the <#617#>rawfonts<#617#> package, which loads the seventy LaTeX~2.09 fonts and provides direct access to them using the old commands. This takes both time and memory. If you do not wish to load all seventy fonts, you can select some of them by using the 411 option to <#618#>rawfonts<#618#>. For example, to load only 412 and 413 you write: verbatim36 The <#619#>rawfonts<#619#> package is distributed as part of the LaTeX<#620#><#620#> tools software, see Section~#Secstpack#621>.