home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / dvi2pcl.lha / paths.h < prev    next >
C/C++ Source or Header  |  1993-02-18  |  1KB  |  42 lines

  1. /* $Log:        paths.h,v $
  2.  * Revision 0.8  92/11/23  19:47:04  19:47:04  bt (Bo Thide')
  3.  * Fixed resolution bug. Portable downloading. Added/changed options. PJXL color support
  4.  * 
  5.  * Revision 0.7  92/11/13  02:41:18  02:41:18  bt (Bo Thide')
  6.  * More bug fixes and improvements. Support for PaintJet XL
  7.  * 
  8.  * Revision 0.6  92/11/10  21:48:44  21:48:44  bt (Bo Thide')
  9.  * Bug fixes. Added -R option. Better font handling.
  10.  * 
  11.  * Revision 0.5  92/11/09  16:25:51  16:25:51  bt (Bo Thide')
  12.  * Rewrite of dospecial.c. Extended \special support
  13.  * 
  14.  * Revision 0.4  92/11/08  02:46:07  02:46:07  bt (Bo Thide')
  15.  * Changed to portable bit manipulations. Replaced strrstr for non-POSIX compliant C. Fixed numerous bugs. Added support for more \special's.
  16.  * 
  17.  * Revision 0.3  92/08/24  12:45:29  12:45:29  bt (Bo Thide')
  18.  * Fixed 8 bit (dc font) support.
  19.  * 
  20.  * Revision 0.2  92/08/23  17:28:53  17:28:53  bt (Bo Thide')
  21.  * Source cleaned up.  Changed certain function calls.  Removed globals.
  22.  * 
  23.  * Revision 0.1  92/08/22  23:58:47  23:58:47  bt (Bo Thide')
  24.  * First Release.
  25.  *  */
  26.  
  27. #ifndef _DVI2PCL_PATHS_INCLUDED
  28. #define _DVI2PCL_PATHS_INCLUDED
  29.  
  30. #define fontpath "tex:pk"
  31. #define tfmpath  "tex:fonts"
  32. #define defaultpk "tex:pk/300/cmr10.300pk"
  33. #define defaulttfm "tex:fonts/cmr10.tfm"
  34. #define respath  "tex:reslj.fnt"
  35. #define initpath "tex:initlj.fnt"
  36. /*
  37. #define respath  "/tmp/reslj.fnt"
  38. #define initpath "/tmp/initlj.fnt"
  39. */
  40.  
  41. #endif /* _DVI2PCL_MACROS_INCLUDED */
  42.