diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-13 11:24:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-13 11:24:44 +0000 |
commit | 61ccb63c4db1f6a0c4ce32e0762aed65d7ad6bc5 (patch) | |
tree | 2c73aec1d55e1ad44169d0a7a581dad37991ada6 /math/jlatexmath/distinfo | |
parent | 3ab2c72352d39235abc83d06940ed8f427f39e8a (diff) | |
download | ports-61ccb63c4db1f6a0c4ce32e0762aed65d7ad6bc5.tar.gz ports-61ccb63c4db1f6a0c4ce32e0762aed65d7ad6bc5.zip |
The goal of this Java API is to display mathematical formulas written in
LaTeX. The default encoding is UTF-8.
The most of LaTeX commands are available and :
1) macros from amsmath and symbols from amssymb and stmaryrd;
2) \includegraphics (without options);
3) the TeX macro \over;
4) accents from amsxtra package;
5) the macros \definecolor, \textcolor, \colorbox and \fcolorbox from the
package color;
6) the macros \rotatebox, \reflectbox and \scalebox from the package graphicx;
7) the most of latin unicode characters are available and cyrillic or
greek characters are detected for the loading of the different fonts;
8) the commands \newcommand and \newenvironment;
9) the environments array, matrix, pmatrix,..., eqnarray, cases;
10) the fonts are embedded in the jar file to be used by fop 0.95 to generate
PDF, PS or EPS (SVG export with shaped fonts works fine too);
11) and probably other things I forgot...
There is no dependency and no external programs to install : JLaTeXMath is
fully functional by itself.
WWW: http://forge.scilab.org/index.php/p/jlatexmath/
PR: ports/143860
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Notes
Notes:
svn path=/head/; revision=249766
Diffstat (limited to 'math/jlatexmath/distinfo')
-rw-r--r-- | math/jlatexmath/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/jlatexmath/distinfo b/math/jlatexmath/distinfo new file mode 100644 index 000000000000..bdae3e5c5590 --- /dev/null +++ b/math/jlatexmath/distinfo @@ -0,0 +1,3 @@ +MD5 (jlatexmath-src-all-0.8.9.jar) = cef10764c65fd7b48e5349713a99a608 +SHA256 (jlatexmath-src-all-0.8.9.jar) = d0972c70799a16bfe9689ecc3120295fd77be32a07ab289af938ee5ed07fa8e7 +SIZE (jlatexmath-src-all-0.8.9.jar) = 1077515 |