A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

M

MACINTOSH - Static variable in class org.extex.font.format.xtf.tables.TtfTableNAME
platform macintosh.
MacroCode - Class in org.extex.unit.tex.macro.util
This class provides an implementation for any macro code bound to a control sequence or active character.
MacroCode(CodeToken, Flags, boolean, MacroPattern, Tokens) - Constructor for class org.extex.unit.tex.macro.util.MacroCode
Creates a new object.
MACROPARAM - Static variable in class org.extex.scanner.type.Catcode
The constant MACROPARAM contains the unique object representing the macro parameter catcode.
MacroParamToken - Class in org.extex.scanner.type.token
This class represents a macro parameter token.
MacroParamToken(UnicodeChar) - Constructor for class org.extex.scanner.type.token.MacroParamToken
Creates a new object.
MacroPattern - Class in org.extex.unit.tex.macro.util
This class provides a container for the pattern of a macro.
MacroPattern(CodeToken) - Constructor for class org.extex.unit.tex.macro.util.MacroPattern
Creates a new object.
MacroPattern(Tokens) - Constructor for class org.extex.unit.tex.macro.util.MacroPattern
Creates a new object.
Mag - Class in org.extex.unit.tex.register.count
This class provides an implementation for the primitive \mag.
Mag(CodeToken) - Constructor for class org.extex.unit.tex.register.count.Mag
Creates a new object.
main(String[]) - Static method in class org.extex.dviware.dvitype.DviDisassemble
The command line interface to dvitype.
main(String[]) - Static method in class org.extex.main.fmt.FormatPrinter
command line interface.
main(String[]) - Static method in class org.extex.main.tex.TeX
This is the main method which is invoked to run the whole engine from the command line.
main(String[]) - Static method in class org.extex.ocpware.Otp2Ocp
This is the command line interface.
main(String[], PrintStream, PrintStream) - Static method in class org.extex.ocpware.Otp2Ocp
Process the command line options and return the exit code.
main(String[]) - Static method in class org.extex.ocpware.OutOcp
This is the command line interface.
main(String[], PrintStream, PrintStream) - Static method in class org.extex.ocpware.OutOcp
Process the command line options and return the exit code.
main(String[]) - Static method in class org.extex.resource.tool.CreateClasspathArchive
The main method.
main(String[]) - Static method in class org.extex.resource.tool.Lsr
main.
main(String[]) - Static method in class org.extex.resource.tool.TocIndex
Command line interface.
main(String[]) - Static method in class org.extex.util.font.afm.Afm2Enc
main.
main(String[]) - Static method in class org.extex.util.font.afm.Afm2Mtx
main.
main(String[]) - Static method in class org.extex.util.font.afm.Afm2Var
main.
main(String[]) - Static method in class org.extex.util.font.afm.Afm2Xml
main.
main(String[]) - Static method in class org.extex.util.font.afm.AfmListGlyphs
main.
main(String[]) - Static method in class org.extex.util.font.afm.AfmMissingGlyph
main.
main(String[]) - Static method in class org.extex.util.font.texencoding.CreateEmptyEncoding
main.
main(String[]) - Static method in class org.extex.util.font.tfm.Tfm2Pl
main.
main(String[]) - Static method in class org.extex.util.font.tfm.Tfm2Xml
main.
main(String[]) - Static method in class org.extex.util.font.xtf.Xtf2Var
main.
main(String[]) - Static method in class org.extex.util.font.xtf.Xtf2Xml
main.
MainCodingException - Exception in org.extex.main.tex.exception
This exception is thrown when the main program detects an configuration error.
MainCodingException(Throwable) - Constructor for exception org.extex.main.tex.exception.MainCodingException
Creates a new object.
MainConfigurationException - Exception in org.extex.main.tex.exception
This exception is thrown when the main program detects an configuration error.
MainConfigurationException(Throwable) - Constructor for exception org.extex.main.tex.exception.MainConfigurationException
Creates a new object.
MainException - Exception in org.extex.main.tex.exception
This is the base class for all exceptions of the main class.
MainException(String) - Constructor for exception org.extex.main.tex.exception.MainException
Creates a new object.
MainException(Throwable) - Constructor for exception org.extex.main.tex.exception.MainException
Creates a new object.
MainIOException - Exception in org.extex.main.tex.exception
This exception is a wrapper for the IOException.
MainIOException(Throwable) - Constructor for exception org.extex.main.tex.exception.MainIOException
Creates a new object.
MainMissingArgumentException - Exception in org.extex.main.tex.exception
This exception is thrown when the main program detects that an advertised argument is missing.
MainMissingArgumentException(String) - Constructor for exception org.extex.main.tex.exception.MainMissingArgumentException
Creates a new object.
MainOutputFileNotFoundException - Exception in org.extex.main.tex.exception
This exception is thrown when the main program tries to open an output file and is not able to perform this operation.
MainOutputFileNotFoundException(String) - Constructor for exception org.extex.main.tex.exception.MainOutputFileNotFoundException
Creates a new object.
mainProgram(String[]) - Static method in class org.extex.main.tex.TeX
This is the main method which is invoked to run the whole engine from the command line.
MainUnknownDebugOptionException - Exception in org.extex.main.tex.exception
This exception is thrown when the main program encounters an unknown debug option.
MainUnknownDebugOptionException(String) - Constructor for exception org.extex.main.tex.exception.MainUnknownDebugOptionException
Creates a new object.
MainUnknownOptionException - Exception in org.extex.main.tex.exception
This exception is thrown when the main program encounters an unknown command-line option.
MainUnknownOptionException(String) - Constructor for exception org.extex.main.tex.exception.MainUnknownOptionException
Creates a new object.
make_ord(NoadList, int, NodeList, MathContext, Logger) - Static method in class org.extex.typesetter.type.noad.OrdinaryNoad
Translate an OrdNoad into a NodeList.
makeBackend(Configuration, OutputStreamFactory, DocumentWriterOptions, ResourceFinder, CoreFontFactory) - Method in class org.extex.ExTeX
Create a new document writer.
makeBackend(Configuration, OutputStreamFactory, DocumentWriterOptions, ResourceFinder, CoreFontFactory) - Method in class org.extex.main.tex.TeX
Create a new document writer.
makeColorConverter(Configuration) - Method in class org.extex.ExTeX
Make a new instance of a color converter.
makeContext(Configuration, TokenFactory, CoreFontFactory, Interpreter, ResourceFinder, String, OutputStreamFactory) - Method in class org.extex.ExTeX
Prepare the context according to its configuration.
makeDefaultFont(Configuration, CoreFontFactory) - Method in class org.extex.ExTeX
Create a default font for the interpreter context.
makeFontFactory(Configuration, ResourceFinder) - Method in class org.extex.ExTeX
Create a new font factory.
makeInterpreter(Configuration, OutputStreamFactory, ResourceFinder, String) - Method in class org.extex.ExTeX
Create a new interpreter.
makeInterpreter(Configuration, OutputStreamFactory, ResourceFinder, String) - Method in class org.extex.main.tex.TeX
Create a new interpreter.
makeLanguageManager(Configuration, OutputStreamFactory, ResourceFinder) - Method in class org.extex.ExTeX
Prepare the hyphenation manager according to its configuration.
makeLogFile(String) - Method in class org.extex.ExTeX
Find the name for the log file.
makeLogHandler(File) - Method in class org.extex.ExTeX
Create a new Handler for the log file.
makeOutputFactory(String, Configuration) - Method in class org.extex.ExTeX
Create the output factory.
makeOutputFactory(String, Configuration) - Method in class org.extex.main.tex.TeX
Create the output factory.
makeResourceFinder(Configuration) - Method in class org.extex.ExTeX
Create a ResourceFinder.
makeScripts(Node, MathContext, FixedDimen, Logger) - Method in class org.extex.typesetter.type.noad.AbstractNoad
Attach the subscripts and superscripts to the current hlist.
makeStop() - Method in class org.extex.font.format.tfm.TfmLigKernCommand
Forces this LigKern to be the last instruction in a lig/kern program.
makeTokenFactory(Configuration) - Method in class org.extex.ExTeX
Prepare the token factory according to its configuration.
makeTokenStreamFactory(Configuration, ResourceFinder) - Method in class org.extex.ExTeX
Create a TokenStreamFactory.
makeTokenStreamFactory(Configuration, ResourceFinder) - Method in class org.extex.main.tex.TeX
Create a TokenStreamFactory.
makeTypesetter(Interpreter, Configuration, OutputStreamFactory, ResourceFinder, CoreFontFactory) - Method in class org.extex.ExTeX
Create a new typesetter.
ManagedLanguage - Interface in org.extex.language.impl
This interface describes a Language which has a creator assigned.
ManagerInfo - Class in org.extex.font.manager
Class for the info of used fonts and characters.
ManagerInfo(FontKey, BackendFontManager) - Constructor for class org.extex.font.manager.ManagerInfo
Creates a new object.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format
map char code.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format0
map char code.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format10
map char code.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format12
map char code.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format2
map char code.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format4
map char code.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format6
map char code.
mapCharCode(int) - Method in class org.extex.font.format.xtf.tables.TtfTableCMAP.Format8
map char code.
mapCharCodeToBB(int, int, short, short) - Method in class org.extex.font.format.xtf.XtfReader
Returns the bounding box for the char by using the platform and encoding.
mapCharCodeToBB(String, int, short, short) - Method in class org.extex.font.format.xtf.XtfReader
Returns the glyph bounding box for the char by using the platform and encoding.
mapCharCodeToGlyphname(int, int, short, short) - Method in class org.extex.font.format.xtf.XtfReader
Returns the glyph name for the char by using the platform and encoding.
mapCharCodetoKerning(int, int, int, short, short) - Method in class org.extex.font.format.xtf.XtfReader
Returns the kerning for the two chars.
mapCharCodetoLigature(int, int, List<String>, String, int, short, short) - Method in class org.extex.font.format.xtf.XtfReader
Returns the ligature for the two chars.
mapCharCodeToWidth(int, int, short, short) - Method in class org.extex.font.format.xtf.XtfReader
Returns the glyph width for the char by using the platform and encoding.
mapCharCodeToWidth(String, int, short, short) - Method in class org.extex.font.format.xtf.XtfReader
Returns the glyph width for the char by using the platform and encoding.
mapColor(RgbColor) - Method in class org.extex.backend.documentWriter.rtf.RtfDocument
Add a color to the color table if necessary and return a unique index.
mapFont(Font) - Method in class org.extex.backend.documentWriter.rtf.RtfDocument
Add a font to the font table if necessary and return a unique index.
mapFont(Font, List<DviCode>) - Method in class org.extex.dviware.type.DviPostamble
Determine the font index and insert a font definition into the output list if required.
mapGlyphNameToGlyphPos(String, int) - Method in class org.extex.font.format.xtf.tables.OtfTableCFF
Map the glyph name to the glyph position.
mapGlyphPosToGlyphName(int, int) - Method in class org.extex.font.format.xtf.tables.OtfTableCFF
Map the glyph position to the name of the glyph.
mapreader - Static variable in class org.extex.font.format.psfontmap.PsFontsMapReader
The single instance.
mark(int) - Method in class org.extex.resource.io.NamedInputStream
Mark - Class in org.extex.unit.tex.typesetter.mark
This class provides an implementation for the primitive \mark.
Mark(CodeToken) - Constructor for class org.extex.unit.tex.typesetter.mark.Mark
Creates a new object.
MarkNode - Class in org.extex.typesetter.type.node
A mark node carries some tokens which can be extracted after the page has been completed.
MarkNode(Tokens, String) - Constructor for class org.extex.typesetter.type.node.MarkNode
Creates a new object.
Marks - Class in org.extex.unit.tex.typesetter.mark
This class provides an implementation for the primitive \marks.
Marks(CodeToken) - Constructor for class org.extex.unit.tex.typesetter.mark.Marks
Creates a new object.
markSupported() - Method in class org.extex.main.tex.TeXInputReader
markSupported() - Method in class org.extex.resource.io.NamedInputStream
MASK - Static variable in class org.extex.font.format.xtf.tables.gps.ValueRecord
The MASK for the ValueFormat.
match(Context, TokenSource, Typesetter, boolean, ArgumentMatchingObserver) - Method in class org.extex.unit.tex.macro.util.MacroPattern
Match the pattern of this macro with the next tokens from the token source.
MATH - Static variable in class org.extex.interpreter.ListMakers
The field MATH contains the math list maker.
MATH - Static variable in class org.extex.typesetter.Mode
The constant MATH contains the math mode of the typesetter.
MATH_CHOICE_GROUP - Static variable in class org.extex.interpreter.context.group.GroupType
The field MATH_CHOICE_GROUP contains the symbolic constant for the math choice group.
MATH_GROUP - Static variable in class org.extex.interpreter.context.group.GroupType
The field MATH_GROUP contains the symbolic constant for the math group.
MATH_LEFT_GROUP - Static variable in class org.extex.interpreter.context.group.GroupType
The field MATH_LEFT_GROUP contains the symbolic constant for the math left group.
MATH_QUAD - Static variable in class org.extex.typesetter.type.noad.util.MathFontParameter
The constant MATH_QUAD contains 18mu.
MATH_SHIFT_GROUP - Static variable in class org.extex.interpreter.context.group.GroupType
The field MATH_SHIFT_GROUP contains the symbolic constant for the math shift group.
MATH_X_HEIGHT - Static variable in class org.extex.typesetter.type.noad.util.MathFontParameter
The constant MATH_X_HEIGHT contains the height of `x'.
MathAbs - Class in org.extex.interpreter.primitives.register.real
Math.
MathAbs(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathAbs
Creates a new object.
Mathaccent - Class in org.extex.unit.tex.math
This class provides an implementation for the primitive \mathaccent.
Mathaccent(CodeToken) - Constructor for class org.extex.unit.tex.math.Mathaccent
Creates a new object.
MathACos - Class in org.extex.interpreter.primitives.register.real
Math.
MathACos(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathACos
Creates a new object.
MathAdd - Class in org.extex.interpreter.primitives.register.real
Math.
MathAdd(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathAdd
Creates a new object.
MathASin - Class in org.extex.interpreter.primitives.register.real
Math.
MathASin(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathASin
Creates a new object.
MathATan - Class in org.extex.interpreter.primitives.register.real
Math.
MathATan(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathATan
Creates a new object.
MathATanTwo - Class in org.extex.interpreter.primitives.register.real
Math.
MathATanTwo(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathATanTwo
Creates a new object.
Mathbin - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathbin.
Mathbin(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathbin
Creates a new object.
MathCeil - Class in org.extex.interpreter.primitives.register.real
Math.
MathCeil(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathCeil
Creates a new object.
Mathchar - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathchar.
Mathchar(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathchar
Creates a new object.
Mathchardef - Class in org.extex.unit.tex.math
This class provides an implementation for the primitive \mathchardef.
Mathchardef(CodeToken) - Constructor for class org.extex.unit.tex.math.Mathchardef
Creates a new object.
Mathchoice - Class in org.extex.unit.tex.math
This class provides an implementation for the primitive \mathchoice.
Mathchoice(CodeToken) - Constructor for class org.extex.unit.tex.math.Mathchoice
Creates a new object.
MathClass - Class in org.extex.typesetter.type.math
This class provides the classification of mathematical characters.
MathClass() - Constructor for class org.extex.typesetter.type.math.MathClass
Creates a new object.
MathClassParser - Class in org.extex.base.parser
This class provides the parser for math classes.
MathClassParser() - Constructor for class org.extex.base.parser.MathClassParser
Creates a new object.
MathClassVisitor<RET_TYPE,A1_TYPE,A2_TYPE> - Interface in org.extex.typesetter.type.math
This interface implements part of the visitor pattern for the math class.
Mathclose - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathclose.
Mathclose(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathclose
Creates a new object.
MathCode - Class in org.extex.typesetter.type.math
This class represents a mathematical character.
MathCode(MathClass, MathGlyph) - Constructor for class org.extex.typesetter.type.math.MathCode
Creates a new object.
MathCode(long) - Constructor for class org.extex.typesetter.type.math.MathCode
Creates a new object.
MathCodeConvertible - Interface in org.extex.unit.tex.math.util
This interface describes a primitive which can deliver a MathCode.
MathcodePrimitive - Class in org.extex.unit.tex.math
This class provides an implementation for the primitive \mathcode.
MathcodePrimitive(CodeToken) - Constructor for class org.extex.unit.tex.math.MathcodePrimitive
Creates a new object.
mathCodeToLong(MathCode) - Static method in class org.extex.unit.omega.math.AbstractOmegaMathCode
Convert a MathCode to a number using the TeX encoding.
mathCodeToLong(MathCode) - Static method in class org.extex.unit.tex.math.AbstractTeXMathCode
Convert a MathCode to a number using the TeX encoding.
MathContext - Class in org.extex.typesetter.type.noad.util
This class provides a container for the information on the current mathematical appearance.
MathContext(StyleNoad, TypesetterOptions) - Constructor for class org.extex.typesetter.type.noad.util.MathContext
Creates a new object.
MathCos - Class in org.extex.interpreter.primitives.register.real
Math.
MathCos(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathCos
Creates a new object.
MathDelimiter - Class in org.extex.typesetter.type.math
This class provides a container for a delimiter consisting of a class, a large, and a small math glyph.
MathDelimiter(MathClass, MathGlyph, MathGlyph) - Constructor for class org.extex.typesetter.type.math.MathDelimiter
Creates a new object.
Mathdir - Class in org.extex.unit.omega.dir
This class provides an implementation for the primitive \mathdir.
Mathdir(CodeToken) - Constructor for class org.extex.unit.omega.dir.Mathdir
Creates a new object.
MathDiv - Class in org.extex.interpreter.primitives.register.real
Math.
MathDiv(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathDiv
Creates a new object.
MathE - Class in org.extex.interpreter.primitives.register.real
Math.
MathE(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathE
Creates a new object.
MATHEX - Static variable in class org.extex.font.format.tfm.TfmFontType
TeX Math Extension font metric.
MathExp - Class in org.extex.interpreter.primitives.register.real
Math.
MathExp(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathExp
Creates a new object.
MathExpression - Class in org.extex.interpreter.primitives.register.real
Math.
MathExpression(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathExpression
Creates a new object.
MathFloor - Class in org.extex.interpreter.primitives.register.real
Math.
MathFloor(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathFloor
Creates a new object.
MathFontParameter - Class in org.extex.typesetter.type.noad.util
This class provides symbolic constants for the font parameters used in math mode.
MathGlyph - Class in org.extex.typesetter.type.noad
This class provides a container for a mathematical glyph.
MathGlyph(int, UnicodeChar) - Constructor for class org.extex.typesetter.type.noad.MathGlyph
Creates a new object.
Mathinner - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathinner.
Mathinner(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathinner
Creates a new object.
MathList - Class in org.extex.typesetter.type.noad
This class provides a container for Noads and Nodes.
MathList() - Constructor for class org.extex.typesetter.type.noad.MathList
Creates a new object without any items.
MathListMaker - Class in org.extex.typesetter.listMaker.math
This is the list maker for the inline math formulae.
MathListMaker(ListManager, Locator) - Constructor for class org.extex.typesetter.listMaker.math.MathListMaker
Creates a new object.
MathLog - Class in org.extex.interpreter.primitives.register.real
Math.
MathLog(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathLog
Creates a new object.
MathMax - Class in org.extex.interpreter.primitives.register.real
Math.
MathMax(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathMax
Creates a new object.
MathMin - Class in org.extex.interpreter.primitives.register.real
Math.
MathMin(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathMin
Creates a new object.
MathMul - Class in org.extex.interpreter.primitives.register.real
Math.
MathMul(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathMul
Creates a new object.
Mathop - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathop.
Mathop(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathop
Creates a new object.
Mathopen - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathopen.
Mathopen(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathopen
Creates a new object.
Mathord - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathord.
Mathord(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathord
Creates a new object.
mathParameter(MathFontParameter) - Method in class org.extex.typesetter.type.noad.util.MathContext
Extract a font dimen from an appropriate font.
mathParameter(MathFontParameter, StyleNoad) - Method in class org.extex.typesetter.type.noad.util.MathContext
Retrieve a font parameter from either a symbol font or an extension font.
MathPi - Class in org.extex.interpreter.primitives.register.real
Math.
MathPi(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathPi
Creates a new object.
MathPow - Class in org.extex.interpreter.primitives.register.real
Math.
MathPow(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathPow
Creates a new object.
Mathpunct - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathpunct.
Mathpunct(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathpunct
Creates a new object.
MathRandom - Class in org.extex.interpreter.primitives.register.real
Math.
MathRandom(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathRandom
Creates a new object.
Mathrel - Class in org.extex.unit.tex.math.symbol
This class provides an implementation for the primitive \mathrel.
Mathrel(CodeToken) - Constructor for class org.extex.unit.tex.math.symbol.Mathrel
Creates a new object.
MathRint - Class in org.extex.interpreter.primitives.register.real
Math.
MathRint(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathRint
Creates a new object.
MathRound - Class in org.extex.interpreter.primitives.register.real
Math.
MathRound(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathRound
Creates a new object.
MATHSHIFT - Static variable in class org.extex.scanner.type.Catcode
The constant MATHSHIFT contains the unique object representing the math shift catcode.
mathShift(Context, TokenSource, Token) - Method in class org.extex.typesetter.impl.NullTypesetterImpl
Treat a math shift character.
mathShift(Context, TokenSource, Token) - Method in class org.extex.typesetter.impl.TypesetterImpl
Treat a math shift character.
mathShift(Context, TokenSource, Token) - Method in class org.extex.typesetter.listMaker.AbstractListMaker
Treat a math shift character.
mathShift(Context, TokenSource, Token) - Method in class org.extex.typesetter.listMaker.math.DisplaymathListMaker
Treat a math shift character. Usually this leads to entering or leaving math mode – maybe after inspection of a following token.
mathShift(Context, TokenSource, Token) - Method in class org.extex.typesetter.listMaker.math.MathListMaker
Treat a math shift character. Usually this leads to entering or leaving math mode – maybe after inspection of a following token.
mathShift(Context, TokenSource, Token) - Method in interface org.extex.typesetter.listMaker.TokenDelegateListMaker
Treat a math shift character.
MathShiftToken - Class in org.extex.scanner.type.token
This class represents a math shift token.
MathShiftToken(UnicodeChar) - Constructor for class org.extex.scanner.type.token.MathShiftToken
Creates a new object.
MathSin - Class in org.extex.interpreter.primitives.register.real
Math.
MathSin(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathSin
Creates a new object.
MathSpacing - Class in org.extex.typesetter.type.noad.util
Thus utility class contains some constants which describe the spacing between elements in math typesetting.
MathSqrt - Class in org.extex.interpreter.primitives.register.real
Math.
MathSqrt(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathSqrt
Creates a new object.
MathSub - Class in org.extex.interpreter.primitives.register.real
Math.
MathSub(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathSub
Creates a new object.
MATHSY - Static variable in class org.extex.font.format.tfm.TfmFontType
TeX Math Symbols font metric.
MathTan - Class in org.extex.interpreter.primitives.register.real
Math.
MathTan(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathTan
Creates a new object.
MathToDegrees - Class in org.extex.interpreter.primitives.register.real
Math.
MathToDegrees(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathToDegrees
Creates a new object.
MathToRadians - Class in org.extex.interpreter.primitives.register.real
Math.
MathToRadians(CodeToken) - Constructor for class org.extex.interpreter.primitives.register.real.MathToRadians
Creates a new object.
max(FixedDimen) - Method in class org.extex.core.dimen.Dimen
Sets the value of the dimen to the maximum of the value already stored and a given argument.
Max - Class in org.extex.interpreter.max
This is a reference implementation for a MAcro eXpander.
Max() - Constructor for class org.extex.interpreter.max.Max
Creates a new object.
MAX_CHARACTER - Static variable in class org.extex.font.format.vf.command.VfCommand
maximum character nr
MAX_IN_FILE_NO - Static variable in class org.extex.unit.base.file.AbstractFileCode
The constant MAX_OUT_FILE_NO contains the maximum number of input files.
MAX_OUT_FILE_NO - Static variable in class org.extex.unit.base.file.AbstractFileCode
The constant MAX_OUT_FILE_NO contains the maximal number of output files.
MAX_VALUE - Static variable in interface org.extex.color.Color
The constant MAX_VALUE contains the maximal values for all channels.
MAX_VALUE - Static variable in class org.extex.core.UnicodeChar
The constant MAX_VALUE contains the maximal admissible code point.
MAX_VALUE - Static variable in class org.extex.interpreter.primitives.register.real.Real
max-Real
maxDepth(FixedDimen) - Method in class org.extex.typesetter.type.node.AbstractNode
Assign the maximum of the current value and a comparison value to the depth.
maxHeight(FixedDimen) - Method in class org.extex.typesetter.type.node.AbstractNode
Assign the maximum of the current value and a comparison value to the height.
MAXP - Static variable in class org.extex.font.format.xtf.XtfReader
Maximum profile.
maxWidth(FixedDimen) - Method in class org.extex.typesetter.type.node.AbstractNode
Assign the maximum of the current value and a comparison value to the width.
Meaning - Class in org.extex.unit.tex.info
This class provides an implementation for the primitive \meaning.
Meaning(CodeToken) - Constructor for class org.extex.unit.tex.info.Meaning
Creates a new object.
meaning(Token, Context) - Method in class org.extex.unit.tex.info.Show
Get the descriptions of a token as token list.
meansBoundary() - Method in class org.extex.font.format.tfm.TfmLigKernCommand
Tells whether this LigKern contains information about boundary.
meansKern() - Method in class org.extex.font.format.tfm.TfmLigKernCommand
Tells whether this LigKern is a kerning instruction.
meansRestart() - Method in class org.extex.font.format.tfm.TfmLigKernCommand
Tells whether this LigKern redirects the actual start of a lig/kern program to some other instruction (it must be also the first instruction of some lig/kern program).
meansStop() - Method in class org.extex.font.format.tfm.TfmLigKernCommand
Tells whether this LigKern is the last instruction of a lig/kern program.
mergeProperties(String) - Method in class org.extex.main.tex.TeX
Loads a properties file into the already existing properties.
message(PrintStream, String) - Method in interface org.extex.framework.i18n.Localizer
Get the value of a format string associated to a given key in the resource bundle and print it to the given writer.
message(PrintStream, String, Object) - Method in interface org.extex.framework.i18n.Localizer
Apply the given argument to the format string stored in the resource bundle under the given key and print the result to a writer.
message(PrintStream, String, Object, Object) - Method in interface org.extex.framework.i18n.Localizer
Apply the given argument to the format string stored in the resource bundle under the given key and print the result to a writer.
message(PrintStream, String, Object, Object, Object) - Method in interface org.extex.framework.i18n.Localizer
Apply the given argument to the format string stored in the resource bundle under the given key and print the result to a writer.
Message - Class in org.extex.unit.tex.info
This class provides an implementation for the primitive \message.
Message(CodeToken) - Constructor for class org.extex.unit.tex.info.Message
Creates a new object.
MICROSOFT - Static variable in class org.extex.font.format.xtf.tables.TtfTableNAME
platform microsoft.
MID_LINE - Static variable in class org.extex.scanner.base.TokenStreamImpl
The constant MID_LINE contains the state for the processing in the middle of a line.
MID_LINE - Static variable in class org.extex.scanner.stream.impl32.TokenStreamImpl
The constant MID_LINE contains the state for the processing in the middle of a line.
middle(MathDelimiter) - Method in class org.extex.typesetter.listMaker.math.MathListMaker
Middle in the group for a \left-\right construction.
middle(MathDelimiter) - Method in interface org.extex.typesetter.listMaker.math.NoadConsumer
Middle in the group for a \left-\right construction.
Middle - Class in org.extex.unit.etex.math.delimiter
This class provides an implementation for the primitive \middle.
Middle(CodeToken) - Constructor for class org.extex.unit.etex.math.delimiter.Middle
Creates a new object.
MiddleNoad - Class in org.extex.typesetter.type.noad
This Noad carries a delimiter which is set in the middle between math material surrounding it.
MiddleNoad(LeftNoad, MathDelimiter, Noad) - Constructor for class org.extex.typesetter.type.noad.MiddleNoad
Creates a new object.
MIDLINENAME - Static variable in class org.extex.font.format.xtf.tables.TtfTableOS2.Panose
midlinename
min(FixedDimen) - Method in class org.extex.core.dimen.Dimen
Sets the value of the dimen to the minimum of the value already stored and a given argument.
MIN_CHARACTER - Static variable in class org.extex.font.format.vf.command.VfCommand
minimun character nr
MIN_VALUE - Static variable in class org.extex.core.UnicodeChar
The constant MIN_VALUE contains the minimal admissible code point.
MINUS_ONE_FIL - Static variable in class org.extex.core.glue.GlueComponent
The constant MINUS_ONE_FIL contains the value of -1 fil.
MissingEndcsnameException - Exception in org.extex.core.exception.helping
This exception is raised when a \csname without matching \endcsname is encountered.
MissingEndcsnameException(String) - Constructor for exception org.extex.core.exception.helping.MissingEndcsnameException
Creates a new object.
MissingExpressionsException - Exception in org.extex.ocpware.compiler.exception
This exception signals that the file doe not contain an expressions section.
MissingExpressionsException() - Constructor for exception org.extex.ocpware.compiler.exception.MissingExpressionsException
Creates a new object.
MissingLeftBraceException - Exception in org.extex.core.exception.helping
This exception is raised when an arithmetic overflow has been encountered.
MissingLeftBraceException(String) - Constructor for exception org.extex.core.exception.helping.MissingLeftBraceException
Creates a new object.
MissingLeftBraceInDefException - Exception in org.extex.unit.tex.macro.exceptions
This exception signals that an outer primitive has been encountered in the definition of a macro.
MissingLeftBraceInDefException(String) - Constructor for exception org.extex.unit.tex.macro.exceptions.MissingLeftBraceInDefException
Creates a new object.
MissingMathException - Exception in org.extex.core.exception.helping
This exception is raised when a math macro is encountered outside a math mode.
MissingMathException(String) - Constructor for exception org.extex.core.exception.helping.MissingMathException
Creates a new object.
MissingNumberException - Exception in org.extex.core.exception.helping
This exception is raised when a number should be read but none is found.
MissingNumberException() - Constructor for exception org.extex.core.exception.helping.MissingNumberException
Creates a new object.
MissingOcplistException - Exception in org.extex.core.exception.helping
This exception is raised when direction is needed but has not been found.
MissingOcplistException(String) - Constructor for exception org.extex.core.exception.helping.MissingOcplistException
Creates a new object.
MissingParserException - Exception in org.extex.interpreter.exception
This exception s thrown when a parser is requested but not registered.
MissingParserException(String) - Constructor for exception org.extex.interpreter.exception.MissingParserException
Creates a new object.
MissingResourceFinderException - Exception in org.extex.scanner.stream.exception
This Exception is thrown when no file finder has been provided before it is needed.
MissingResourceFinderException(String) - Constructor for exception org.extex.scanner.stream.exception.MissingResourceFinderException
Create a new object.
Mkern - Class in org.extex.unit.tex.math.spacing
This class provides an implementation for the primitive \mkern.
Mkern(CodeToken) - Constructor for class org.extex.unit.tex.math.spacing.Mkern
Creates a new object.
MMFX - Static variable in class org.extex.font.format.xtf.XtfReader
Multiple master font metrics.
MMSD - Static variable in class org.extex.font.format.xtf.XtfReader
Multiple master supplementary data.
Mode - Class in org.extex.typesetter
This class provides type-safe constants for the modes of a typesetter.
Mode(String) - Constructor for class org.extex.typesetter.Mode
Creates a new object.
ModifiableFont - Interface in org.extex.typesetter.tc.font
This interface descries the ability to receive an internal font.
ModifiableLanguage - Interface in org.extex.language
This interface extends the interface Language with the ability to receive a LigatureBuilder.
ModifiableTypesettingContext - Interface in org.extex.typesetter.tc
The typesetting context is a container for attributes describing the appearance of glyphs or other nodes.
MORE_COMPONENTS - Static variable in class org.extex.font.format.xtf.tables.TtfTableGLYF.CompositeComp
MORE_COMPONENTS
moreThan(int) - Method in class org.extex.font.format.tfm.TfmFixWord
more than.
Moritz - Class in org.extex.interpreter.max
This class provides the layer above the input streams and the tokenizer.
Moritz() - Constructor for class org.extex.interpreter.max.Moritz
Creates a new object.
MORT - Static variable in class org.extex.font.format.xtf.XtfReader
Glyph metamorphosis.
Moveleft - Class in org.extex.unit.tex.typesetter.displace
This class provides an implementation for the primitive \moveleft.
Moveleft(CodeToken) - Constructor for class org.extex.unit.tex.typesetter.displace.Moveleft
Creates a new object.
Moveright - Class in org.extex.unit.tex.typesetter.displace
This class provides an implementation for the primitive \moveright.
Moveright(CodeToken) - Constructor for class org.extex.unit.tex.typesetter.displace.Moveright
Creates a new object.
Mskip - Class in org.extex.unit.tex.math.spacing
This class provides an implementation for the primitive \mskip.
Mskip(CodeToken) - Constructor for class org.extex.unit.tex.math.spacing.Mskip
Creates a new object.
Mudimen - Class in org.extex.core.muskip
This class provides a dimen value with a length which is a multiple of math units (mu).
Mudimen() - Constructor for class org.extex.core.muskip.Mudimen
Creates a new object.
Mudimen(long) - Constructor for class org.extex.core.muskip.Mudimen
Creates a new object.
MudimenConvertible - Interface in org.extex.interpreter.parser
This is an interface which describes the feature to be convertible into a mudimen.
Muexpr - Class in org.extex.unit.etex.register.muskip
This class provides an implementation for the primitive \muexpr.
Muexpr(CodeToken) - Constructor for class org.extex.unit.etex.register.muskip.Muexpr
Creates a new object.
MultiConfiguration - Class in org.extex.framework.configuration.impl
Container for several Configuration objects.
MultiConfiguration(Configuration[]) - Constructor for class org.extex.framework.configuration.impl.MultiConfiguration
Creates a new object.
MultiConfigurationIterator - Class in org.extex.framework.configuration.impl
This class provides an Iterator over multiple Configurations.
MultiConfigurationIterator(Configuration[], String) - Constructor for class org.extex.framework.configuration.impl.MultiConfigurationIterator
Creates a new object.
MultiDumpDocumentWriter - Class in org.extex.backend.documentWriter.dump
This is an implementation of a document writer which puts of each page into a new output stream.
MultiDumpDocumentWriter(DocumentWriterOptions) - Constructor for class org.extex.backend.documentWriter.dump.MultiDumpDocumentWriter
Creates a new object.
MultipleDocumentStream - Interface in org.extex.backend.documentWriter
This interface describes the ability of a class to produce multiple output documents.
multiply(long) - Method in class org.extex.core.count.Count
Multiply the value with a factor.
multiply(FixedCount) - Method in class org.extex.core.count.Count
Multiply the value with a factor.
multiply(long, long) - Method in class org.extex.core.dimen.Dimen
Multiply the value by an integer fraction.
multiply(long) - Method in class org.extex.core.dimen.Dimen
Multiply the current value with a given number.
multiply(long, long) - Method in class org.extex.core.glue.Glue
Multiply the normal size by an integer fraction.
multiply(long, long) - Method in class org.extex.core.glue.GlueComponent
Multiply the value by an integer fraction.
multiply(long, long) - Method in class org.extex.core.muskip.Mudimen
Multiply the value by an integer fraction.
multiply(long, long) - Method in class org.extex.core.muskip.Muskip
Multiply all components by an integer fraction.
multiply(long) - Method in class org.extex.core.scaled.ScaledNumber
Multiply the current value by a scaled number.
multiply(long, long) - Method in class org.extex.core.scaled.ScaledNumber
Multiply the value by an integer fraction.
multiply(double) - Method in class org.extex.interpreter.primitives.register.real.ImmutableReal
multiply
multiply(Real) - Method in class org.extex.interpreter.primitives.register.real.ImmutableReal
multiply
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.interpreter.primitives.register.real.NamedReal
This method is called when the macro \multiply has been seen.
multiply(double) - Method in class org.extex.interpreter.primitives.register.real.Real
multiply
multiply(Real) - Method in class org.extex.interpreter.primitives.register.real.Real
multiply
multiply(Flags, Context, TokenSource, Typesetter) - Method in interface org.extex.interpreter.type.code.Multiplyable
This method is called when the macro \multiply has been seen.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.base.register.count.IntegerCode
This method is called when the macro \multiply has been seen.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.omega.math.delimiter.Odelcode
This method is called when the macro \multiply has been seen.
Multiply - Class in org.extex.unit.tex.arithmetic
This class provides an implementation for the primitive \multiply.
Multiply(CodeToken) - Constructor for class org.extex.unit.tex.arithmetic.Multiply
Creates a new object.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.tex.hyphen.LeftHyphenmin
This method is called when the macro \multiply has been seen.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.tex.hyphen.RightHyphenmin
This method is called when the macro \multiply has been seen.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.tex.math.delimiter.Delcode
This method is called when the macro \multiply has been seen.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.tex.register.count.CountPrimitive
This method is called when the macro \multiply has been seen.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.tex.register.count.Mag
This method is called when the macro \multiply has been seen.
multiply(Flags, Context, TokenSource, Typesetter) - Method in class org.extex.unit.tex.register.count.Prev