From 02fe6c8e9946b361f24499798f6fe0d1d2db1138 Mon Sep 17 00:00:00 2001 From: itohy Date: Mon, 3 Jul 2000 23:58:05 +0000 Subject: Fix problem where transfig places LaTeX text at incorrect positions in PS/LaTeX output format. Reported by Jim Bernard in PR #10496. --- print/transfig/files/patch-sum | 3 ++- print/transfig/patches/patch-ac | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 print/transfig/patches/patch-ac (limited to 'print/transfig') diff --git a/print/transfig/files/patch-sum b/print/transfig/files/patch-sum index 37712d3785e..201b9c72c57 100644 --- a/print/transfig/files/patch-sum +++ b/print/transfig/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.2 2000/06/22 08:11:35 itohy Exp $ +$NetBSD: patch-sum,v 1.3 2000/07/03 23:58:05 itohy Exp $ MD5 (patch-aa) = 00263aefedc078e908d68b14104d7839 MD5 (patch-ab) = ee4124beec5895a1954103cc45b68bd1 +MD5 (patch-ac) = ba4f70edc59f62af97afbdae1820bbb1 diff --git a/print/transfig/patches/patch-ac b/print/transfig/patches/patch-ac new file mode 100644 index 00000000000..a33937697a4 --- /dev/null +++ b/print/transfig/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1 2000/07/03 23:58:06 itohy Exp $ + +PS/LaTeX fix from the author of transfig. +This will be included in future releases. + +--- fig2dev/dev/genpstex.c.orig Wed Jan 12 10:15:26 2000 ++++ fig2dev/dev/genpstex.c Mon Jun 12 12:30:21 2000 +@@ -136,7 +136,7 @@ + gendev_null, + genpstex_t_text, + genlatex_end, +- EXCLUDE_TEXT ++ INCLUDE_TEXT + }; + + struct driver dev_pstex = { -- cgit v1.2.3