writer2latex.latex
Class MathmlConverter
java.lang.Object
writer2latex.latex.ConverterHelper
writer2latex.latex.MathmlConverter
public final class MathmlConverter
- extends ConverterHelper
This class converts mathml nodes to LaTeX.
(Actually it only converts the starmath annotation currently, if available).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathmlConverter
public MathmlConverter(OfficeReader ofr,
Config config,
ConverterPalette palette)
appendDeclarations
public void appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl)
- Overrides:
appendDeclarations
in class ConverterHelper
convert
public java.lang.String convert(org.w3c.dom.Node settings,
org.w3c.dom.Node formula)
handleDisplayEquation
public boolean handleDisplayEquation(org.w3c.dom.Node node,
LaTeXDocumentPortion ldp)
Try to convert a paragraph as a display equation
Currently a display equation is a paragraph which contains only
whitespace + a single math object
- Parameters:
node
- the paragraphldp
- the LaTeXDocumentPortion to contain the converted equation
- Returns:
- true if the conversion was succesful, false if the paragraph
did not contain a display equation