next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Text
::
Hypertext
Hypertext -- the class of mark-up lists used with hypertext
Description
Intended for internal use only.
Types of markup list :
ANCHOR
-- hypertext anchor
BOLD
-- hypertext BOLD item
BR
-- line break
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 mark-up lists that can contain paragraphs
HypertextParagraph
-- the class of mark-up lists that constitute separate paragraphs
IMG
-- hypertext IMG item
ITALIC
-- hypertext italic font
LABEL
-- hypertext label item
LATER
-- a hypertext element for lazy evaluation
LITERAL
-- hypertext literal text
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
Functions and methods returning a markup list :
SYNOPSIS
Wikipedia, see
Wikipedia(String)
-- link to a Wikipedia entry
Methods that use a markup list :
new Hypertext from Net
(missing documentation)
new Hypertext from Thing
(missing documentation)
new Hypertext from VisibleList
(missing documentation)
show(Hypertext), see
show(TEX)
style(Hypertext)
(missing documentation)
style(Hypertext,VisibleList)
(missing documentation)
validate(Hypertext)
For the programmer
The object
Hypertext
is
a
type
, with ancestor classes
BasicList
<
Thing
.