|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.listMaker.AbstractListMaker
org.extex.typesetter.listMaker.HorizontalListMaker
org.extex.typesetter.listMaker.math.MathListMaker
org.extex.typesetter.listMaker.math.DisplaymathListMaker
public class DisplaymathListMaker
This is the list maker for the display math formulae.
The tokens parameter \everydisplayend contains a list of tokens
which is inserted at the end of display math. Those tokens take effect just
before the math mode is ended but after any tokens given explicitly.
The tokens parameter \everydisplay contains a list of tokens which
is inserted at the beginning of display math. Those tokens take effect after
the math mode has been entered but before any tokens given explicitly.
The Tokens Parameter \everydisplayend
Syntax
The formal description of this primitive is the following:
〈everydisplayend〉
→ \everydisplayend 〈equals〉 〈tokens〉
Examples
\everydisplayend={\,}
The Tokens Parameter \everydisplay
Syntax
The formal description of this primitive is the following:
〈everydisplay〉
→ \everydisplay 〈equals〉 〈tokens〉
Examples
\everydisplay={\,}
| Constructor Summary | |
|---|---|
DisplaymathListMaker(ListManager manager,
Locator locator)
Creates a new object. |
|
| Method Summary | |
|---|---|
NodeList |
complete(TypesetterOptions context)
Close the node list. |
Mode |
getMode()
Getter for the current mode. |
void |
mathShift(Context context,
TokenSource source,
Token t)
Treat a math shift character. |
void |
switchToNumber(boolean left)
This method switches the collection of material to the target "equation number". |
| Methods inherited from class org.extex.typesetter.listMaker.math.MathListMaker |
|---|
add, add, add, add, add, add, add, addSpace, cr, enableLogging, getInsertionPoint, getLastNoad, getLastNode, getLogger, getNoads, insufficientExtensionFonts, insufficientSymbolFonts, isClosing, left, leftBrace, letter, middle, par, removeLastNode, right, rightBrace, scanNoad, setClosing, setInsertionPoint, showlist, subscriptMark, superscriptMark, switchToFraction |
| Methods inherited from class org.extex.typesetter.listMaker.HorizontalListMaker |
|---|
add, addAndAdjust, afterParagraph, getNodes, getSpacefactor, setNodes, setSpacefactor, toString |
| Methods inherited from class org.extex.typesetter.listMaker.AbstractListMaker |
|---|
getLocalizer, getLocator, getManager, getMyLocalizer, getPrevDepth, setPrevDepth, tab |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.extex.typesetter.ListMaker |
|---|
add, addAndAdjust, afterParagraph, getLocator, getPrevDepth, getSpacefactor, setPrevDepth, setSpacefactor |
| Constructor Detail |
|---|
public DisplaymathListMaker(ListManager manager,
Locator locator)
manager - the manager to ask for global changeslocator - the locator| Method Detail |
|---|
public NodeList complete(TypesetterOptions context)
throws TypesetterException
complete in interface ListMakercomplete in class MathListMakercontext - the fragment of the context accessible for the typesetter
TypesetterException - in case of an errorListMaker.complete(TypesetterOptions)public Mode getMode()
getMode in interface ListMakergetMode in class MathListMakerMode.ListMaker.getMode()
public void mathShift(Context context,
TokenSource source,
Token t)
throws TypesetterException,
HelpingException
mathShift in interface TokenDelegateListMakermathShift in class MathListMakercontext - the interpreter contextsource - the source for new tokenst - the actual math shift character token
TypesetterException - in case of an error
HelpingException - in case of an errorMathListMaker.mathShift(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource,
org.extex.scanner.type.token.Token)
public void switchToNumber(boolean left)
throws CantUseInException
switchToNumber in interface EqConsumerleft - the indicator on which side to produce the equation number.
A value true indicates that the left side should be used.
CantUseInException - in case that the EqConsumer is in a mode
where a switching to the number is not possibleEqConsumer.switchToNumber(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||