This commit is contained in:
parent
eb8b2d48be
commit
51ea87d467
|
@ -46,7 +46,7 @@
|
||||||
/* printer. */
|
/* printer. */
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
#ident "$Id: drive_ps.c,v 1.1 2002/04/03 13:55:21 ludo Exp $"
|
#ident "$Id: drive_ps.c,v 1.2 2002/04/03 15:31:13 ludo Exp $"
|
||||||
|
|
||||||
#define DRIVE2PS
|
#define DRIVE2PS
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
#include "rds.h"
|
#include "rds.h"
|
||||||
#include "rwi.h"
|
#include "rwi.h"
|
||||||
#include "rut.h"
|
#include "rut.h"
|
||||||
#include RPS_H
|
#include "rps_inc.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "rpr.h"
|
#include "rpr.h"
|
||||||
#include "rfm.h"
|
#include "rfm.h"
|
||||||
|
@ -375,7 +375,7 @@ rps_par *p;
|
||||||
pg->ps_x, pg->ps_y, pg->ps_x+pg->ps_w,
|
pg->ps_x, pg->ps_y, pg->ps_x+pg->ps_w,
|
||||||
pg->ps_y+pg->ps_h);
|
pg->ps_y+pg->ps_h);
|
||||||
rps_put (pg, buf);
|
rps_put (pg, buf);
|
||||||
sprintf (buf, "%%%%Creator: Rps v%s", RPS_VERSION);
|
sprintf (buf, "%%%%Creator: Rps v%s", L2P_VERSION);
|
||||||
sprintf (buf, "%s with%s\n", buf, p->cmdline);
|
sprintf (buf, "%s with%s\n", buf, p->cmdline);
|
||||||
rps_put (pg, buf);
|
rps_put (pg, buf);
|
||||||
sprintf (buf, "%%SCALE=%f\n", p->tops);
|
sprintf (buf, "%%SCALE=%f\n", p->tops);
|
||||||
|
@ -449,7 +449,7 @@ rps_par *p;
|
||||||
pg->ps_x, pg->ps_y, pg->ps_x+pg->ps_w,
|
pg->ps_x, pg->ps_y, pg->ps_x+pg->ps_w,
|
||||||
pg->ps_y+pg->ps_h);
|
pg->ps_y+pg->ps_h);
|
||||||
rps_put (pg, buf);
|
rps_put (pg, buf);
|
||||||
sprintf (buf, "%%%%Creator: Rps v%s", RPS_VERSION);
|
sprintf (buf, "%%%%Creator: Rps v%s", L2P_VERSION);
|
||||||
sprintf (buf, "%s with%s\n", buf, p->cmdline);
|
sprintf (buf, "%s with%s\n", buf, p->cmdline);
|
||||||
rps_put (pg, buf);
|
rps_put (pg, buf);
|
||||||
sprintf (buf, "%%SCALE=%f\n", p->tops);
|
sprintf (buf, "%%SCALE=%f\n", p->tops);
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
/* */
|
/* */
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
#ident "$Id: l2p.c,v 1.1 2002/04/03 13:55:21 ludo Exp $"
|
#ident "$Id: l2p.c,v 1.2 2002/04/03 15:31:13 ludo Exp $"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
#include "rds.h"
|
#include "rds.h"
|
||||||
#include "rwi.h"
|
#include "rwi.h"
|
||||||
#include "rut.h"
|
#include "rut.h"
|
||||||
#include RPS_H
|
#include "rps_inc.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "rpr.h"
|
#include "rpr.h"
|
||||||
#include "rfm.h"
|
#include "rfm.h"
|
||||||
|
@ -107,7 +107,7 @@ struct rps_param *param;
|
||||||
exit (0);
|
exit (0);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
alliancebanner ("L2P",RPS_VERSION,
|
alliancebanner ("L2P",L2P_VERSION,
|
||||||
"(L)ayout to(2) (P)aper: A tool for PostScript plots",
|
"(L)ayout to(2) (P)aper: A tool for PostScript plots",
|
||||||
"1994",ALLIANCE_VERSION);
|
"1994",ALLIANCE_VERSION);
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
|
|
Loading…
Reference in New Issue