Internals

The current values of the font attributes are held in internal macros. <#168#>decl<#168#> |@encoding|
|@family|
|@series|
|@shape|
|@size|
|@baselineskip|
|@size|
|@size|
|@size| These hold the current values of the encoding, the family, the series, the shape, the size, the baseline skip, the main math size, the `script' math size and the `scriptscript' math size. The last three are accessible only within a formula; outside of math they may contain arbitrary values. For example, to set the size to 12 without changing the baseline skip: <#170#>tex2html_preform<#170#>verbatim50#However, you should never alter the values of the internal commands directly; they must only be modified using the low-level commands like ||, ||, etc. If you disobey this warning you might produce code that loops.