opencollab / jlatexmath

A Java API to render LaTeX
Other
514 stars 109 forks source link

Can't compile! #47

Closed sanmoh99 closed 3 years ago

sanmoh99 commented 6 years ago

I installed jlatexmath using mvn clean install but the lines

import org.apache.batik.dom.GenericDOMImplementation; import org.apache.batik.svggen.SVGGeneratorContext; import org.apache.batik.svggen.SVGGraphics2D; import org.apache.batik.transcoder.TranscoderInput; import org.apache.batik.transcoder.TranscoderOutput; import org.apache.fop.render.ps.EPSTranscoder; import org.apache.fop.render.ps.PSTranscoder; import org.apache.fop.svg.AbstractFOPTranscoder; import org.apache.fop.svg.PDFTranscoder;

are still red.

P.S: these lines are ok import org.scilab.forge.jlatexmath.DefaultTeXFont; import org.scilab.forge.jlatexmath.TeXConstants; import org.scilab.forge.jlatexmath.TeXFormula; import org.scilab.forge.jlatexmath.TeXIcon; import org.scilab.forge.jlatexmath.cyrillic.CyrillicRegistration; import org.scilab.forge.jlatexmath.greek.GreekRegistration; import org.w3c.dom.DOMImplementation; import org.w3c.dom.Document;