blob: a33937697a4dadb4fc90f46650952831cb7bc7b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = {
|