Previous: User macros, Up: fwebmac.sty


10.1.2.2 Fonts

Several fonts have been declared. Those include

For illustrations and further details, see fwebmac.web.

To typeset a string of characters in typewriter type, one may use the ‘\.’ macro. (More precisely, the name of this macro is the value of the style-file parameter format.typewriter. For more information, see S_format.) When using this, one must escape the special characters ‘ \#%$^_{}~&’, as in ‘\.{\\alpha}’. (Fweave does that escaping automatically when typesetting strings in code mode.) You may wish to surround ‘\.{...}’ with an ‘\hbox’; that is not done by default because Fweave uses special trickery to break long strings in code mode automatically, and that breaking would be inhibited by an ‘\hbox’.