Index of /archives/text/CTAN/graphics/hpgl2ps

Icon  Name                          Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] Makefile 1992-09-27 09:00 1.0K [TXT] README 1992-09-27 09:00 1.5K [TXT] changesizes.c 1992-09-27 09:00 1.6K [TXT] circle.c 1992-09-27 09:00 1.8K [TXT] defn.h 1992-09-27 09:00 2.2K [TXT] dxy2ps.c 1992-09-27 09:00 1.6K [TXT] dxy2ps.man 1992-09-27 09:00 2.7K [TXT] dxycom.c 1992-09-27 09:00 2.3K [TXT] end_draw.c 1992-09-27 09:00 192 [   ] foo.ps 1992-09-27 09:00 5.0K [TXT] getval.c 1992-09-27 09:00 752 [TXT] hpgl2ps.c 1992-09-27 09:00 1.5K [TXT] hpgl2ps.man 1992-09-27 09:00 2.5K [TXT] hpglcom.c 1992-09-27 09:00 11K [TXT] linesize.c 1992-09-27 09:00 262 [TXT] linetype.c 1992-09-27 09:00 2.7K [TXT] manualfeed.c 1992-09-27 09:00 585 [TXT] plotcoords.c 1992-09-27 09:00 819 [TXT] plotdot.c 1992-09-27 09:00 677 [TXT] plotinit.c 1992-09-27 09:00 1.2K [TXT] plotps.c 1992-09-27 09:00 1.2K [TXT] ps_macros.c 1992-09-27 09:00 4.5K [TXT] rectangle.c 1992-09-27 09:00 663 [   ] test1.dxy 1992-09-27 09:00 255 [   ] test1.hpgl 1992-09-27 09:00 1.1K [TXT] textps.c 1992-09-27 09:00 1.9K [TXT] viewport.c 1992-09-27 09:00 1.1K
There are two filters in this package which are based on the Roland
plotter command set.

1. DXY: A simple command set which is used with all DXY plotters

2. RD-GL: This command set is a superset of the HP (Hewlet Packard)
   graphics language.

Not all the commands of DXY or RD-GL (HPGL) are implemented (approx 95%
are) and those commands that are not are skipped and a warning given.
It is very easy to add to this filter if a particular unimplemented
command is desired.

If you wish to implement a command go to the relevant portion in the
command switch "dxycom.c" or "hpglcom.c" and call an appropriate user
written procedure.  (You will need a good knowledge of writing
PostScript programs)

The filters use the the procedure "getopt" which is used to interpret
command line options and arguments and is normally available on 4.3 bsd
and Sys V Unix. For those sites running 4.1 or 4.2 it may be available
as a local library and must be written into the Makefile.

IF YOU DONT HAVE GETOPT YOU WILL HAVE REWRITE THE CODE THAT INTERPRETS
COMMAND LINE OPTIONS AND ARGUMENTS.

NOTE 1: The method of writing text is not fully compatible with HPGL
and will be changed at a later date.

NOTE 2: The PostScript macros are written into a C procedure to allow
each filter to be a single stand alone program. These macros can easily
be incorporated into other filter programs.

I have written some test procedures for the testing of each filter they
are "test1.hpgl" for hpgl2ps and "test1.dxy" for dxy2ps.

Don McCormick.