aboutsummaryrefslogtreecommitdiff
path: root/math/jsmath-fonts
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Use new WWWDIR infrastructurePav Lucistnik2007-03-241-2/+0
| | | | Notes: svn path=/head/; revision=188195
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* Remove authors email addressErwin Lansing2006-06-041-1/+1
| | | | | | | | PR: 98475 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=164333
* Add ports math/jsmath and math/jsmath-fonts:Andrew Pantyukhin2006-06-014-0/+20351
The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. jsMath uses native fonts, so they resize when you change the size of the text in your browser, they print at the full resolution of your printer, and you don't have to wait for dozens of images to be downloaded in order to see the mathematics in a web page. There are also advantages for web-page authors, as there is no need to preprocess your web pages to generate any images, and the mathematics is entered in TeX form, so it is easy to create and maintain your web pages. Although it works best with the TeX fonts installed, jsMath will fall back on a collection of image-based fonts (which can still be scaled or printed at high resolution) or unicode fonts when the TeX fonts are not available. Author: Davide P. Cervone <dvpc@union.edu> WWW: http://www.math.union.edu/~dpvc/jsMath/ PR: ports/93864 (based on) Submitted by: Nicola Vitale <nivit@email.it> Approved by: krion (mentor) Notes: svn path=/head/; revision=164162