add tex2im

Converts LaTeX formulas into high resolution pixmap graphics
This commit is contained in:
Ying-Chieh Liao 2001-11-28 07:25:00 +00:00
parent 58a3b04439
commit 19464805f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50677
6 changed files with 54 additions and 0 deletions

View File

@ -229,6 +229,7 @@
SUBDIR += sp
SUBDIR += tclExpat
SUBDIR += tdtd.el
SUBDIR += tex2im
SUBDIR += texi2html
SUBDIR += textutils
SUBDIR += tkdiff

34
textproc/tex2im/Makefile Normal file
View File

@ -0,0 +1,34 @@
# ex:ts=8
# New ports collection makefile for: tex2im
# Date created: Nov 28, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tex2im
PORTVERSION= 1.3
CATEGORIES= textproc
MASTER_SITES= http://www.nought.de/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
latex:${PORTSDIR}/print/teTeX \
convert:${PORTSDIR}/graphics/ImageMagick
NO_BUILD= yes
post-patch:
@${PERL} -pi -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" ${WRKSRC}/tex2im
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tex2im ${PREFIX}/bin
.if !defined(NOPORTDOCS)
post-patch:
@${MKDIR} ${EXAMPLESDIR}
${CP} -$ ${WRKSRC}/examples ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

1
textproc/tex2im/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tex2im-1.3.tar.gz) = 9cb1fb993cc2e695bb9fccfe3b2c5ce7

View File

@ -0,0 +1 @@
Converts LaTeX formulas into high resolution pixmap graphics

11
textproc/tex2im/pkg-descr Normal file
View File

@ -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

View File

@ -0,0 +1,6 @@
bin/tex2im
%%PORTDOCS%%share/examples/tex2im/example1.png
%%PORTDOCS%%share/examples/tex2im/example1.tex
%%PORTDOCS%%share/examples/tex2im/example2.png
%%PORTDOCS%%share/examples/tex2im/example2.tex
%%PORTDOCS%%@dirrm share/examples/tex2im