summaryrefslogtreecommitdiff
path: root/print/rtf2latex2e/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-02-12DESTDIR supportjoerg1-6/+8
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-02-03Fix homepage.reed1-2/+2
2008-02-03Import new package: rtf2latex2ereed1-0/+34
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