diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-05 14:34:05 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-05 14:34:05 +0800 |
commit | c6bd66910a0fda362238d2b0e9e4322e0e1fef24 (patch) | |
tree | 699583b5fe7d3411bf8daaf3a7562b4f7c148e9a /textproc/gladtex/pkg-descr | |
parent | fef41fd1d8e0e214c1b30b53cba9f60c99f515f9 (diff) | |
download | freebsd-ports-gnome-c6bd66910a0fda362238d2b0e9e4322e0e1fef24.tar.gz freebsd-ports-gnome-c6bd66910a0fda362238d2b0e9e4322e0e1fef24.tar.zst freebsd-ports-gnome-c6bd66910a0fda362238d2b0e9e4322e0e1fef24.zip |
Add gladtex 0.3, a program to replace LaTeX formulas in HTML files with
images.
PR: ports/92820
Submitted by: Nicola Vitale <nivit@email.it>
Approved by: tobez
Diffstat (limited to 'textproc/gladtex/pkg-descr')
-rw-r--r-- | textproc/gladtex/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/gladtex/pkg-descr b/textproc/gladtex/pkg-descr new file mode 100644 index 000000000000..e9661b6aff0d --- /dev/null +++ b/textproc/gladtex/pkg-descr @@ -0,0 +1,5 @@ +Gladtex reads a 'htex' file (html with LaTeX maths embedded in <EQ></EQ>) +and produces html with equations substituted by images. + +Author: Martin G. Gulbrandsen <martingu@math.uio.no> +WWW: http://www.math.uio.no/~martingu/gladtex/ |