Macaulay2 » Documentation
Packages » Hypertext > HypertextParagraph > SUBSECTION
next | previous | forward | backward | up | index | toc

SUBSECTION -- hypertext SUBSECTION item

Synopsis

Description

SUBSECTION x encloses x in a hypertext HEADER2 header item. It is often used in the Mathematical Overview section of the documentation.

The argument x should be a string, or a list or sequence of strings or hypertext items.

Here is an example. The code
SUBSECTION "Interesting thing"
produces the following header.

Interesting thing

See also

For the programmer

The object SUBSECTION is a markup type, with ancestor classes HypertextParagraph < Hypertext < BasicList < Thing.