rtf2latex already exists in pkgsrc but didn't work for me and this is different (but maybe derived from same?) and installs different files. This is rtf2latex2e by Ujwal Sathyam and Scott Prahl. It uses the RTF reader by Paul DuBois and converts RTF files into the LaTeX2e format. Its main features are: 1. detects text style: bold, italic, color, big, small,... 2. reads embedded figures: PICT, WMF, PNG, JPEG, converts to EPS 3. reads tables: simple to semi-complex 4. equations: converts embedded MathType < 3.0 equations 5. symbols: converts most greek and math symbols 6. reads footnotes (not in tables yet) 7. support for use of the fontenc package 8. translates hyperlinks using the hyperref package
13 lines
456 B
Text
13 lines
456 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2008/02/03 02:45:23 reed Exp $
|
|
|
|
--- Unix/Makefile.in.orig 2000-05-20 17:03:11.000000000 -0500
|
|
+++ Unix/Makefile.in 2008-02-02 20:12:35.000000000 -0600
|
|
@@ -6,7 +6,7 @@
|
|
# IMPORTANT!!!!!
|
|
# if you edit the install directory (INSTALL_DIR),
|
|
# make sure it ends with rtf2latex2e!!!!
|
|
-INSTALL_DIR = /usr/local/rtf2latex2e
|
|
+INSTALL_DIR ?= /usr/local/rtf2latex2e
|
|
#----------------------------------------------------------------
|
|
|
|
|