Macaulay2 » Documentation
Packages » Text » Hypertext » HypertextParagraph » PRE
next | previous | forward | backward | up | index | toc

PRE -- preformatted text

Description

PRE x encloses x in a hypertext PRE item.

The argument x should be a string, possibly containing newlines.Here is an example.
   1234   2345    4567    5678
     34    345    3455       7
If one wishes to use quotation marks in the preformatted text, then /// should be used instead of quotation marks as delimiters.

See also

Methods that use an object of class PRE:

  • EXAMPLE(PRE) -- see EXAMPLE -- construct a hypertext item from a Macaulay2 input string

For the programmer

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


The source of this document is in Text.m2:135:0.