Introduction
The head
and subhead commands
start new paragraphs with a specified title.
Each section has an tree structure in which the
section title
corresponds to the root,
the headings titles correspond to the next level,
and the subheadings titles correspond to
the last level of the tree.
head_example.omh
Use an editor of your choice to
create the file head_example.omh
in the
test directory
with the following contents:
$begin
head_example$$
$section Example Headings$$
$head First Heading$$
The text "First Heading" is the heading above this paragraph.
$subhead Subheading Of First Heading$$
The text "Subheading Of First Heading" is the subheading
above this paragraph.
$head Second Heading$$
The text "Second Heading" is the heading above this paragraph.
$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
.