The macro package supports the following macros to change fonts:
bf(text)
: sets text
in boldface.
em(text)
: sets text
emphasized, usually in italics.
tt(text)
: sets text
in teletype.
tt()
macro furthermore causes Yodl not to expand macros which are
within the parentheses. That means that you can safely type:
In Yodl, you can use tt(includefile(somefile)) to include a file in your document.
The tt()
macro is not suited for long listings; use verb()
to set code
samples etc..
Currently the macro package has no commands to change font sizes, as the size is changed internally when appropriate (e.g., in section titles). I'll implement such commands when the need arises.
Please send Yodl questions and comments to yodl@icce.rug.nl.
Please send comments on these web pages to (address unknown)
Copyright (c) 1997, 1998, 1999 Karel Kubat and Jan Nieuwenhuizen.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.