home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 443.lha / Lila_v9004b / Lila.doc < prev    next >
Text File  |  1990-12-05  |  5KB  |  110 lines

  1. #      #  ##
  2. #          #      
  3. #     ##   #   ###    Postscript Utility
  4. #      #   #      #
  5. #      #   #   ####   Version 9004b
  6. #      #   #  #   #
  7. ##### ### ###  ####   Written by Bertrand Gros
  8.  
  9. Lila is a shareware utility that allows you to print listings or other text 
  10. files on Postscript printers.
  11. Due to the resolution of Postscript devices, it is possible to use little font 
  12. sizes and so to print more than one column per page. This will allow you to 
  13. print long files using very few paper. For example if you choose "portrait" 
  14. orientation and 2 columns per page, Lila will print about the content of four 
  15. normal pages on one page!
  16.  
  17. Version 9004 has a new user interface with gadgets instead of cli parameters.
  18.  
  19. **** REQUIRED HARDWARE :
  20. A standard Amiga with Kickstart 1.2 or greater. The arp.library is required 
  21. only if you want the file requester.
  22. A standard Postscript printer with the font named "Courier" (almost all 
  23. printers have it in ROM).
  24.  
  25. **** INSTALLATION :
  26. Now with version 9004 you don't have to copy any file in your S: directory. 
  27. The only thing to do is to be sure that the file named "Lila.ps" is in the 
  28. same directory than "Lila".
  29.  
  30. **** USING LILA :
  31. Lila can now be called from the CLI or from the Workbench. No parameters are 
  32. needed, all is controlled with the gadgets.
  33. Enter the name of the file to be printed in the first string gadget. If you 
  34. have the arp.library you can click on the little square gadget and a file 
  35. requester will allow to select the file in a better way.
  36. The second string gadget allow you to choose the title printed on the bottom 
  37. of each page. Lila will automatically copy the file name without the path as 
  38. the default title.
  39. You can select the output file for the Postscript code with the third gadget. 
  40. If you have a Postscript printer connected to the serial or parallel port of 
  41. the Amiga type SER: or PAR:.
  42. Type the number of column per page in the "col" gadget and the number of 
  43. characters per line in the "cpl" gadget.
  44. You can now choose the page orientation by clicking on the appropriate gadget. 
  45. Portrait means text is oriented horizontally on the page. Landscape means text 
  46. is oriented vertically on the page.
  47. You can choose between normal or condensed print mode by clicking on the 
  48. appropriate gadget.
  49. If your input file contains form feeds (ASCII code $0C or CTRL-L) and the "Do 
  50. FF" gadget is on, Lila will begin a new column each time it encounters such a 
  51. character.
  52. When all parameters are ok, click the "Print" gadget.
  53.  
  54. **** INPUT FILE PROCESSING :
  55. If the input file contains lines with more characters than you choose in the 
  56. "cpl" gadget, end of line will be skipped. All control characters are removed 
  57. (excepted form feeds if the "Do FF" gadget is on). Tabulators positions are 
  58. each 8 characters.
  59.  
  60. **** CONFIGURING LILA :
  61. You can choose default values for all the parameters: select the Lila icon on 
  62. the Workbench and choose the Info item on the first Workbench menu, then edit 
  63. the "Tool types" box.
  64. Valid options are :
  65.      ORIENT=LANDSCAPE or ORIENT=PORTRAIT
  66.      PITCH=NORMAL or PITCH=CONDENSED
  67.      CPL=n where n is the number of characters per line.
  68.      COL=n where n is the number of columns per page.
  69.      PRINTER=name where name is the name of the default output file.
  70.      FF=ON or FF=OFF
  71.      DATE=ENGLISH or DATE=FRENCH lets you choose the date's language (that 
  72.                                  option is not selectable using gadgets).
  73.  
  74. **** PAGE DIMENSIONS :
  75. Default Lila's paper format is DIN A4 (210 x 297 mm). If your Postscript 
  76. printer uses an other paper format, you must edit the file named "Lila.ps" 
  77. with a text editor. At the beginning of the file you will see the following 
  78. lines :
  79.      /xpage 210 mm def
  80.      /ypage 297 mm def
  81.      /x0 10 mm def
  82.      /y0 10 mm def
  83.      /x1 200 mm def
  84.      /y1 287 mm def
  85. Correct them to match your paper format. xpage and ypage are the page size; 
  86. the other values are the margins position. You can give the values in 
  87. millimeter (mm) or inch.
  88. For example US Letter format :
  89.      /xpage 8.5 inch def
  90.      /ypage 11 inch def
  91.      /x0 0.4 inch def
  92.      /y0 0.4 inch def
  93.      /x1 8.1 inch def
  94.      /y1 10.6 inch def
  95.  
  96. **** DISTRIBUTION :
  97. Lila is a shareware program. It can be freely distributed without profit. You 
  98. can freely test it for two weeks, then if you use it you must send me a 
  99. contribution of 5 US$. Registered users of previous versions has nothing to 
  100. pay. My adress is :
  101.  
  102.                         Bertrand Gros
  103.                         Case Postale 45
  104.                         1015 Lausanne 15
  105.                         Switzerland
  106.  
  107. Please only send cash, as bank taxes on foreign checks are very high. Accepted 
  108. currencies are Swiss Francs, US$ and Deutsche Mark. Send any remarks, problems 
  109. and bugs report to the above adress (Please don't phone).
  110.