Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
Install JEuclid 3.1.9 Binary Package on macOS
How to download and install JEuclid 3.1.9 Binary Package on macOS?
✍: FYIcenter
JEuclid is a complete MathML rendering solution.
JEuclid 3.1.9 offers the following distribution packages:
You can follow these steps to download and install JEuclid 3.1.9 full package on macOS:
1. Go to the JEuclid SourceForge Website.
2. Click the "Download" link. You will see a download folder list.
3. Click the "3.1.9" link. You will see a download file list.
4. Click the "jeuclid-3.1.9-distribution.zip" link to download the macOS package to your ~/Downloads folder.
5. Unzip the download file ~/Downloads/jeuclid-3.1.9-distribution.zip You see the ~/Downloads/jeuclid-3.1.9 folder.
6. Move the package to your Applications folder.
fyicenter$ mv ~/Downloads/jeuclid-3.1.9 ~/Applications
7. Setup JAVA_HOME environment variable and try the "mml2xxx" command.
fyicenter$ export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17.0.5.jdk/Contents/Home
fyicenter$ ~/Applications/jeuclid-3.1.9/bin/mml2xxx
org.apache.commons.cli.ParseException: Not enough arguments!
usage: mml2xxx <source file(s)> <target file/directory> [options]
source is the path to the source file (MathML or ODF format)
target is the path to the target file / directory
If multiple source files are given, target must be a directory
-antiAlias <boolean> anti-alias mode [default: true]
-antiAliasMinSize <float> minimum font size for which anti-alias
is turned on [default: 10.0]
-backgroundColor <color> default background color
(mathbackground)
-debug <boolean> debug mode - if on, elements will have
borders drawn around them [default:
false]
-display <BLOCK|INLINE> display style [default: BLOCK]
-fontsDoublestruck <list> list of font families for Double-Struck
[default: MSBM10, Mathematica7, Caslon
Open Face, Caslon Openface, Cloister
Open Face, Academy Engraved LET,
Colonna MT, Imprint MT Shadow]
-fontsFraktur <list> list of font families for Fraktur
[default: EUFM10, Mathematica6,
FetteFraktur, Fette Fraktur, Euclid
Fraktur, Lucida Blackletter, Blackmoor
LET]
-fontSize <float> font size used for the output
(mathsize) [default: 12.0]
-fontsMonospaced <list> list of font families for Monospaced
[default: Andale Mono, Courier, Courier
Mono, Courier New, Lucida Sans
Typewriter, DejaVu Sans Mono,
DejaVuSansMono, Bitstream Vera Sans
Mono, Luxi Mono, FreeMono, monospaced]
-fontsSansSerif <list> list of font families for Sans-Serif
[default: Verdana, Helvetica, Arial,
Arial Unicode MS, Lucida Sans Unicode,
Lucida Sans, Lucida Grande, DejaVu
Sans, DejaVuSans, Bitstream Vera Sans,
Luxi Sans, FreeSans, sansserif]
-fontsScript <list> list of font families for Script
[default: EUSM10, cmsy10, Math5,
Mathematica5, Savoye LET, Brush Script
MT, Zapfino, Apple Chancery, Edwardian
Script ITC, Lucida Handwriting,
Monotype Corsiva, Santa Fe LET]
-fontsSerif <list> list of font families for Serif
[default: Constantina, Cambria, Times,
Times New Roman, Lucida Bright, DejaVu
Serif, DejaVuSerif, Bitstream Vera
Serif, Luxi Serif, FreeSerif, serif]
-foregroundColor <color> default foreground color (mathcolor)
[default: black]
-mfracKeepScriptLevel <boolean> if true, <mfrac> element will NEVER
increase children's scriptlevel (in
violation of the spec) [default: false]
-outFileType <arg> output file mime type [default: derived
from the target file's extension];
available values are: image/png
image/vnd.wap.wbmp image/jpeg
application/pdf image/bmp image/x-emf
image/gif image/x-gif image/svg+xml
image/x-raw
application/x-shockwave-flash
application/postscript image/x-png
image/x-portable-pixmap image/tiff
-scriptLevel <integer> script level [default: 0]
-scriptMinSize <float> font size to be used for smallest
script [default: 8.0]
-scriptSizeMult <float> script size multiplier [default: 0.71]
Example: mml2xxx a.mml a.png -backgroundColor white
Installation is done.
⇒ Run JEuclid "mml2xxx" Command on macOS
⇐ Run JEuclid MathViewer 3.1.9 on macOS
2025-04-29, ∼1886🔥, 0💬
Popular Posts:
What Is commons-io-2.11.jar? commons-io-2.11.jar is the JAR file for Commons IO 2.5, which is a libr...
JDOM provides a solution for using XML from Java that is as simple as Java itself. There is no compe...
JDK 11 java.rmi.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) module. JDK 11 RMI m...
Apache Commons Lang 3 is the 3rd version of Apache Commons Lang, which provides a host of helper uti...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....