% Report any bugs or problems to alexey@head-cfa.harvard.edu

1) For a "from-time-to-time" user:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Put your latex source to the fonts directory and run latex and 
 dvips with the -Papjfonts option



2) For a frequent user:
~~~~~~~~~~~~~~~~~~~~~~~

  a) Put all the files to a /font/directory/
  b) 
	setenv TEXINPUTS /font/directory/:
	setenv TEXFONTS  /font/directory/:
	setenv TEXCONFIG /font/directory/:
	setenv VFFONTS   /font/directory/:

	or if you have any of these variables already set, just add 
        /font/directory to the paths.

  c) edit apjfontmap: replace 
	"<unmr8a.pfb" with "</font/directory/unmr8a.pfb"
	"<8r.enc" with     "</font/directory/8r.enc"
	"<apjtexmital.enc" with     "</font/directory/apjtexmital.enc"


 now you can run latex and then dvips with -Papjfonts from any place.



KNOWN PROBLEMS:
~~~~~~~~~~~~~~~
1) psfonts.sty or psgreek.sty not found

   they can be downloaded from TeX archives at 
ftp://ftp.dante.de/tex-archive/macros/latex209/contrib/nfss-addons/psfonts.sty
ftp://ftp.dante.de/tex-archive/systems/vms/drivers/dvips/PSlatex/psgreek.sty


2) For latex209 \boldmath is unaccessible


3) Bad ghostview display when using LaTeX2e

   This is caused by gs using X11 screen fonts instead of scalable fonts and
   can be fixed by 

setenv GS_OPTIONS -dNOPLATFONTS   (csh, tcsh)
or
GS_OPTIONS=-dNOPLATFONTS
export GS_OPTIONS                 (sh-style shells)




