font_example.omh
Use an editor of your choice to
create the file font_example.omh
in the
test directory
with the following contents:
$begin
font_example$$
$section Example Using Font Commands$$
$fixed This text is in the fixed font.$$
$pre
$$
$code This text is in the code font.$$
$pre
$$
$italic This text is in the italic font.$$
$pre
$$
$bold This text is in the bold font.$$
$pre
$$
$big This text is in a bigger font.$$
$pre
$$
$small This text is in a smaller font.$$
$end
Note that you can copy and paste the commands above
to your editor window.
You may just copy the file with the same name from the
getting started directory
.