In a first go, I found two candidates in one chapter (er, no, chapter is not the right word, I forget the correct vernacular;-), see appendix. Of course, the HTML is only a
fragment, but Firefox displays it fine.
Is this about what you expect? If so, eventually I will go through the rest of NOTEs
in this way. ChristophRM-1-1-4
{Usage}
[NOTE 1 ] The syntax rules describing
structured constructs are presented in a form that corresponds to the
recommended paragraphing. For example, an if_statement
is defined as:
if_statement ::=
if condition then
sequence_of_statements
{elsif condition then
sequence_of_statements}
[else
sequence_of_statements]
end if;
if condition then
sequence_of_statements
{elsif condition then
sequence_of_statements}
[else
sequence_of_statements]
end if;
{Usage}
[NOTE 2 ] The line breaks and indentation
in the syntax rules indicate the recommended line breaks and indentation
in the corresponding constructs. The preferred places for other line
breaks are after semicolons.
