diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-28 15:25:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-28 15:25:00 +0800 |
commit | 26e4bc556ad96c278005d58e101cbd1e6b3ac83c (patch) | |
tree | dd5fd649b46ced09e78fe03b34a1abfa90efce00 /textproc/tex2im/pkg-descr | |
parent | 47bf819334c7e138a5eedfd9ad28f51da3cd3b07 (diff) | |
download | freebsd-ports-gnome-26e4bc556ad96c278005d58e101cbd1e6b3ac83c.tar.gz freebsd-ports-gnome-26e4bc556ad96c278005d58e101cbd1e6b3ac83c.tar.zst freebsd-ports-gnome-26e4bc556ad96c278005d58e101cbd1e6b3ac83c.zip |
add tex2im
Converts LaTeX formulas into high resolution pixmap graphics
Diffstat (limited to 'textproc/tex2im/pkg-descr')
-rw-r--r-- | textproc/tex2im/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/tex2im/pkg-descr b/textproc/tex2im/pkg-descr new file mode 100644 index 000000000000..92131411e2dc --- /dev/null +++ b/textproc/tex2im/pkg-descr @@ -0,0 +1,11 @@ +Tex2im is a simple tool that converts LaTeX formulas into high resolution +pixmap graphics for inclusion in text processors or presentations. I +encountered the problem that the formulas generated by the editors of common +office packages usually were the ugliest part of my scientific presentations; +on the other hand I didn't want to use latex for my transparencies. On the +latex side I'm aware of the slitex and foiltex packages, nevertheless I +consider them to be masochistic. EPS import can be nice, but commonly you get +either display or printing problems. Also, often its nice just to copy +formulas out of you latex documents. + +WWW: http://www.nought.de/tex2im.php |