Wilhelm Burger

Results 46 comments of Wilhelm Burger

Posted a new pull request: https://github.com/imagej/imagej1/pull/34

Great! Let me know how you would like to proceed. Actually the choice of the PDF exporter is no real issue as long as it provides an AWT-compatible Graphic2D. I...

Most of the changes to XChart relate to the drawing of text, calculating dimensions and render positions. I am attaching a screenshot below that lists all modified and new files....

The plan is perfectly fine with me, and VectorGraphics2D _does_ work with the current setup. I had downloaded (and modified) JLatexMath 1.0.3 from https://forge.scilab.org/index.php/p/jlatexmath/ . Unfortunately I am quite ignorant...

OK, I will contact the JLatexMath people again to clarify these issues. I wonder how other projects incorporating JLatexMath (e.g., SciLab, Geogebra ...) handle this problem.

Just a quick update: To keep things simple I reverted the vector export in my code to 'VectorGraphics2D' so there is no more dependency on 'iText'. As mentioned, the problem...

Apart from the color problem (missing viewer profile) I suspect that PDF font embedding does not work properly (throws "bad character box" errors in Acrobat). It can be avoided if...

I use tikz too but most people don't and I would not include the package by default. Did you experience any problems when importing tikz? This could make a great...

Sure, `booktabs` adds some helpful features (I have been using it myself). Personally I don't consider its look a great improvement over the original LaTeX table layout (which is admittedly...

Good idea. I hope you can find a better table example than the one we have now ;-)