AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

text/tex/dvips558rev1.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Convert DVI files into PostScript
Author:ghibo at galileo.polito.it (Giuseppe Ghibò)
Uploader:mscheler aminet org (Matthias Scheler)
Type:text/tex
Architecture:m68k-amigaos
Date:1996-01-16
Download:http://aminet.net/text/tex/dvips558rev1.lha - View contents
Readme:http://aminet.net/text/tex/dvips558rev1.readme
Downloads:3460

* dvips v5.58 revision 1
*
* Amiga port by Giuseppe Ghibò <ghibo at galileo.polito.it>, based on
* the official Unix v5.58 distribution released on 13rd Sep 1994.
*
* Last revised 8th Jan 1995.

---------------
About this port
---------------

This is the Amiga port of dvips v5.58.

All original directories are left unchanged from the official Unix
distribution, except for dvips/contrib/psfig which has been substituted
with the latest version (1.10) of Trevor Darrel's 'psfig.sty' (look at
dvips/contrib/psfig-tex).

All Amiga changes are enclosed in #ifdef AMIGA ... #endif pairs.


----------
Path rules
----------

Amiga paths (in environment variables and config files) follow this
rules yet used on others PD version of TeX, and different from the ones
described in dvips.tex):

 - a period "." indicates the current directory.
 - a comma "," is the paths separator (instead of Unix ":").
 - two adjacent commas ",," includes the default pathname into
   that path.

Starting from dvips 5.58 revision 1, dvips supports the
EVPaths path routines for the following environment variables:

Env Var		config		Path
-------		option		----
		------

TEXCONFIG			specifies path for config files
TEXINPUTS	S		specifies path for postscript figures
TEXFONTS	T		specifies path for .tfm files
VFFONTS		V		specifies path for .vf files
DVIPSHEADERS	H		specifies path for postscript prologues

The other environment variables PK font searching rules
are still the same of the previous version 5.58, and don't support the
new behaviour.

The EVPaths routines allow the following behaviour for the environment
variables above (path rules are compatible with the old one, but there are
also some imprevements):

- Recursively path searching.
  ---------------------------

  - Appending the char * to a path element extend the searching into its
    subdirectories (one-level). For instance specifying:

	setenv TEXFONTS TeX:texfonts/tfm/*,CD0:texfonts/tfm

    the subdirectories contained into the directory `TeX:texfonts/tfm/'
    will be used as search path.
   
  - Appending ** to a path element, the searching will be extended to ALL the
    subdirectories of such path. Since the directory's scan is performed at
    startup time, this could slightly slow down the startup if the directory
    contains many subdirectories. Up to ten-level subdirectories are
    supported.

  Note that there are also some synonymous for * and **:

	---------------------------------
	| Char |       searching        |
	---------------------------------
	|  *   | one-level directories  |
	| **   | all sub-directories    |
	| #?   | one-level directories  |
	| #?>  | all sub-directories    |
	| *>   | all sub-directories    |
	---------------------------------

  Note also that the chars * and ** (or their synonymous) don't specifies
  wildcards; e.g. specifying TeX:macro/ltx*my we DON'T include every
  directory which matches the string `ltx*my' into the path.
  
- Recursively environment variables searching
  -------------------------------------------

  Speficifying the name of another environment variables we may include
  its contents into the path. For instance with:

	setenv TEXINPUTS TeX:texinputs,"$"MYTFM

  then the contents of the environment variables MYTFM will be added to
  the path list. Note that MYTFM may contain other environment variables
  and so on. Up to 5 level of environment variables recursion are
  allowed. Closed loop and duplicated entries are ignored.
  Double quotes (i.e. "$"MYTFM)are needed because otherwise the shell
  will expand the MYTFM var.

- Environment variables may have any length
  -----------------------------------------

  The environment variable used to specify a path may have any lenght
  (according to the memory size specified into DVIPS).
  Entries may also be separated by a LF.


EVPaths routines are Copyright © 1994-95 by Giuseppe Ghibò. The sources
and the full documentation of EVPaths are available on Aminet and its
mirror sites.


----------------
Backtick support
----------------

The backtick special "`" (see §4.7 of dvips manual) is also supported,
either through the Bojsen's APipe-Handler (you can find it on AmiNet in
util/shell/APipe-XX.X.lha) or through a very rough implementation of a
read only pipe (the latter will be used in the case you haven't installed the
APipe-Handler).

This version supports pipes to printers (e.g., dvips -o!lpr ...) only through
the APipe-Handler. If you want, instead, to send the output directly to a
PostScript printer connected, for instance, to the parallel port, you may use
"dvips -opar: dvifile". Note that `dvips -o!lpr' is just an example, the
Amiga doesn't have really the 'lpr' program (as far as I know...).

The backtick special "`" is supported also by the 'psfig' package (provided).
Using this feature you may keep your Encapsulated PostScript files in a
crunched form. To use this feature you must have the 'GZip' program (look in
Aminet) renamed to 'ZCat'.


-----------
Amiga files
-----------

This distribuition of dvips contains the following Amiga files:

README.Amiga      this file.
afm2tfm           binary version of afm2tfm.
dvips             binary version of dvips for any users.
dvips040          binary version of dvips for 68040 users.
smakefile         Makefile for SAS/C v6.x. (EVPaths support)
smakefile-old     Makefile for old path behaviour.
ps/config.ps      config.ps for 300 dpi laser printer (Canon engine).
ps/config.ljfour  a config file for HP LaseJet IV (600×600 dpi²).
ps/config.nechi   a config file for Nec 24pin (360×360 dpi²).
ps/config.nec     a config file for Nec 24pin (180×180 dpi²).
ps/config.generic a config file for generic PostScript printer.
ps/*.map          extra maps file to use Paradissa fonts collection.
ps/*.pro          PostScript prologue files.
chfiles/*.ch      Changes files to implement the EVPaths support.
MakeTeXPK         a shell script file for automatic pk fonts creation.
texc.rexx         ARexx script to convert tex.lpro to texc.lpro.
pipe.c            code to implement 'popen' and 'pclose' functions.
rexx.c            ARexx interface to make dvips compatible with PasTeX.
include/          directory with prototypical headers.
env-vars          a shell script to set some environment variable.
dvips.dvi         DVI documentation of dvips.
EVPaths.lib       Link library for the EVPaths routines.


---------
Compiling
---------

To compile source files on your Amiga, CD on dvips directory then type from
your current shell `smake -f amiga/smakefile all'. If you want to
compile dvips without the new EVPaths support, use instead
`smake -f amiga/smakefile-old'.
Note that to compile dvips with the EVPaths support you need the utility
WMERGE. This utility is distributed with the CWEB package which excellent
Amiga port, done by Andreas Scherer, is available on Aminet
(file dev/c/cweb33pXXX.lha) and in the CTAN archives.

To compile sources on CPUs different from 68000, you can use instead
`smake -f amiga/smakefile CPU=68040 MATH=8'.

To compile sources with the optimization disabled you can use for instance
`smake -f amiga/smakefile dvips OPTMZ='

To install the compiled sources and PostScript prologue files into TeX
directories type `smake -f amiga/smakefile install'.


------------
Installation
------------

If you don't intend to recreate all binaries and prologue files using
the smakefile, copy the following files:

    dvips/amiga/ps/#?
    dvips/psfonts.map
    dvips/psdraft.ps

to your TeX-PostScript directory (e.g., TeX:ps/) and then edit the file
config.ps according to your paths (pk, tfm, vf, ...). An alternative to change
the config file(s) is to set the environment variables. In fact some
environment variables override paths and options specified in the config
file(s). To do this you can modify the file `dvips/amiga/env-var' to match
your own paths.
Note that directory `dvips/amiga/ps/' contains the latest version of the
PostScript prologue files (*.pro) used by dvips. *BE SURE* you have installed
these files on your TeX PostScript directory, otherwise dvips will produce
fault PostScript files.

Then copy the binary version of 'dvips' (according to your CPU) and 'afm2tfm'
and 'squeeze' into your TeX-binary directory (e.g., TeX:bin/).

Finally copy the file 'MakeTeXPK' into your TeX-scripts directory
(e.g., TeX:s).

For further information process the dvips manual `dvips.tex' (using
plain TeX) or see the dvi file `amiga/dvips.dvi'.


-------------------------
Automatic font generation 
-------------------------

For automatic font generation (see §10 on page 35 of dvips manual), it is
provided a shell script file named 'MakeTeXPK'.

Note that this port of dvips has new features (not available in the
Rokicki's Unix version) for the MakeTeXPK env var.

On page 37 of the dvips manual are explained the standard arguments
supported by MakeTeXPK env var. This port now supports also four new
arguments:

  %x = horizontal base resolution (dpi), i.e. the one specified after the
       `X' in the config file.

  %y = vertical base resolution (dpi), i.e. the one specified after the
       `Y' in the config file.

  %p = a %p will be replaced by the first expansion of the pk path. For
       instance, if you have these lines in your config file:

           D 600
           M ljfour
           P TeX:texfonts/pk/%m/%d/%f.%dpk,TeX:pk/%d/%f.%dpk,%f.%dpk

       and, for instance, the font cmssbx10 at magstep(0.9) isn't found,
       then %p will be replaced by the following string:

           TeX:texfonts/pk/ljfour/540

  %P = a %P is like %p except the path has truncated also the directory
       before the font name. If we consider the example above, a %P will
       be replaced by:

           TeX:texfonts/pk/ljfour

Note that the %w (available in the port of version 5.55) used to
substitute the MF mode is no longer supported. In fact, now, the the official
dvips has the %o argument, which performs the same things of the old %w.

Note, if dvips doesn't found more than one pk font, then the file
'missfont.log' will be created/appended. In this case just execute that
file by typing from your shell 'execute missfont.log'.

If you have the ARexx script 'MakeBatch.rexx' and 'MakeTeXFont.rexx'
provided with PasTeX you can set the environment variable MAKETEXPK to

	rx MF:rexx/MakeBatch %n %d %x %y PS %d/%n.%dpk %P/
or
	rx MF:rexx/MakeTexFont %n %d %x %y PS %d/%n.%dpk %P/

to do the automatic font creation.

Starting from v5.55 rev 2, it is supported the CALLMF env var. If the
environment MAKETEXPK is setted to the value "CALLMF" (without quotes) or
it is not at all setted, then will be called the ARexx script specified
by the environment variable CALLMF itself. For instance let's consider:

	setenv MAKETEXPK CALLMF
	setenv CALLMF MF:rexx/MakeBatch.rexx

then the ARexx script `MF:rexx/MakeBatch.rexx' will be called if
a fonts isn't found. The arguments passed to the ARexx script
are the ones needed by the PasTeX's ARexx scripts `MakeBatch.rexx'
or `MakeTeXFont.rexx'. The advantage to use of CALLMF with respect to
set the enviroment variable MAKETEXPK to `rx MF:rexx/MakeBatch ...',
is that if the ARexx server isn't active then the ARexx script
isn't executed, while `rx' command starts anyway the ARexx server.


----------
Some notes
----------

If you are using dvips with a PostScript interpreter like Post, keep in
mind that the PostScript files produced by dvips using pk fonts aren't
'device indipendent'. For instance, if you want to print on a 180dpi dot
matrix printer you must have the correct pk size fonts. An alternative is to
use Type 1 PostScript fonts. For this purpose you may retrieve all the
CM and AMS fonts in Type 1 format (Paradissa Font Collection and
Bakoma Font Collection) from any CTAN archive. To use such fonts, there is
the config file 'config.generic'. You may use it typing 'dvips -Pgeneric
-Dres  myfile'.
The PostScript files produced in this way are bigger than the ones created
using the pk fonts only, but they're ``device indipendent''.

-----------------
Changes (summary)
-----------------

- v5.58 revision 1 (8th Jan 1994)

        - Made dvips EVPaths compliant.


- v5.58 (29 Sep 1994)

	- Changes according to the original 5.58 version.


- v5.55 rev 2 (19 Sep 1994) - internal

	- Support for CALLMF rexx script (compatibility with PasTeX).


- v5.55 rev 1 (12 Sep 1994) - internal

	- Support for %x and %y argument in the MAKETEXPK env var.
	- Now current directory isn't changed if a user break is hitted
          during dirs scan.
	- changed config files to support K. Berry's `modes.mf' v2.0.


- v5.528 (12-Feb-94)

	- Added full support of pipes.


- v5.526 (21-Jan-94)


- v5.525 (17-Jan-94)

	- Fixed a bug dued to conversion of all float to double.
	- Added a rough read only pipe (allows backtick "`" in specials).


- v5.523 (11-Jan-94)

	- Fixed units conversion in "emspecial.c": now units cc and dd
	  work right.

	- Added support for EM font libraries.

- v5.521 (17-Dec-93)

	- Enhanced paths: now volume name (like TeX:) and directories
          ending in '/' (like 'TeX:texfonts/') can also be used in enviroment
          variables for paths.


- v5.518 (22-Sep-93)

	- First public release of the Amiga port of dvips.


=========
ChangeLog 
=========

---------------------------------
8 Jan 1994 -- changes since v5.58
---------------------------------

	chfiles/*.ch:	added change files to support EVPaths routines.


----------------------------------------
29 Sep 1994 -- changes since v5.55 rev 2
----------------------------------------

	makefont.c:	removed %w for mfmode in MAKETEXPK. Now there is
			the %o (with the same behaviour of the old %w) also
			in the original dvips.

	afm2tfm.c:	- changed afm2tfm_protos.h
			- changes some scanf("...%f...") to scanf("...%lf..."),
			  according to FLTTODBL.

	squeeze.c:	- changed squeeze_protos.h

The following files are instead changed according to the changes introduced
in the original 5.58 version.

	bbox.c
	dvips.h
	dvips.c
	dopage.c
	dospecial.c
	emspecial.c
	loadfont.c
	makefont.c
	output.c
	paths.h
	resident.c
	scalewidth.c
	search.c
	virtualfonts.c

-----------------------------------------
19 Sep 1994 -- changes since v5.55 rev 1.
-----------------------------------------

(sch) denotes changes done by Andreas Scherer
<scherer at genesis.informatik.rwth-aachen.de>
none or (ghi) denotes changes done by Giuseppe Ghibò <ghibo at galileo.polito.it>

	makefont.c:	- (sch) added CallMF support according to the PasTeX behaviour.
			- (ghi) changed MF modes according to K. Berry's modes.mf 2.0.
			- (ghi) made CALLMF a modal option.

	afm2tfm.c:	(sch) made ANSI compliant.

	squeeze.c:	(sch) made ANSI compliant.

	rexx.c:		(ghi), (sch) added to call the ARexx script specified by CALLMF env
var.

	search.c:	changed MF modes according to K. Berry's modes.mf v2.0.


-------
Credits
-------

The author of this port wishes to thanks:

- Andreas Scherer for the ARexx (rexx.c) interface and for the others
  improvements and suggestions.

- Georg Heßmann for the original 'rexx.c'.


----
TODO
----

 o A GUI/MUI version of dvips.


-------------------------
QUESTIONS ABOUT THIS PORT
-------------------------

If you have any question, comment, suggestion, enhancement requests,
bug report, about this port, please feel free to contact me via e-mail
at <ghibo at galileo.polito.it>.


Contents of text/tex/dvips558rev1.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 2077    8423  24.7% -lh5- 2108 Jan 11  1994 dvips/afm-extra/Makefile
[generic]                  400    1907  21.0% -lh5- bf21 Aug 28  1992 dvips/afm-extra/ptmr.ed
[generic]                  426    2116  20.1% -lh5- bd24 Aug 28  1992 dvips/afm-extra/ptmro.ed
[generic]                 6903   27008  25.6% -lh5- 2642 Apr  2  1992 dvips/dvips/adobe
[generic]                  544     898  60.6% -lh5- 1db5 Aug 24  1992 dvips/dvips/afm2tfm.1
[generic]                15788   53744  29.4% -lh5- a0f2 Sep 28  1994 dvips/dvips/afm2tfm.c
[generic]                20413   33648  60.7% -lh5- 9e05 Sep 28  1994 dvips/dvips/amiga/afm2tfm
[generic]                  183     454  40.3% -lh5- ae0e Jan  7  1995 dvips/dvips/amiga/chfiles/dospecial.ch
[generic]                 1258    5303  23.7% -lh5- 6e98 Jan  7  1995 dvips/dvips/amiga/chfiles/dvips.ch
[generic]                  250     631  39.6% -lh5- 1d61 Jan  7  1995 dvips/dvips/amiga/chfiles/emspecial.ch
[generic]                  108     182  59.3% -lh5- 7163 Jan  7  1995 dvips/dvips/amiga/chfiles/finclude.ch
[generic]                  159     438  36.3% -lh5- 4959 Jan  7  1995 dvips/dvips/amiga/chfiles/flib.ch
[generic]                  111     195  56.9% -lh5- 9892 Jan  7  1995 dvips/dvips/amiga/chfiles/header.ch
[generic]                  148     487  30.4% -lh5- 285d Jan  7  1995 dvips/dvips/amiga/chfiles/output.ch
[generic]                 3680   11622  31.7% -lh5- 7665 Jan  7  1995 dvips/dvips/amiga/chfiles/resident.ch
[generic]                 2020    7210  28.0% -lh5- d0ec Jan  7  1995 dvips/dvips/amiga/chfiles/search.ch
[generic]                  633    2079  30.4% -lh5- 247b Jan  7  1995 dvips/dvips/amiga/chfiles/tfmload.ch
[generic]                  402    1066  37.7% -lh5- 942e Jan  7  1995 dvips/dvips/amiga/chfiles/virtualfont.ch
[generic]                60815  107108  56.8% -lh5- 47c1 Jan  7  1995 dvips/dvips/amiga/dvips
[generic]                70051  162108  43.2% -lh5- 7e8d Sep 28  1994 dvips/dvips/amiga/dvips.dvi
[generic]                60251  104684  57.6% -lh5- 9e36 Jan  8  1995 dvips/dvips/amiga/dvips040
[generic]                  379    1009  37.6% -lh5- 1520 Aug 17  1994 dvips/dvips/amiga/env-vars
[generic]                 3062    4972  61.6% -lh5- 837c Dec 14  1994 dvips/dvips/amiga/EVPaths.lib
[generic]                  575    1888  30.5% -lh5- 8f9f Sep 28  1994 dvips/dvips/amiga/include/afm2tfm_protos.h
[generic]                  119     199  59.8% -lh5- eb07 Jan  8  1994 dvips/dvips/amiga/include/bbox_protos.h
[generic]                  149     325  45.8% -lh5- 7e01 Jan  8  1994 dvips/dvips/amiga/include/color_protos.h
[generic]                   67      73  91.8% -lh5- 4bbb Jan  8  1994 dvips/dvips/amiga/include/dopage_protos.h
[generic]                  141     239  59.0% -lh5- 3d3e Jan  8  1994 dvips/dvips/amiga/include/dosection_protos.h
[generic]                  212     432  49.1% -lh5- 7491 Jan  8  1994 dvips/dvips/amiga/include/dospecial_protos.h
[generic]                  145     268  54.1% -lh5- d408 Jan  8  1994 dvips/dvips/amiga/include/download_protos.h
[generic]                   98     140  70.0% -lh5- 03f1 Jan  8  1994 dvips/dvips/amiga/include/dpicheck_protos.h
[generic]                  195     458  42.6% -lh5- 8b9a Jan  8  1994 dvips/dvips/amiga/include/drawPS_protos.h
[generic]                  144     292  49.3% -lh5- 74f2 Jan  8  1994 dvips/dvips/amiga/include/dviinput_protos.h
[generic]                  174     346  50.3% -lh5- ea6c Jan  8  1994 dvips/dvips/amiga/include/dvips_protos.h
[generic]                  558    2413  23.1% -lh5- f884 Jan  8  1994 dvips/dvips/amiga/include/emspecial_protos.h
[generic]                  746    1772  42.1% -lh5- 3baf Dec 14  1994 dvips/dvips/amiga/include/EVPaths.h
[generic]                  222     589  37.7% -lh5- c422 Jan  8  1994 dvips/dvips/amiga/include/finclude_protos.h
[generic]                  133     218  61.0% -lh5- 7e76 Jan  8  1994 dvips/dvips/amiga/include/flib_protos.h
[generic]                  155     467  33.2% -lh5- 596f Jan  8  1994 dvips/dvips/amiga/include/fontdef_protos.h
[generic]                  132     245  53.9% -lh5- b01e Jan  8  1994 dvips/dvips/amiga/include/header_protos.h
[generic]                  155     267  58.1% -lh5- e392 Jan  8  1994 dvips/dvips/amiga/include/loadfont_protos.h
[generic]                  111     184  60.3% -lh5- c4db May 28  1994 dvips/dvips/amiga/include/makefont_protos.h
[generic]                  326     893  36.5% -lh5- deec Jan  8  1994 dvips/dvips/amiga/include/output_protos.h
[generic]                  108     183  59.0% -lh5- f4a4 Jan  8  1994 dvips/dvips/amiga/include/papersiz_protos.h
[generic]                   90     110  81.8% -lh5- b0ce Jan 16  1994 dvips/dvips/amiga/include/pipe.h
[generic]                   71      82  86.6% -lh5- f797 Jan  8  1994 dvips/dvips/amiga/include/pprescan_protos.h
[generic]                   82     106  77.4% -lh5- ac49 Jan  8  1994 dvips/dvips/amiga/include/prescan_protos.h
[generic]                  176     412  42.7% -lh5- 80f8 Jan  8  1994 dvips/dvips/amiga/include/repack_protos.h
[generic]                  303     683  44.4% -lh5- 7d9a Jan  8  1994 dvips/dvips/amiga/include/resident_protos.h
[generic]                   87     100  87.0% -lh5- c134 Sep 19  1994 dvips/dvips/amiga/include/rexx_protos.h
[generic]                   88     137  64.2% -lh5- 9f33 Jan  8  1994 dvips/dvips/amiga/include/scalewidth_protos.h
[generic]                  108     161  67.1% -lh5- a3cb Jan  8  1994 dvips/dvips/amiga/include/scanpage_protos.h
[generic]                  187     432  43.3% -lh5- 0ab0 Jan  7  1995 dvips/dvips/amiga/include/search_evp_protos.h
[generic]                  148     394  37.6% -lh5- da30 Jan  8  1994 dvips/dvips/amiga/include/search_old_protos.h
[generic]                  148     394  37.6% -lh5- da30 Jan  8  1994 dvips/dvips/amiga/include/search_protos.h
[generic]                   71      77  92.2% -lh5- 553f Jan  8  1994 dvips/dvips/amiga/include/skippage_protos.h
[generic]                  109     173  63.0% -lh5- d0fe Sep 28  1994 dvips/dvips/amiga/include/squeeze_protos.h
[generic]                  129     214  60.3% -lh5- 8ccc Jan  8  1994 dvips/dvips/amiga/include/tfmload_protos.h
[generic]                  169     340  49.7% -lh5- 301a Jan  8  1994 dvips/dvips/amiga/include/unpack_protos.h
[generic]                  170     319  53.3% -lh5- b578 Jan  8  1994 dvips/dvips/amiga/include/virtualfont_protos.h
[generic]                  855    1866  45.8% -lh5- 3378 Apr  7  1994 dvips/dvips/amiga/MakeTeXPK
[generic]                 1219    2724  44.8% -lh5- ccf2 Sep 28  1994 dvips/dvips/amiga/pipe.c
[generic]                  635    2798  22.7% -lh5- 167b Nov 15  1994 dvips/dvips/amiga/ps/cmfonts.map
[generic]                 1026    3154  32.5% -lh5- 22f0 Jan 21  1994 dvips/dvips/amiga/ps/color.pro
[generic]                  150     226  66.4% -lh5- f774 Aug 17  1994 dvips/dvips/amiga/ps/config.generic
[generic]                  174     229  76.0% -lh5- 830a Jan  8  1995 dvips/dvips/amiga/ps/config.ljfour
[generic]                  347     568  61.1% -lh5- 457d Dec  1  1994 dvips/dvips/amiga/ps/config.nec
[generic]                  361     615  58.7% -lh5- 0152 Jan  8  1995 dvips/dvips/amiga/ps/config.nechi
[generic]                  852    2081  40.9% -lh5- efc7 Jan  8  1995 dvips/dvips/amiga/ps/config.ps
[generic]                  190     315  60.3% -lh5- 2b7c Jan 21  1994 dvips/dvips/amiga/ps/crop.pro
[generic]                  358    1464  24.5% -lh5- 1958 Mar  5  1994 dvips/dvips/amiga/ps/cyrfonts.map
[generic]                  161     510  31.6% -lh5- 1c3d Mar  5  1994 dvips/dvips/amiga/ps/eufonts.map
[generic]                  140     204  68.6% -lh5- ce98 Jan 21  1994 dvips/dvips/amiga/ps/finclude.pro
[generic]                  138     434  31.8% -lh5- 4aa3 Mar  5  1994 dvips/dvips/amiga/ps/lafonts.map
[generic]                  355    1175  30.2% -lh5- e6ac Aug  1  1994 dvips/dvips/amiga/ps/new_psfonts.map
[generic]                 1468    3912  37.5% -lh5- 83e8 Sep 28  1994 dvips/dvips/amiga/ps/special.pro
[generic]                 1429    3240  44.1% -lh5- fd02 Sep 28  1994 dvips/dvips/amiga/ps/tex.pro
[generic]                 1749    4102  42.6% -lh5- 8860 Sep 28  1994 dvips/dvips/amiga/ps/texc.pro
[generic]                  340     633  53.7% -lh5- 8e02 Jan 21  1994 dvips/dvips/amiga/ps/texps.pro
[generic]                 5843   15391  38.0% -lh5- 2931 Jan  8  1995 dvips/dvips/amiga/README.amiga
[generic]                 1175    2965  39.6% -lh5- 9016 Sep 19  1994 dvips/dvips/amiga/rexx.c
[generic]                 3555   11508  30.9% -lh5- b300 Jan  7  1995 dvips/dvips/amiga/smakefile
[generic]                 3183    9736  32.7% -lh5- 4661 Sep 28  1994 dvips/dvips/amiga/smakefile-old
[generic]                 6778   10724  63.2% -lh5- d6b3 Sep 28  1994 dvips/dvips/amiga/squeeze
[generic]                  520    1244  41.8% -lh5- c08e Sep 28  1994 dvips/dvips/amiga/texc.rexx
[generic]                 1288    2685  48.0% -lh5- 144a Aug 15  1994 dvips/dvips/atari/makefile.atari
[generic]                 2828    9237  30.6% -lh5- 7bd5 Sep 28  1994 dvips/dvips/bbox.c
[generic]                 1178    2973  39.6% -lh5- 0fb6 Aug 28  1992 dvips/dvips/blackdvi.sty
[generic]                 1178    2973  39.6% -lh5- 0fb6 Aug 28  1992 dvips/dvips/blackdvi.tex
[generic]                 2589    6816  38.0% -lh5- f042 Jan  8  1994 dvips/dvips/color.c
[generic]                 2304    7794  29.6% -lh5- cfd0 May 11  1992 dvips/dvips/color.lpro
[generic]                 2903    8299  35.0% -lh5- d4e3 Aug 25  1992 dvips/dvips/colordvi.sty
[generic]                 2903    8299  35.0% -lh5- d4e3 Aug 25  1992 dvips/dvips/colordvi.tex
[generic]                   59      59 100.0% -lh0- c4cf May  4  1992 dvips/dvips/config.epsf
[generic]                   59      62  95.2% -lh5- 72d6 May  1  1992 dvips/dvips/config.fax
[generic]                  920    2522  36.5% -lh5- a655 Mar  3  1992 dvips/dvips/config.lino
[generic]                  462     957  48.3% -lh5- faf2 Apr 17  1992 dvips/dvips/config.post3x3
[generic]                  431    1098  39.3% -lh5- e588 Feb 13  1993 dvips/dvips/config.ps
[generic]                 4145   11989  34.6% -lh5- c8cd Feb  5  1992 dvips/dvips/contrib/bbfig/bb.ps
[generic]                  303     470  64.5% -lh5- d7a8 Feb  5  1992 dvips/dvips/contrib/bbfig/bbfig
[generic]                  648    1260  51.4% -lh5- 7c18 Feb  5  1992 dvips/dvips/contrib/bbfig/bbfig.1
[generic]                  291     464  62.7% -lh5- cac9 Feb  5  1992 dvips/dvips/contrib/bbfig/INSTALLATION
[generic]                 1297    3124  41.5% -lh5- 9ed1 Dec 29  1993 dvips/dvips/contrib/bbfig/vmsbbfig.c
[generic]                 1487    4242  35.1% -lh5- ad6f Jan 11  1994 dvips/dvips/contrib/colorsep.lpro
[generic]                 2417    9728  24.8% -lh5- 760f Feb  6  1994 dvips/dvips/contrib/crop.lpr
[generic]                 2516    6208  40.5% -lh5- 4fe0 May 22  1993 dvips/dvips/contrib/MakeTeXPK.pl
[generic]                   82     105  78.1% -lh5- 8fcc Dec  4  1986 dvips/dvips/contrib/psfig-tex/doc/figs/box.ps
[generic]                  132     281  47.0% -lh5- 94ae Jun 17  1986 dvips/dvips/contrib/psfig-tex/doc/figs/cm.ps
[generic]                 2435    7247  33.6% -lh5- 3a98 Oct 19  1991 dvips/dvips/contrib/psfig-tex/doc/figs/piechart.ps
[generic]                  177     349  50.7% -lh5- 5d84 Mar 12  1986 dvips/dvips/contrib/psfig-tex/doc/figs/pretzel.ps
[generic]                 1213    3426  35.4% -lh5- 05f0 Aug  5  1986 dvips/dvips/contrib/psfig-tex/doc/figs/rosette.ps
[generic]                  229     750  30.5% -lh5- 1e74 Jan  4  1988 dvips/dvips/contrib/psfig-tex/doc/figs/starlines.ps
[generic]                16020   40676  39.4% -lh5- 2144 Jun  5  1986 dvips/dvips/contrib/psfig-tex/doc/figs/trevor.ps
[generic]                  177     239  74.1% -lh5- 5a31 Jul 16  1986 dvips/dvips/contrib/psfig-tex/doc/figs/zip.ps
[generic]                 4692   12351  38.0% -lh5- 21b6 Feb 12  1994 dvips/dvips/contrib/psfig-tex/doc/psfig-doc.tex
[generic]                 4527   11223  40.3% -lh5- 3c7a Nov 11  1993 dvips/dvips/contrib/psfig-tex/doc/psfig.man
[generic]                  153     217  70.5% -lh5- 5536 Oct 28  1993 dvips/dvips/contrib/psfig-tex/pscompress
[generic]                 9414   28879  32.6% -lh5- b679 Nov 11  1993 dvips/dvips/contrib/psfig-tex/psfig.sty
[generic]                 1419    3075  46.1% -lh5- df26 Nov 11  1993 dvips/dvips/contrib/psfig-tex/README
[generic]                 1038    2432  42.7% -lh5- eca8 Oct 28  1993 dvips/dvips/contrib/psfig-tex/unsupported/arbortext.pro
[generic]                  494    1106  44.7% -lh5- a6b1 Nov 19  1991 dvips/dvips/contrib/psfig-tex/unsupported/dospecial.frag
[generic]                  384    1038  37.0% -lh5- cb46 Nov 19  1991 dvips/dvips/contrib/psfig-tex/unsupported/dospecial.patch
[generic]                  419    1143  36.7% -lh5- ed58 Jan 19  1991 dvips/dvips/contrib/psfig-tex/unsupported/graphpaper.ps
[generic]                  113     135  83.7% -lh5- 9a09 Jan 19  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/cleanfig
[generic]                    0       0 ****** -lh0- 0000 Oct 31  1993 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/figs
[generic]                 7544   21806  34.6% -lh5- d922 Jan 19  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/lprep68.pro
[generic]                 7350   21508  34.2% -lh5- 44f8 Jul  3  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/lprep68.procs
[generic]                14077   35451  39.7% -lh5- 34e0 Jul  3  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/lprep70.pro
[generic]                14062   35436  39.7% -lh5- f06f Jul  3  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/lprep70.procs
[generic]                  251     461  54.4% -lh5- 7d15 Oct 31  1993 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/macdemo.tex
[generic]                   32      32 100.0% -lh0- e7ad Oct 20  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/macfigs/bullet.fig68.bb
[generic]                11016   11016 100.0% -lh0- 5a23 Feb  2  1989 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/macfigs/bullet.fig68.Z
[generic]                   33      33 100.0% -lh0- 12fa Oct 20  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/macfigs/dave.fig68.bb
[generic]                 3596    3596 100.0% -lh0- 948c Feb  2  1989 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/macfigs/dave.fig68.Z
[generic]                   32      32 100.0% -lh0- e7ad Oct 20  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/macfigs/macdraw.fig68.bb
[generic]                  751     751 100.0% -lh0- cdda Feb  2  1989 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/macfigs/macdraw.fig68.Z
[generic]                 1702    3807  44.7% -lh5- 1233 Nov 11  1993 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/README
[generic]                   92     149  61.7% -lh5- db33 Jan 19  1991 dvips/dvips/contrib/psfig-tex/unsupported/macdemo/stripfonts.awk
[generic]                 1031    2424  42.5% -lh5- 1a81 Jan 13  1992 dvips/dvips/contrib/psfig-tex/unsupported/psfig-li.pro
[generic]                 3262   10064  32.4% -lh5- 3c97 Jul 14  1988 dvips/dvips/contrib/psfig-tex/unsupported/psfig-li.tex
[generic]                 8689   39138  22.2% -lh5- 4568 Sep 20  1992 dvips/dvips/contrib/psfntmac/ps_lfonts.tex
[generic]                14811   44150  33.5% -lh5- a70f Sep 20  1992 dvips/dvips/contrib/psfntmac/ps_plain.tex
[generic]                  837    1636  51.2% -lh5- d62e Jan 26  1991 dvips/dvips/contrib/pspic/pspic.readme
[generic]                 1764    6346  27.8% -lh5- 59d2 Apr 16  1992 dvips/dvips/contrib/pspic/pspic.sty
[generic]                 4738   11991  39.5% -lh5- ed58 Nov 14  1992 dvips/dvips/contrib/PSTricks
[generic]                 3146    9871  31.9% -lh5- cc57 Aug 15  1994 dvips/dvips/contrib/timesmat.sty
[generic]                  224     309  72.5% -lh5- 06d6 Jan 26  1991 dvips/dvips/contrib/whichinpath
[generic]                  386     729  52.9% -lh5- 6491 Mar  4  1992 dvips/dvips/crop.lpro
[generic]                  223     424  52.6% -lh5- 04cf Feb 12  1992 dvips/dvips/debug.h
[generic]                 3567   11793  30.2% -lh5- 50c4 Sep 27  1994 dvips/dvips/dopage.c
[generic]                 2654    8211  32.3% -lh5- e447 Jan  8  1994 dvips/dvips/dosection.c
[generic]                 5837   19639  29.7% -lh5- 87dd Sep 27  1994 dvips/dvips/dospecial.c
[generic]                 2710    8501  31.9% -lh5- 2fc1 Jan  8  1994 dvips/dvips/download.c
[generic]                  726    1711  42.4% -lh5- f8ab Jan  8  1994 dvips/dvips/dpicheck.c
[generic]                 6334   20009  31.7% -lh5- fe18 Jan 15  1994 dvips/dvips/drawPS.c
[generic]                  747    1941  38.5% -lh5- 349e Jan  8  1994 dvips/dvips/dviinput.c
[generic]                 5172   12887  40.1% -lh5- 156a Jan 18  1993 dvips/dvips/dvips.1
[generic]                10883   37251  29.2% -lh5- 1c7a Sep 27  1994 dvips/dvips/dvips.c
[generic]                 3611    9433  38.3% -lh5- 4aa1 Sep 27  1994 dvips/dvips/dvips.h
[generic]                48954  132275  37.0% -lh5- c44f Aug 15  1994 dvips/dvips/dvips.tex
[generic]                  920    2025  45.4% -lh5- cfbe Sep 10  1994 dvips/dvips/dvipsmac.tex
[generic]                10019   35778  28.0% -lh5- 2ac8 Sep 28  1994 dvips/dvips/emspecial.c
[generic]                 3041    8344  36.4% -lh5- 41cb May 12  1993 dvips/dvips/epsf.sty
[generic]                 3041    8344  36.4% -lh5- 41cb May 12  1993 dvips/dvips/epsf.tex
[generic]                 3492    9228  37.8% -lh5- 50a3 Jan  8  1994 dvips/dvips/finclude.c
[generic]                  257     446  57.6% -lh5- 883e May 10  1993 dvips/dvips/finclude.lpro
[generic]                 3224   11606  27.8% -lh5- 4c2f Jan  8  1994 dvips/dvips/flib.c
[generic]                 2029    5631  36.0% -lh5- 10fb Jan  8  1994 dvips/dvips/fontdef.c
[generic]                 1488    4028  36.9% -lh5- 2f70 Jan  8  1994 dvips/dvips/header.c
[generic]                 4166   10102  41.2% -lh5- f0be Feb 11  1993 dvips/dvips/INSTALLATION
[generic]                 3890   14189  27.4% -lh5- 014b Sep 27  1994 dvips/dvips/loadfont.c
[generic]                 2570    7628  33.7% -lh5- bcc6 Aug 12  1993 dvips/dvips/Makefile
[generic]                 3848   13972  27.5% -lh5- 5cee Sep 28  1994 dvips/dvips/makefont.c
[generic]                 1585    3727  42.5% -lh5- 8de4 Feb 13  1994 dvips/dvips/MakeTeXPK
[generic]                 1295    3240  40.0% -lh5- b5b2 Jan 18  1993 dvips/dvips/mvs/dvipsmvs.h
[generic]                 9315   35950  25.9% -lh5- b1ac Sep 27  1994 dvips/dvips/output.c
[generic]                 1259    3010  41.8% -lh5- 36a9 Mar 29  1994 dvips/dvips/papersiz.c
[generic]                  903    2434  37.1% -lh5- 9d66 Sep 27  1994 dvips/dvips/paths.h
[generic]                  104     114  91.2% -lh5- 19b8 Dec 29  1993 dvips/dvips/pc/afm2tfm.def
[generic]                  589    1469  40.1% -lh5- b5d2 Nov 14  1992 dvips/dvips/pc/config.ps
[generic]                  105     113  92.9% -lh5- b04c Dec 29  1993 dvips/dvips/pc/dvips16.def
[generic]                  133     161  82.6% -lh5- 3691 Jan 18  1993 dvips/dvips/pc/dvipswin.def
[generic]                  315    2471  12.7% -lh5- 6928 Jan 18  1993 dvips/dvips/pc/dvipswin.rc
[generic]                 3381   10829  31.2% -lh5- c9f2 Mar  6  1994 dvips/dvips/pc/makefile.emx
[generic]                 3118    9264  33.7% -lh5- 23b1 Mar  6  1994 dvips/dvips/pc/makefile.msc
[generic]                 2914    8354  34.9% -lh5- 99c4 Mar  6  1994 dvips/dvips/pc/makefile.tc
[generic]                 3101    9786  31.7% -lh5- eaf9 Mar  6  1994 dvips/dvips/pc/makefile.wat
[generic]                 3350    9792  34.2% -lh5- 911b Mar  6  1994 dvips/dvips/pc/makefile.wt2
[generic]                  589    1353  43.5% -lh5- 8f47 Aug 19  1992 dvips/dvips/pc/maketexp.bat
[generic]                  645    1474  43.8% -lh5- 687b Jan 27  1993 dvips/dvips/pc/maketexp.cmd
[generic]                 2697    6458  41.8% -lh5- d17d Mar  6  1994 dvips/dvips/pc/README.pc
[generic]                  102     108  94.4% -lh5- c767 Dec 29  1993 dvips/dvips/pc/squeeze.def
[generic]                  195     439  44.4% -lh5- 1d66 Jan 18  1993 dvips/dvips/pc/wat.h
[generic]                 1046    2152  48.6% -lh5- 6c34 Nov 14  1992 dvips/dvips/pc/winmain.c
[generic]                 3016    9411  32.0% -lh5- d336 Mar 29  1994 dvips/dvips/pprescan.c
[generic]                 2916    9610  30.3% -lh5- cd6c Jan  8  1994 dvips/dvips/prescan.c
[generic]                   46      46 100.0% -lh0- b03f May 11  1993 dvips/dvips/psdraft.ps
[generic]                  729    3104  23.5% -lh5- 3a89 Dec 29  1993 dvips/dvips/psfonts.map
[generic]                  455     752  60.5% -lh5- c884 Sep 10  1994 dvips/dvips/README
[generic]                   55      55 100.0% -lh0- d5ac Apr 24  1992 dvips/dvips/reencode/clean.sh
[generic]                 1332    3353  39.7% -lh5- 8d7b Aug 21  1992 dvips/dvips/reencode/DC.enc
[generic]                 1338    3375  39.6% -lh5- 07f2 Nov 14  1992 dvips/dvips/reencode/EC.enc
[generic]                 1346    3370  39.9% -lh5- e843 Nov 14  1992 dvips/dvips/reencode/extex.enc
[generic]                 1362    4856  28.0% -lh5- 51c7 Apr  9  1992 dvips/dvips/reencode/funky.enc
[generic]                  117     281  41.6% -lh5- 34a6 Aug 12  1993 dvips/dvips/reencode/psfonts.map
[generic]                  101     138  73.2% -lh5- 1e6b Feb 26  1993 dvips/dvips/reencode/README
[generic]                  683    3562  19.2% -lh5- ce4b Nov 14  1992 dvips/dvips/reencode/texmext.enc
[generic]                  611    2306  26.5% -lh5- 1331 Nov 14  1992 dvips/dvips/reencode/texmital.enc
[generic]                  786    2849  27.6% -lh5- bca6 Nov 14  1992 dvips/dvips/reencode/texmsym.enc
[generic]                  372    1162  32.0% -lh5- 2ecf Apr 24  1992 dvips/dvips/reencode/treen.sh
[generic]                  206     322  64.0% -lh5- 27b8 Apr 24  1992 dvips/dvips/reencode/treen2.sh
[generic]                 3714   14464  25.7% -lh5- 7370 Mar 29  1994 dvips/dvips/repack.c
[generic]                 8542   28128  30.4% -lh5- 3988 Sep 27  1994 dvips/dvips/resident.c
[generic]                  925    2285  40.5% -lh5- ab4f Nov 17  1990 dvips/dvips/rotate.sty
[generic]                  765    1936  39.5% -lh5- 9d0c Nov  4  1990 dvips/dvips/rotate.tex
[generic]                  414    1029  40.2% -lh5- 547f Nov  4  1990 dvips/dvips/rotsample.tex
[generic]                  611    1208  50.6% -lh5- eae7 Sep 28  1994 dvips/dvips/scalewidth.c
[generic]                 3420   10571  32.4% -lh5- 2648 Jan  8  1994 dvips/dvips/scanpage.c
[generic]                 3327   15140  22.0% -lh5- 8c8f Sep 28  1994 dvips/dvips/search.c
[generic]                 1043    2992  34.9% -lh5- 8ed2 Jan  8  1994 dvips/dvips/skippage.c
[generic]                 3124    8515  36.7% -lh5- b8fe Sep 17  1994 dvips/dvips/special.lpro
[generic]                 1214    3462  35.1% -lh5- 2af0 Sep 28  1994 dvips/dvips/squeeze.c
[generic]                 2066    4434  46.6% -lh5- 02d0 Aug 21  1992 dvips/dvips/test.tex
[generic]                 4271   10690  40.0% -lh5- 5ccd Apr  1  1994 dvips/dvips/tex.lpro
[generic]                  157     303  51.8% -lh5- 7218 Feb 11  1992 dvips/dvips/texc.script
[generic]                 2413    5471  44.1% -lh5- 5bd4 Aug 21  1992 dvips/dvips/texps.lpro
[generic]                 1360    3779  36.0% -lh5- 7aef Jan  8  1994 dvips/dvips/tfmload.c
[generic]                 1629    5239  31.1% -lh5- afdd Jan  8  1994 dvips/dvips/unpack.c
[generic]                 2292    7019  32.7% -lh5- 9764 Sep 28  1994 dvips/dvips/virtualfont.c
[generic]                 4084   11292  36.2% -lh5- 8051 Feb 26  1992 dvips/dvips/vmcms/afm2tfm.doc
[generic]                 1090    2215  49.2% -lh5- dd30 Nov 14  1992 dvips/dvips/vmcms/afm2tfm.exec
[generic]                  738    1458  50.6% -lh5- 11cb Feb 26  1992 dvips/dvips/vmcms/dvips.doc
[generic]                 3236    7941  40.8% -lh5- ece5 Nov 14  1992 dvips/dvips/vmcms/dvips.exec
[generic]                 1791    4405  40.7% -lh5- 1f91 Jan 19  1993 dvips/dvips/vmcms/dvipscms.h
[generic]                 2246    6761  33.2% -lh5- 73e0 Jan 18  1993 dvips/dvips/vmcms/Makefile.IBM
[generic]                 2599    6103  42.6% -lh5- 378d Nov 14  1992 dvips/dvips/vmcms/maketexp.exec
[generic]                 6337   17517  36.2% -lh5- d52f Nov 14  1992 dvips/dvips/vmcms/mkdvips.exec
[generic]                 3563    7987  44.6% -lh5- e614 Aug 15  1994 dvips/dvips/vmcms/README.VMCMS
[generic]                 1543    4059  38.0% -lh5- 61dc Nov 14  1992 dvips/dvips/vmcms/texc.exec
[generic]                  420    1499  28.0% -lh5- b7af Jan 23  1993 dvips/dvips/vms/dvips.cld
[generic]                 3875    9299  41.7% -lh5- 8910 Mar 27  1992 dvips/dvips/vms/dvips.hlp
[generic]                 6018   16213  37.1% -lh5- d4a8 Jan 23  1993 dvips/dvips/vms/dvips.rnh
[generic]                 3449   14235  24.2% -lh5- ced6 Jan 27  1993 dvips/dvips/vms/make.com
[generic]                 3210    9086  35.3% -lh5- e31f Aug 12  1993 dvips/dvips/vms/Makefile
[generic]                 1345    3384  39.7% -lh5- 536f Mar 27  1992 dvips/dvips/vms/MAKETEXPK.COM
[generic]                  678    1485  45.7% -lh5- 633a Nov  4  1990 dvips/dvips/vms/README.VMS
[generic]                 1054    3872  27.2% -lh5- d4ae Jan 18  1993 dvips/dvips/vms/texc_scr.com
[generic]                   24      24 100.0% -lh0- 1e33 Nov  4  1990 dvips/dvips/vms/vaxcrtl.opt
[generic]                 5650   14210  39.8% -lh5- 9a00 Aug 12  1993 dvips/dvips/vms/vaxvms.c
[generic]                  286     508  56.3% -lh5- daec Oct 20  1993 dvips/dvips/vms/vms.h
[generic]                 1733    3823  45.3% -lh5- 1668 Aug 12  1993 dvips/dvips/vms/vms_gcc.txt
[generic]                  354     883  40.1% -lh5- bee9 Aug 12  1993 dvips/dvips/vms/vms_gcc_paths.h
[generic]                 2481   11949  20.8% -lh5- 2834 Oct 20  1993 dvips/dvips/vms/vmscli.c
[generic]                  160     322  49.7% -lh5- 7bc5 Nov 17  1990 dvips/PSlatex/avantgarde.sty
[generic]                  155     304  51.0% -lh5- 2ea7 Nov 17  1990 dvips/PSlatex/bookman.sty
[generic]                  135     348  38.8% -lh5- 64de Nov 17  1990 dvips/PSlatex/chancery.sty
[generic]                  200     301  66.4% -lh5- 1149 Feb 26  1993 dvips/PSlatex/lucida.sty
[generic]                  171     373  45.8% -lh5- e15f Nov 17  1990 dvips/PSlatex/ncs.sty
[generic]                  153     285  53.7% -lh5- 3bc5 Nov 17  1990 dvips/PSlatex/palatino.sty
[generic]                 2204   12368  17.8% -lh5- 9759 Sep 19  1992 dvips/PSlatex/psfonts.sty
[generic]                  402    1238  32.5% -lh5- 5001 Nov 17  1990 dvips/PSlatex/psgreek.sty
[generic]                  164     303  54.1% -lh5- 085f Nov 17  1990 dvips/PSlatex/times.sty
[generic]                 1572    2476  63.5% -lh5- f012 Jan 16  1994 dvips/PStfms/pagd.tfm
[generic]                 1867    2684  69.6% -lh5- b24e Jan 16  1994 dvips/PStfms/pagdo.tfm
[generic]                 1756    2676  65.6% -lh5- 4b9e Jan 16  1994 dvips/PStfms/pagk.tfm
[generic]                 1867    2812  66.4% -lh5- 9c6d Jan 16  1994 dvips/PStfms/pagkc.tfm
[generic]                 2026    2904  69.8% -lh5- 3eb8 Jan 16  1994 dvips/PStfms/pagko.tfm
[generic]                 1310    2036  64.3% -lh5- 85cf Jan 16  1994 dvips/PStfms/pbkd.tfm
[generic]                 1603    2264  70.8% -lh5- 4279 Jan 16  1994 dvips/PStfms/pbkdi.tfm
[generic]                 1277    2020  63.2% -lh5- 7735 Jan 16  1994 dvips/PStfms/pbkl.tfm
[generic]                 1311    2076  63.2% -lh5- 94b1 Jan 16  1994 dvips/PStfms/pbklc.tfm
[generic]                 1552    2200  70.5% -lh5- aa94 Jan 16  1994 dvips/PStfms/pbkli.tfm
[generic]                  561    1244  45.1% -lh5- c667 Jan 16  1994 dvips/PStfms/pcrb.tfm
[generic]                  865    1460  59.2% -lh5- deb0 Jan 16  1994 dvips/PStfms/pcrbo.tfm
[generic]                  515    1220  42.2% -lh5- 84a7 Jan 16  1994 dvips/PStfms/pcrr.tfm
[generic]                  824    1436  57.4% -lh5- 48e2 Jan 16  1994 dvips/PStfms/pcrro.tfm
[generic]                 1341    2260  59.3% -lh5- 01e7 Jan 16  1994 dvips/PStfms/phvb.tfm
[generic]                 1634    2456  66.5% -lh5- c73b Jan 16  1994 dvips/PStfms/phvbo.tfm
[generic]                 1653    2456  67.3% -lh5- aa04 Jan 16  1994 dvips/PStfms/phvbon.tfm
[generic]                 1345    2256  59.6% -lh5- b980 Jan 16  1994 dvips/PStfms/phvbrn.tfm
[generic]                 1478    2464  60.0% -lh5- 19c3 Jan 16  1994 dvips/PStfms/phvr.tfm
[generic]                 1445    2424  59.6% -lh5- 05a7 Jan 16  1994 dvips/PStfms/phvrc.tfm
[generic]                 1799    2684  67.0% -lh5- 6ac2 Jan 16  1994 dvips/PStfms/phvro.tfm
[generic]                 1812    2684  67.5% -lh5- d07f Jan 16  1994 dvips/PStfms/phvron.tfm
[generic]                 1510    2464  61.3% -lh5- bdd2 Jan 16  1994 dvips/PStfms/phvrrn.tfm
[generic]                 1143    1952  58.6% -lh5- c3ea Jan 16  1994 dvips/PStfms/pncb.tfm
[generic]                 1820    2728  66.7% -lh5- 8d19 Jan 16  1994 dvips/PStfms/pncbi.tfm
[generic]                 1248    2128  58.6% -lh5- f14b Jan 16  1994 dvips/PStfms/pncr.tfm
[generic]                 1318    2296  57.4% -lh5- 8d8f Jan 16  1994 dvips/PStfms/pncrc.tfm
[generic]                 1357    2252  60.3% -lh5- adeb Jan 16  1994 dvips/PStfms/pncri.tfm
[generic]                 1041    1804  57.7% -lh5- c3de Jan 16  1994 dvips/PStfms/pplb.tfm
[generic]                 1238    1984  62.4% -lh5- 019d Jan 16  1994 dvips/PStfms/pplbi.tfm
[generic]                 1025    1804  56.8% -lh5- c091 Jan 16  1994 dvips/PStfms/pplbu.tfm
[generic]                 1202    1972  61.0% -lh5- 6b00 Jan 16  1994 dvips/PStfms/pplr.tfm
[generic]                 1220    2004  60.9% -lh5- 8952 Jan 16  1994 dvips/PStfms/pplrc.tfm
[generic]                 1194    1928  61.9% -lh5- ca03 Jan 16  1994 dvips/PStfms/pplri.tfm
[generic]                 1521    2200  69.1% -lh5- c9e3 Jan 16  1994 dvips/PStfms/pplro.tfm
[generic]                 1200    1972  60.9% -lh5- b208 Jan 16  1994 dvips/PStfms/pplrre.tfm
[generic]                 1200    1972  60.9% -lh5- ea7d Jan 16  1994 dvips/PStfms/pplrrn.tfm
[generic]                 1047    1812  57.8% -lh5- 393a Jan 16  1994 dvips/PStfms/pplru.tfm
[generic]                  803    1408  57.0% -lh5- 37e5 Jan 16  1994 dvips/PStfms/psyr.tfm
[generic]                 1076    1600  67.2% -lh5- e2d5 Jan 16  1994 dvips/PStfms/psyro.tfm
[generic]                 1562    2648  59.0% -lh5- 823c Jan 16  1994 dvips/PStfms/ptmb.tfm
[generic]                 1636    2732  59.9% -lh5- f605 Jan 16  1994 dvips/PStfms/ptmbi.tfm
[generic]                 1867    2852  65.5% -lh5- 4c46 Jan 16  1994 dvips/PStfms/ptmbo.tfm
[generic]                 1617    2744  58.9% -lh5- 43b8 Jan 16  1994 dvips/PStfms/ptmr.tfm
[generic]                 1521    2576  59.0% -lh5- c33b Jan 16  1994 dvips/PStfms/ptmrc.tfm
[generic]                 1720    2800  61.4% -lh5- e01e Jan 16  1994 dvips/PStfms/ptmri.tfm
[generic]                 1935    2948  65.6% -lh5- 060e Jan 16  1994 dvips/PStfms/ptmro.tfm
[generic]                 1564    2648  59.1% -lh5- 0d6b Jan 16  1994 dvips/PStfms/ptmrre.tfm
[generic]                 1544    2640  58.5% -lh5- a8b8 Jan 16  1994 dvips/PStfms/ptmrrn.tfm
[generic]                 1515    2220  68.2% -lh5- d0e1 Jan 16  1994 dvips/PStfms/pzcmi.tfm
[generic]                  837    1528  54.8% -lh5- f8de Jan 16  1994 dvips/PStfms/pzdr.tfm
[generic]                  649    1296  50.1% -lh5- 7a2d Jan 16  1994 dvips/PStfms/rpagd.tfm
[generic]                  961    1528  62.9% -lh5- 8bca Jan 16  1994 dvips/PStfms/rpagdo.tfm
[generic]                  836    1468  56.9% -lh5- 8a1d Jan 16  1994 dvips/PStfms/rpagk.tfm
[generic]                 1120    1716  65.3% -lh5- 6484 Jan 16  1994 dvips/PStfms/rpagko.tfm
[generic]                  723    1340  54.0% -lh5- 5626 Jan 16  1994 dvips/PStfms/rpbkd.tfm
[generic]                  976    1544  63.2% -lh5- a2df Jan 16  1994 dvips/PStfms/rpbkdi.tfm
[generic]                  763    1376  55.5% -lh5- 7781 Jan 16  1994 dvips/PStfms/rpbkl.tfm
[generic]                  971    1540  63.1% -lh5- 2686 Jan 16  1994 dvips/PStfms/rpbkli.tfm
[generic]                  485    1172  41.4% -lh5- 5ace Jan 16  1994 dvips/PStfms/rpcrb.tfm
[generic]                  745    1388  53.7% -lh5- 8b95 Jan 16  1994 dvips/PStfms/rpcrbo.tfm
[generic]                  448    1148  39.0% -lh5- 5b44 Jan 16  1994 dvips/PStfms/rpcrr.tfm
[generic]                  682    1332  51.2% -lh5- ac95 Jan 16  1994 dvips/PStfms/rpcrro.tfm
[generic]                  625    1264  49.4% -lh5- e73b Jan 16  1994 dvips/PStfms/rphvb.tfm
[generic]                  896    1472  60.9% -lh5- 7d42 Jan 16  1994 dvips/PStfms/rphvbo.tfm
[generic]                  917    1472  62.3% -lh5- 1b45 Jan 16  1994 dvips/PStfms/rphvbon.tfm
[generic]                  624    1260  49.5% -lh5- c41b Jan 16  1994 dvips/PStfms/rphvbrn.tfm
[generic]                  616    1264  48.7% -lh5- c910 Jan 16  1994 dvips/PStfms/rphvr.tfm
[generic]                  918    1488  61.7% -lh5- 96d2 Jan 16  1994 dvips/PStfms/rphvro.tfm
[generic]                  928    1488  62.4% -lh5- 4b74 Jan 16  1994 dvips/PStfms/rphvron.tfm
[generic]                  626    1264  49.5% -lh5- 101c Jan 16  1994 dvips/PStfms/rphvrrn.tfm
[generic]                  709    1332  53.2% -lh5- 6663 Jan 16  1994 dvips/PStfms/rpncb.tfm
[generic]                  832    1436  57.9% -lh5- 48c8 Jan 16  1994 dvips/PStfms/rpncbi.tfm
[generic]                  675    1316  51.3% -lh5- 10e0 Jan 16  1994 dvips/PStfms/rpncr.tfm
[generic]                  781    1396  55.9% -lh5- 07a7 Jan 16  1994 dvips/PStfms/rpncri.tfm
[generic]                  623    1256  49.6% -lh5- 9cf2 Jan 16  1994 dvips/PStfms/rpplb.tfm
[generic]                  783    1376  56.9% -lh5- 839a Jan 16  1994 dvips/PStfms/rpplbi.tfm
[generic]                  600    1224  49.0% -lh5- c5cc Jan 16  1994 dvips/PStfms/rpplbu.tfm
[generic]                  766    1388  55.2% -lh5- bafb Jan 16  1994 dvips/PStfms/rpplr.tfm
[generic]                  739    1344  55.0% -lh5- 507e Jan 16  1994 dvips/PStfms/rpplri.tfm
[generic]                 1057    1624  65.1% -lh5- 7921 Jan 16  1994 dvips/PStfms/rpplro.tfm
[generic]                  762    1388  54.9% -lh5- ed22 Jan 16  1994 dvips/PStfms/rpplrre.tfm
[generic]                  764    1388  55.0% -lh5- 1858 Jan 16  1994 dvips/PStfms/rpplrrn.tfm
[generic]                  625    1248  50.1% -lh5- 48bd Jan 16  1994 dvips/PStfms/rpplru.tfm
[generic]                  804    1408  57.1% -lh5- 37e5 Jan 16  1994 dvips/PStfms/rpsyr.tfm
[generic]                 1076    1600  67.2% -lh5- e2d5 Jan 16  1994 dvips/PStfms/rpsyro.tfm
[generic]                  641    1276  50.2% -lh5- a4a2 Jan 16  1994 dvips/PStfms/rptmb.tfm
[generic]                  778    1384  56.2% -lh5- 2c94 Jan 16  1994 dvips/PStfms/rptmbi.tfm
[generic]                  916    1488  61.6% -lh5- b8a3 Jan 16  1994 dvips/PStfms/rptmbo.tfm
[generic]                  627    1280  49.0% -lh5- 48bf Jan 16  1994 dvips/PStfms/rptmr.tfm
[generic]                  810    1416  57.2% -lh5- 63fd Jan 16  1994 dvips/PStfms/rptmri.tfm
[generic]                  927    1496  62.0% -lh5- 2232 Jan 16  1994 dvips/PStfms/rptmro.tfm
[generic]                  637    1280  49.8% -lh5- 2d1c Jan 16  1994 dvips/PStfms/rptmrre.tfm
[generic]                  633    1280  49.5% -lh5- beea Jan 16  1994 dvips/PStfms/rptmrrn.tfm
[generic]                  983    1524  64.5% -lh5- a733 Jan 16  1994 dvips/PStfms/rpzcmi.tfm
[generic]                  837    1528  54.8% -lh5- f8de Jan 16  1994 dvips/PStfms/rpzdr.tfm
[generic]                 1240    1812  68.4% -lh5- 93c9 Jan 16  1994 dvips/PSvfs/pagd.vf
[generic]                 1257    1820  69.1% -lh5- b261 Jan 16  1994 dvips/PSvfs/pagdo.vf
[generic]                 1359    1812  75.0% -lh5- 7020 Jan 16  1994 dvips/PSvfs/pagk.vf
[generic]                 1438    2000  71.9% -lh5- 1490 Jan 16  1994 dvips/PSvfs/pagkc.vf
[generic]                 1374    1820  75.5% -lh5- a430 Jan 16  1994 dvips/PSvfs/pagko.vf
[generic]                 1202    1808  66.5% -lh5- 5f73 Jan 16  1994 dvips/PSvfs/pbkd.vf
[generic]                 1235    1816  68.0% -lh5- 3451 Jan 16  1994 dvips/PSvfs/pbkdi.vf
[generic]                 1224    1812  67.5% -lh5- a65a Jan 16  1994 dvips/PSvfs/pbkl.vf
[generic]                 1318    2004  65.8% -lh5- 49d8 Jan 16  1994 dvips/PSvfs/pbklc.vf
[generic]                 1237    1820  68.0% -lh5- 8115 Jan 16  1994 dvips/PSvfs/pbkli.vf
[generic]                 1032    1836  56.2% -lh5- 904d Jan 16  1994 dvips/PSvfs/pcrb.vf
[generic]                 1051    1848  56.9% -lh5- 93a0 Jan 16  1994 dvips/PSvfs/pcrbo.vf
[generic]                 1030    1832  56.2% -lh5- 606c Jan 16  1994 dvips/PSvfs/pcrr.vf
[generic]                 1059    1844  57.4% -lh5- 5706 Jan 16  1994 dvips/PSvfs/pcrro.vf
[generic]                 1124    1836  61.2% -lh5- 3c5a Jan 16  1994 dvips/PSvfs/phvb.vf
[generic]                 1136    1844  61.6% -lh5- 1af5 Jan 16  1994 dvips/PSvfs/phvbo.vf
[generic]                 1151    1852  62.1% -lh5- 1658 Jan 16  1994 dvips/PSvfs/phvbon.vf
[generic]                 1138    1848  61.6% -lh5- 6288 Jan 16  1994 dvips/PSvfs/phvbrn.vf
[generic]                 1124    1832  61.4% -lh5- 23c3 Jan 16  1994 dvips/PSvfs/phvr.vf
[generic]                 1197    2020  59.3% -lh5- f457 Jan 16  1994 dvips/PSvfs/phvrc.vf
[generic]                 1143    1840  62.1% -lh5- 153b Jan 16  1994 dvips/PSvfs/phvro.vf
[generic]                 1164    1848  63.0% -lh5- b586 Jan 16  1994 dvips/PSvfs/phvron.vf
[generic]                 1146    1840  62.3% -lh5- bae5 Jan 16  1994 dvips/PSvfs/phvrrn.vf
[generic]                 1161    1820  63.8% -lh5- ce3b Jan 16  1994 dvips/PSvfs/pncb.vf
[generic]                 1206    1840  65.5% -lh5- 2fe1 Jan 16  1994 dvips/PSvfs/pncbi.vf
[generic]                 1181    1824  64.7% -lh5- d288 Jan 16  1994 dvips/PSvfs/pncr.vf
[generic]                 1228    2008  61.2% -lh5- 73c2 Jan 16  1994 dvips/PSvfs/pncrc.vf
[generic]                 1186    1824  65.0% -lh5- 3710 Jan 16  1994 dvips/PSvfs/pncri.vf
[generic]                 1191    1916  62.2% -lh5- e92d Jan 16  1994 dvips/PSvfs/pplb.vf
[generic]                 1176    1924  61.1% -lh5- 3bd2 Jan 16  1994 dvips/PSvfs/pplbi.vf
[generic]                 1199    1932  62.1% -lh5- 74ee Jan 16  1994 dvips/PSvfs/pplbu.vf
[generic]                 1284    1920  66.9% -lh5- fa81 Jan 16  1994 dvips/PSvfs/pplr.vf
[generic]                 1319    2024  65.2% -lh5- 6954 Jan 16  1994 dvips/PSvfs/pplrc.vf
[generic]                 1245    1924  64.7% -lh5- 2a70 Jan 16  1994 dvips/PSvfs/pplri.vf
[generic]                 1297    1928  67.3% -lh5- 1466 Jan 16  1994 dvips/PSvfs/pplro.vf
[generic]                 1291    1932  66.8% -lh5- c9dc Jan 16  1994 dvips/PSvfs/pplrre.vf
[generic]                 1297    1932  67.1% -lh5- a129 Jan 16  1994 dvips/PSvfs/pplrrn.vf
[generic]                 1270    1932  65.7% -lh5- 4b5e Jan 16  1994 dvips/PSvfs/pplru.vf
[generic]                 1160    1832  63.3% -lh5- 676c Jan 16  1994 dvips/PSvfs/ptmb.vf
[generic]                 1206    1840  65.5% -lh5- c4a7 Jan 16  1994 dvips/PSvfs/ptmbi.vf
[generic]                 1180    1840  64.1% -lh5- 3da7 Jan 16  1994 dvips/PSvfs/ptmbo.vf
[generic]                 1251    1976  63.3% -lh5- db2a Jan 16  1994 dvips/PSvfs/ptmr.vf
[generic]                 1203    2028  59.3% -lh5- 2401 Jan 16  1994 dvips/PSvfs/ptmrc.vf
[generic]                 1219    1836  66.4% -lh5- ee43 Jan 16  1994 dvips/PSvfs/ptmri.vf
[generic]                 1260    1980  63.6% -lh5- bcf9 Jan 16  1994 dvips/PSvfs/ptmro.vf
[generic]                 1153    1844  62.5% -lh5- 0442 Jan 16  1994 dvips/PSvfs/ptmrre.vf
[generic]                 1023    1536  66.6% -lh5- 19a3 Mar 14  1994 dvips/PSvfs/ptmrrn.vf
[generic]                 1256    1824  68.9% -lh5- 79c8 Jan 16  1994 dvips/PSvfs/pzcmi.vf
[generic]                   59      59 100.0% -lh0- 9987 Sep 14  1994 readme
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       407 files  916731 2227386  41.2%            Jan 16  1996

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>