forked from pool/transfig
Update to 3.2.6a
OBS-URL: https://build.opensuse.org/package/show/Publishing/transfig?expand=0&rev=37
This commit is contained in:
parent
f3339b9ae6
commit
cbf2ce16bd
@ -7,10 +7,20 @@ Origin: http://p3f.gmxhome.de/fig2mpdf/fig2mpdf.html
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
diff --git a/fig2dev-3.2.6a/fig2dev/dev/genpstex.c b/fig2dev-3.2.6a/fig2dev/dev/genpstex.c
|
||||
--- a/fig2dev-3.2.6a/fig2dev/dev/genpstex.c
|
||||
+++ b/fig2dev-3.2.6a/fig2dev/dev/genpstex.c
|
||||
@@ -76,7 +76,307 @@ extern int genpdf_end(void); /* genpdf
|
||||
@@ -49,6 +49,7 @@
|
||||
|
||||
#include "fig2dev.h"
|
||||
#include "object.h" /* does #include <X11/xpm.h> */
|
||||
+#include "texfonts.h"
|
||||
|
||||
extern double rad2deg;
|
||||
|
||||
@@ -76,7 +77,307 @@ extern int genpdf_end(void); /* genpdf
|
||||
extern void genps_grid(float major, float minor);
|
||||
|
||||
static char pstex_file[1000] = "";
|
||||
@ -318,7 +328,7 @@ diff --git a/fig2dev-3.2.6a/fig2dev/dev/genpstex.c b/fig2dev-3.2.6a/fig2dev/dev/
|
||||
void
|
||||
genpstex_t_option(char opt, char *optarg)
|
||||
{
|
||||
@@ -130,6 +430,32 @@ genpstex_option(char opt, char *optarg)
|
||||
@@ -130,6 +431,32 @@ genpstex_option(char opt, char *optarg)
|
||||
genlatex_option(opt, optarg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user