Commit graph

16 commits

Author SHA1 Message Date
Max Brazhnikov
8c8d41d1a9 math/jlatexmath: fix typo 2014-05-01 15:34:02 +00:00
Max Brazhnikov
e719a20555 math/jlatexmath:
- Update to 1.0.3
- Reduce build dependencies (follow README instructions)
- Fix packaging without FOP option
- Take maintainership
2014-05-01 14:28:55 +00:00
Max Brazhnikov
afc9c7c8a3 java/javahelp:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Amend COMMENT, update WWW

java/jrosetta:
- Add stage support
- Drop JAVA_VERSION

math/jlatexmath:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop JAVA_VERSION
- Use options helpers
2014-04-25 11:51:05 +00:00
Baptiste Daroussin
9f5deb008f Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Baptiste Daroussin
ab707d34ff Convert to new option framework 2012-12-13 07:58:07 +00:00
Baptiste Daroussin
9c526f7217 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
2012-12-10 13:43:43 +00:00
Ryan Steinmetz
c4786a9368 - Reset MAINTAINER due to unrecoverable bounce
Reported by:	portscout
Feature safe:	yes
2012-12-04 20:39:22 +00:00
Eitan Adler
9bc91883a7 - update to 0.9.7
Changes:
* Add the TeX macros: \above and \abovewithdelims.
* Add an option in jlmDynamic ([i]) to give the possibility to insert a group as if it was not a group.
* Fix various bugs

PR:		ports/163596
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe:	yes
2011-12-25 07:34:50 +00:00
Ryan Steinmetz
f90f03654f Update to 0.9.6
PR:		ports/159200
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Approved by:	wxs (mentor)
2011-08-01 16:43:28 +00:00
Dennis Herrmann
468d4cd9b6 - Update to 0.9.4
PR:		ports/155286
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2011-03-06 22:00:09 +00:00
Max Brazhnikov
9ab200b78c Correct run dependencies by using ':=' assign
Fix build with NOPORTEXAMPLES
Remove md5 checksum

Approved by:	Rob Farmer (maintainer)
2010-12-01 07:29:13 +00:00
Wen Heping
be250a4fd4 - Update to 0.9.3
PR:		ports/151011
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-10-12 13:10:08 +00:00
Max Brazhnikov
73b6db488b Adjust plist.
Approved by:	Rob Farmer (maintainer)
2010-09-04 13:06:12 +00:00
Wen Heping
9649946281 - Update to 0.9.2
PR:		ports/150136
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-09-03 10:53:32 +00:00
Martin Wilke
61ccb63c4d 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>
2010-02-13 11:24:44 +00:00