-
What are the parameters to install a [Configuration](https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Automation_and_Specialization_with_Configurations)? Can this be done with this installer?
-
```bash
docker run -it --rm -w /data -v $PWD/data:/data --entrypoint=/bin/bash \
ghcr.io/graalvm/graalvm-ce:22.2.0
gu install native-image
microdnf install freetype freetype-devel graphviz d…
-
Hi,
When trying to use plantuml with math, the render does not work.
Example:
```
# My Title
Alon Bar-Lev
[plantuml]
....
@startmath
f(t)=(a_0)/2 + sum_(n=1)^ooa_ncos((npit)/L)+sum_(…
-
https://github.com/plantuml/plantuml/issues/803#issuecomment-1404080146
-
I have the following libraries available when I compile: (including md5 hash)
1. `319313ce0662d8e131ef63b636a0bd5a batik-all-1.7.jar`
2. `94f87d8637d502c324ac4d93ac2ea21f jlatexmath-minimal-1.0.…
-
I was using JMathAnim 0.9.4, and using texlive 2022.
When i use "LaTeXMathObject.make("$\\sin^2x+\\cos^2x=1$");"
the console said "DEBUG - ! Undefined control sequence."
but while i using cmd termi…
-
Is it possible to use [jlatexmath](https://github.com/opencollab/jlatexmath) only to render the formulas in the branch but not the whole branch? Because the text rendered by `jlatexmath` is in the dif…
-
Hi [ForNeVeR](https://github.com/ForNeVeR), the wpf-math is a cool project, now c# also has a latex formula solution! and I want to integrate it to my desktop application, now could you please have a …
-
![ligature](https://user-images.githubusercontent.com/5962285/30246354-c0d8be20-9621-11e7-9aae-bbfa5144822d.png)
I've found that some cyrillic character sequences get replaced when using LaTeX form…
-
Perhaps too it’s worth considering (for future updates) configuring the plantuml derivation with the apache batik dependency so as to support the `-tpdf` option out of the box.
_Originally posted …