diff options
author | garga <garga@FreeBSD.org> | 2006-07-07 02:02:28 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-07 02:02:28 +0800 |
commit | 8cda40d1c2d7361bd3b9765cc91e3f8da613a40f (patch) | |
tree | 47e35d9178bd2d6bd5084a8fb4160d5816382d79 /print/Makefile | |
parent | 9ccd511a822aad8ff19e3bbcbb43bcc9081d6259 (diff) | |
download | freebsd-ports-gnome-8cda40d1c2d7361bd3b9765cc91e3f8da613a40f.tar.gz freebsd-ports-gnome-8cda40d1c2d7361bd3b9765cc91e3f8da613a40f.tar.zst freebsd-ports-gnome-8cda40d1c2d7361bd3b9765cc91e3f8da613a40f.zip |
EasyLatex is a preprocessor which takes an input file in "pseudo-latex",
and transforms it into proper LaTeX syntax.
Author: Bayle Shanks <bshanks@ucsd.edu>
WWW: http://easylatex.sourceforge.net/
PR: ports/93397
Submitted by: Nicola Vitale <nivit at email.it>
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 7d5d32f3b7c9..2350343a2b02 100644 --- a/print/Makefile +++ b/print/Makefile @@ -59,6 +59,7 @@ SUBDIR += dvipsk-tetex SUBDIR += dviselect SUBDIR += dvisvg + SUBDIR += easylatex SUBDIR += ec-fonts-mftraced SUBDIR += enscript-a4 SUBDIR += enscript-letter |