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

Hypertext -- the class of markup lists used with hypertext

Description

Intended for internal use only.

Menu

Types of markup list:

  • ANCHOR -- hypertext anchor
  • BOLD -- hypertext BOLD item
  • BUTTON (missing documentation)
  • CDATA -- hypertext CDATA element
  • CODE -- hypertext CODE item
  • COMMENT -- hypertext COMMENT element
  • EM -- hypertext EM item
  • ExampleItem -- a type of hypertext for holding example inputs awaiting outputs
  • HREF -- hypertext link
  • HypertextContainer -- the class of markup lists that can contain paragraphs
  • HypertextParagraph -- the class of markup lists that constitute separate paragraphs
  • HypertextVoid (missing documentation)
  • ITALIC -- hypertext italic font
  • KBD -- hypertext KBD item
  • LABEL -- hypertext label item
  • LATER -- a hypertext element for lazy evaluation
  • LITERAL -- hypertext literal text
  • SAMP -- hypertext SAMP item
  • SMALL -- hypertext SMALL item
  • SPAN -- hypertext span
  • STRONG -- hypertext STRONG item
  • STYLE -- hypertext STYLE element
  • SUB -- hypertext subscript
  • SUP -- hypertext superscript
  • TEX -- hypertext TEX item
  • TO -- hypertext documentation link
  • TO2 -- labeled hypertext documentation link
  • TOH -- hypertext documentation link followed by a headline
  • TT -- hypertext TT item
  • VAR -- hypertext VAR item

Functions and methods returning a markup list:

  • hypertext -- prepare hypertext for display
  • SYNOPSIS -- a standardized synopsis for use in documentation nodes

Methods that use a markup list:

For the programmer

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


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