home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / multi200.lha / MultiPrint.doc < prev   
Text File  |  1993-05-27  |  40KB  |  999 lines

  1. {\Centre}{\Bold +
  2.                           MultiPrint V2.00 - Manual
  3.                                 John Matthews
  4.                                  27 May 1993
  5. {\Justify =}{\B -
  6.  
  7.  NAME
  8.  ----
  9.  
  10. MultiPrint
  11.  
  12.  SYNOPSIS
  13.  --------
  14. {\Reformat -}
  15. {\Justify -}
  16.     MultiPrint <args>
  17.  
  18.       Files/A/M
  19.          :  Text file(s), to print and scripts of files to print.
  20.             Can also include layout commands. See Later.
  21.  
  22.       TabSize/N/K
  23.          :  Number of positions to expand tabs to, default is 8.
  24.             This is only used when there is no justification, and
  25.             paragraph reformatting is off.
  26.  
  27.       FF/S
  28.          :  Pay attention to FormFeed characters. Starts new pages on a
  29.             new column.
  30.  
  31.       Sides/S
  32.          :  Print to both sides of a sheet. Only useful with cut-sheet
  33.             feeder type printers, laser jets, HP Deskjets etc.
  34.             See note on 'Last Page'.
  35.  
  36.       Font/K
  37.          :  Name of font to use for text, defaults to LetterGothic.font
  38.             See notes later on font usage.
  39.  
  40.       Size/K/N
  41.          :  Point size of font, or pixel size if PxlFontSize specified.
  42.             Defaults to 8 points (1/72nds of an inch, ie 9 lines per inch)
  43.             or 8 pixels (real small, smaller at higher printer resolutions)
  44.             if you use Pxls.
  45.  
  46.       LineSpace/K/N
  47.          :  Point/Pixel size of each line to print. ie Use twice the font size
  48.             for double spacing. Can only be used to increase spacing.
  49.  
  50.       Columns/K/N
  51.          :  Number of columns to print, 1..8. Defaults to 2.
  52.  
  53.       Gutter/K/N
  54.          :  How many 1/10ths of an inch to leave at the left of odd, and
  55.             the right of even pages. Defaults to 5, ie half an inch
  56.  
  57.       OddFooter/K
  58.          :  Footer for odd pages, defaults to file name
  59.  
  60.       EvenFooter/K
  61.          :  Footer for even pages, defaults to file name
  62.  
  63.       FooterFont/K
  64.          :  Name of font for footers, defaults to same as Font
  65.  
  66.       FooterSize/K
  67.          :  Point size of footer font, or pixel size if PxlFontSize
  68.             specified. Specifying 0 causes MultiPrint to not print
  69.             a footer, which includes page numbering.
  70.             Defaults to 14 points (1/72ndsof an inch)
  71.             or 14 pixels (real small) if you use Pxls
  72.  
  73.       Pxls/S
  74.          :  Causes MultiPrint to treat font sizes as absolute pixel height,
  75.             instead of point sizes. This method is dependant on the
  76.             resolution of the printer, but is necessary for use with
  77.             non-scalable fonts. If you specify this flag, you should not
  78.             use the default font sizes.
  79.  
  80.       Priority/K/N
  81.          :  Specifies the priority to run the spooler task at
  82.  
  83.       Ask/S
  84.          :  Prompt for confirmation of each file to print
  85.  
  86.       Quiet/S
  87.          :  No error messages for unfound files.
  88.  
  89.       Margin/K/N
  90.          :  Space in 10ths of an inch to leave between columns.
  91.             Defaults to 1 tenth of an inch.
  92.  
  93.       Line/S
  94.          :  Causes MultiPrint to draw a line between columns
  95.  
  96.       Start/K/N,
  97.       End/K/N
  98.          :  Specifies which page to start/end printing on. Remember that
  99.             many parameters effect page layout, such a font, font size,
  100.             resolution, number of columns, footers etc
  101.  
  102.       Density/K/N
  103.          :  Specifies the preferences density to use when printing,
  104.             range 1..7. If you specify 0, you will be prompted with the
  105.             dots per inch of each density. Not specifying density
  106.             causes MultiPrint to use the current preferences density.
  107.             See note on resolution later.
  108.  
  109.       NoCommands/S
  110.          :  Tells MultiPrint not to interpret '{' followed by '\' as
  111.             commands. For those (infrequent) occassions when you have
  112.             such a sequence in your document. There is currently no
  113.             way in which you can print such a sequence, _and_ use
  114.             controls in the document.
  115.  
  116.       NoISP/S
  117.          :  Tells MultiPrint not to treat an indented line as the start
  118.             of a paragraph. Useful for files with indented paragraphs,
  119.             ie where the whole paragraph is indented. With this switch
  120.             on, only a blank line or the \P switch (see commands) will
  121.             start a new paragraph.
  122.  
  123.       Preview/S
  124.          :  Tells MultiPrint to run in Preview mode, printing a scaled
  125.             version of the output to the screen. While this is not
  126.             generally readable, it allows you to view the formatting
  127.             of the output.
  128.             Very useful when printing pre-formatted, or unformattable
  129.             files (source code), to check if they are fitting in the
  130.             columns. Be aware that scaling varies with different display
  131.             sizes/printer resolutions/page sizes. Details such as the
  132.             between columns lines may not always be displayed.
  133.             Replaces the old 'Check' option.
  134.  
  135.             If you have enough memory (at least 2Meg Chip), using a
  136.             Super-High Res Laced screen with LargeScreen on gives a
  137.             quite readable preview.
  138.  
  139.             Specifying a low-density for your printer may also give
  140.             semi-readable results, but is likely to be less accurate
  141.             in its formatting in relation to the final output at a
  142.             higher density.
  143.  
  144.       DisplayName/K
  145.          :  Gives the full name of a Screen Mode to use for the preview.
  146.             Use "DisplayName=?" to bring up a requester, or enter your
  147.             preferred mode, such as "PAL:High Res Laced" in the format
  148.             they appear in the requester.
  149.             The default is to display the preview on the default public
  150.             screen, usually Workbench.
  151.  
  152.       LargeScreen/S
  153.          :  This will create a screen which is larger than displayable,
  154.             and scrolls with the mouse.
  155.  
  156.       SpoolDir/K
  157.          :  If you specify a directory name to this parameter, pages
  158.             are spooled to disk during processing, thus using less
  159.             memory, especially in the case of printing a large file to
  160.             both sides of a sheet.
  161.  
  162.       Balance/S
  163.          :  Tells MultiPrint to balance the columns on the last sheet
  164.             of a file.
  165.  
  166.       NoFont/S,NoStyles/S,NoJust/S
  167.          :  Tells MultiPrint to ignore Font/Style/Justification changes
  168.             repectively.
  169.  
  170.  See Also the notes on 
  171.    Page/Printer Setup
  172.    Environment Arguments
  173.  
  174. {\Reformat =
  175. {\Justify =
  176.  
  177.  DESCRIPTION
  178.  -----------
  179.  
  180. MultiPrint is a program for printing text files to both sides of a page,
  181. in  multiple columns, and very small, or very large, high quality fonts.
  182.  
  183. As an example of the efficiency of MultiPrint, I have printed a file
  184. which was designed to be 127 pages long. I printed it at 7 points, which
  185. is small, but is readable at 300dpi, and it took only 8 sheets of paper.
  186. Having been reformatted with the +R switch, 346 lines of the original
  187. document were printed on the first side of a sheet alone.
  188.  
  189. MultiPrint makes use of many Amiga OS Release 2.04 features, and so
  190. requires at least this revision of the operating system. These features
  191. include Compugraphic Scalable Font technology, to produce characters to
  192. the correct size at the full resolution of the, printer, and the correct
  193. aspect ratios.
  194.  
  195.  
  196.  
  197.  SOURCE
  198.  ------
  199.  
  200. The source code is not included, but is available from the author.
  201. MultiPrint was writtern in M2Sprint Modula2, but should be easy to port to
  202. other languages if desired.
  203.                                        
  204.  
  205.  COPYRIGHT
  206.  ---------
  207.  
  208. MultiPrint V2.00 is freely distributable. MultiPrint V2.00 is free to be
  209. spread on public-domain and shareware disks especially on Fred Fish's
  210. AmigaLibDisks, as long as they are sold for a reasonable charge that is
  211. less than US $6 or equivalents. For use in commercial products the
  212. permission of the author is required. MultiPrint V2.00 may be copied and
  213. distributed via electronic networks such as the Internet, also it may be
  214. held available on anonymous ftp-servers, mail-boxes or BBS's. The
  215. Copyright is still held by the Author.
  216.  
  217. I am offering MultiPrint as shareware. If you use it regularly, let me
  218. know. If you want to show your appreciation, or maybe encourage me to
  219. develop the GUI version, or specific mods, the suggested registration fee
  220. is US$20 (in notes, or something easy like that, NZ$ even better), but this
  221. is just a suggestion. Registered owners with Usenet access will get some
  222. support via email. No obligations, no promises.
  223.  
  224. However, if you want to use it for some commercial project/product, please
  225. make it up to me somehow.
  226.  
  227. If you need some modifications done, offer me some incentive.
  228.  
  229. NO MATTER WHAT -
  230.  Leave the program as is, and documentation intact.
  231.  
  232.  AUTHOR & SUPPORT
  233.  ----------------
  234.  
  235. {\Centre +
  236.     John Matthews
  237.     4 Wadham Grove,
  238.     Tawa, 6203
  239.     Wellington,
  240.     New Zealand.
  241.     INTERNET: tribble@gphs.vuw.ac.nz
  242.     (Irregular monitoring)
  243. {\Justify =
  244.  
  245. Support may be limited to an attempt to fix any bugs which may be found,
  246. no promises. The author takes no liability for any damage caused by
  247. the program, but then, neither does he expect any.
  248.  
  249. Try the program out a few times before leaving it to print a large
  250. document unattended.
  251.  
  252. Leave me a message if you have any suggestions
  253.  
  254.  CHANGES
  255.  -------
  256.  
  257. 1.0 First Release, sort of. Was never really released
  258.     (29-Jan-93)
  259. 1.1 Second (attempt at a) Release.
  260.     Added support for multiple files and scripts.
  261.     (4-Feb-93)
  262. 1.2 Third ( attempt at a ) Release.
  263.     Added :
  264.       1. Right Justification.
  265.       2. Paragraph reformating.
  266.       3. Margins and Lines between columns.
  267.       4. Start/End page printing (for aborted print jobs)
  268.       5. Density setting.
  269. 1.3 Fourth ( (and successful) attempt at a ) Release.
  270.     February 24 1993
  271.     Added
  272.       1. Environment variable
  273.       2. LE and RE, to align columns on both sides of page.
  274.       3. Break commands
  275. 1.4 March 9 1993
  276.     Bug Fix :
  277.       fixed bugs in
  278.       1. handling of script files (it wouldn't)
  279.       2. printing of more than one file at a time (end of last line)
  280.       3. crashing on abort
  281.       4. centering of lines
  282.     Added
  283.       Inter-file title option (See Arguments below)
  284.  
  285. 1.5 March 20 1993
  286.     Bugs fixed :
  287.       1. printing of multiple files, other than starting a new sheet per
  288.          document.
  289.       2. fixed error with lines containing only spaces
  290.     Added
  291.       1. direct support for HP printers. See documentation.
  292.       2. NoCommands option (for Rob Poole)
  293.     Changed
  294.       1. Moved printer specific options into MultiPrint.printer
  295.          environment variable
  296.       2. Lengthened some command line option names
  297.  
  298. 1.6 April 5, 1993
  299.     Bugs fixed :
  300.       1. Re-occurring centering bug (Rob Poole).
  301.       2. Error with .otag files specifying non-present fonts.
  302.          Caused MultiPrint to not change styles (Italics etc)
  303.          if your CGTimes .otag file specified CGTimesItalic and
  304.          you didn't have it.
  305.       3. Possibly other formatting problems.
  306.       4. (Hopefully) fixed problem with Network printers found
  307.          by Dale Larson. Waiting to hear on this one.
  308.       5. Now starts new files on a new sheet when it's supposed
  309.          to, (the default) instead of always just on a new line.
  310.          (Rob Poole again! Watch it you guys or I might start
  311.          putting bugs in intentionally to give other guys a
  312.          chance!)
  313.       6. Enforcer hit on last page (it came and went).
  314.     Added
  315.       1. NoISP switch on command line.
  316.       2. \Paragraph command, to go with 1.
  317.  
  318.     Tested with Enforcer, Mungwall etc. I didn't find any hits.
  319.     Let's hope Dale doesn't either.
  320.  
  321. 1.7 April 19, 1993
  322.     Bugs fixed :
  323.       1. Printing of inter-file headers (via the +T flag) corrected
  324.          to print before the new file, instead of after the old.
  325.          This means it prints on the same sheet/page/column as the
  326.          new file (dependant in the L/C/P/S flags).
  327.       2. Corrected allignment of even pages when not printing to
  328.          both sides of a sheet.
  329.       3. Check option didn't work anymore :-(
  330.          Has now been removed, as it is superceded by the Preview
  331.          option, which is much simpler and more flexible (ie works
  332.          with reformating and justifying).
  333.       4. Now frees memory from page-in-progress when aborted.
  334.     Features Added:
  335.       1. Preview function. Allows a look at how the document will
  336.          appear, without printing.
  337.          Very useful when printing pre-formatted, or unformattable
  338.          files (source code), to check if they are fitting in the
  339.          columns.
  340.       2. HPShingle added to printer setup environment variable,
  341.          MultiPrint.Printer. See the note on Shingling in the
  342.          HPPrinter options below. Basically, it sacrifices speed
  343.          to improve quality on DeskJet printers from HP500C up.
  344.  
  345. 1.8 April 25, 1993
  346.     Bugs fixed :
  347.       1. Persistant bug with centering in non-reformatting mode fixed.
  348.       2. Fixed bug with inter-process communication, which caused the
  349.          program to jam sometimes when aborted.
  350.       3. Aborting print fixed when a command-line option is misspelt,
  351.          resulting in a non-existant file message.
  352.       Maybe more. It's easier to debug with the preview option present.
  353.       Uses less paper when printing to the screen.
  354.     Changes :
  355.       1. Slight redefinition of command format. If you want to place
  356.          formatting commands, in particular Justification and Centering,
  357.          on their own line (they must start the line anyway or they
  358.          will be ignored) without leaving a blank line, leave
  359.          off the closing brace. Alternately, remember to leave the
  360.          closing brace it there is supposed to be a blank line.
  361.       2. Improved preview function, to allow it to run on existing
  362.          (public) screens, especially Workbench.
  363.       3. Improved preview to allow for large 'virtual' screens, in
  364.          one direction (usually height) with autoscroll.
  365.       4. Added spoolling to disk, for those really large files, and
  366.          background printing, where memory is required for other
  367.          things.
  368. 1.9 April 28, 1993 - OOPS, version still read 1.8 etc
  369.     Bugs fixed :
  370.       1. Changed Footer options from xxxFootxxx back to xxxFooterxxx.
  371.          My compiler has trouble with long string constants, so now
  372.          some things are linked in as objects, and the template can
  373.          be as long as necessary.
  374.       2. End-of-paragraph at end-of-page code was commented out during
  375.          testing
  376.       3. LargeScreen option should now (correctly) only give you
  377.          scrolling in one dimension in all displays.
  378.       4. Default Footers now give the name of the first file on a page,
  379.          rather than the last.
  380.     Changes
  381.       1. Made balancing the columns on last pages an option.
  382.  
  383. 1.10 May 4, 1993
  384.     Bugs fixed :
  385.       1. Graceful exit if fonts or printer not opened.
  386.  
  387. 1.11 May 11, 1993
  388.     Bugs Fixed :
  389.       1. Fixed bugs in handling of CSI type bold/italic etc codes,
  390.           a) not switching off
  391.           b) adding spaces in non-justified mode
  392.          Thanks to Andrew Harrison for spotting this
  393.       2. LineSpacing argument changed to only work for increasing spacing.
  394.          Before, if you specified a smaller point size for the spacing
  395.          than for the font, nothing would print.
  396.  
  397. 1.12 May 13, 1993
  398.     Bugs Fixed :
  399.       1. Top margin bug in Hewlett Packard direct driver code. Caused
  400.          problems (I suspected, and have had one confirmation) with
  401.          laser printers, though not with DeskJets. On my DeskJet I got
  402.          three millimeters extra space used at the top of the page.
  403.          Still, better to stick with the defaults.
  404.          
  405.          Please note, if you were using the PageLength printer environment
  406.          argument in conjunction with the HPPrinter flag, you'll have a
  407.          larger top margin, and less actual print height. For example,
  408.          on a DeskJet 500C, I had to reduce the PageLength variable from
  409.          283 millimeters to 280 millimeters, ie PageLength=280.
  410.          
  411.       2. Fixed problem with Ctrl-C not working once all the pages were
  412.          prepared, and awaiting printing. Could conceivably mean waiting
  413.          for lots of pages if your computer was way faster than your
  414.          printer and you wanted to stop printing.
  415.     Added Features
  416.       1. HPUniDir flag in printer environment variable, to slightly improve
  417.          quality on HP DeskJets.
  418.  
  419. 2.00 May 27, 1993
  420.     Bugs Fixed :
  421.       1. Big bug fixed for those out there using most printers other than
  422.          Hewlett Packard compatible printers. Now, shouldn't print blank
  423.          lines where bits of text should be.
  424.       2. Fixed some small formatting problems.
  425.       3. Fixed some other things, but I've forgotten what they were.
  426.          Had had no serious messages about them though :-)
  427.       4. Jumped version numbers, and changed to a trailing 0, to provide
  428.          consistent numbering.
  429.     Added Features :
  430.       1. Modified Centering, so \C - returns you to the previous mode of
  431.          justification. It is no longer necessary to remember when
  432.          adding the codes to the files.
  433.       2. Added 'This page intentionally left blank' :-)
  434.       3. Added command line switches to turn off in-file formatting
  435.          commands.
  436.  
  437. 3.0 (Planned) Workbench interface. Drop and go operation and more.
  438.     This version may never eventuate. It depends on how much feedback
  439.     I get, as well as how much time I have to spend.
  440.     The amount of work required to do this properly grows on me
  441.     whenever I contemplate it. Some settings must be available only
  442.     on startup, and should be savable as defaults. Some should
  443.     be able to be modified on a per file basis, and some, mostly
  444.     those related to page size and printer resolution choices,
  445.     are limited by the implementation to startup-time only.
  446.     Let's face it - GUIs are _nice_ but unnecessary.
  447.  
  448.     However, having said all this, unless something else comes along,
  449.     I probabably will slowly work on increasing the GUI elements,
  450.     in a piece-by-piece basis.
  451.  
  452.  
  453.  
  454.  PURPOSE & THEORY
  455.  ----------------
  456.  
  457. MultiPrint was designed to print text files to as few pages as possible.
  458. You know how sometimes having a .doc file is not good enough, you need to
  459. be able to see it on paper, because you are always referring to it. Or you
  460. have a really neat StarTrek© parody you want to show someone.
  461.  
  462. MultiPrint can print using multiple columns, both sides of a page, with
  463. really small, but still high resolution fonts to fit many times the usual
  464. amount on a page.
  465.  
  466. For example, an A4 page can usually hold about 60 lines of text. With
  467. MultiPrint and an 7 point font (about 30 pixels high on a 300dpi laser or
  468. deskjet) giving 100 lines of text, with 2 columns of output to both sides
  469. of the page gives 100 * 2 * 2 = 400 lines per page.
  470.  
  471. MultiPrint uses whichever font you specify, and can handle narrow and
  472. proportional fonts to increase the number of columns you can print. Lines
  473. can be wrapped around and right justified for improved use of space and
  474. readability, producing newspaper like output.
  475.  
  476. MultiPrint allows a gutter for stapling sheets together. The default of
  477. 5/10ths of an inch is quite adequate.
  478.  
  479. MultiPrint determines page size, and resolution from the system. Page
  480. oriented printers such as laser printers and Hewlett Packard DeskJets
  481. specify their resolutions directly. Tractor feed etc printers must have
  482. their lines/inch and number-of-lines set correctly to reflect page length,
  483. but they don't work so well for both sides printing anyway.
  484.  
  485. MultiPrint queues the pages, and uses a child process to print the even
  486. pages first in ascending order, then the odd pages in descending order on
  487. the reverse sides.
  488.  
  489. Due to the queueing of pages, MultiPrint can use a certain amount of
  490. memory. All pages are stored in memory as they are processed, also the
  491. program requires a buffer for processing the pages. Text files don't
  492. usually get large enough for this to be a problem on most systems these
  493. days, and this is faster and easier than spooling off to disk again.
  494.  
  495.  
  496.  VERSION
  497.  -------
  498.  
  499. This is version 2.00 of MultiPrint. It does everything I need, but I would
  500. like to give it a nice Workbench interface. This may, however, take time.
  501.  
  502. If anyone has any need for features other than those present, let me know,
  503. and maybe offer suitable inducements :-)
  504.  
  505. I'd like, at least, to make enough money to offset the cost of the ink
  506. cartridge I used up in testing this program.
  507.  
  508.  
  509.  STARTING
  510.  --------
  511.  
  512. MultiPrint is a Shell/CLI only program, and requires at least version 2.04
  513. of the Amiga OS. All parameters, as described above, except for the file
  514. name, have defaults and require keyword specifications to override them.
  515.  
  516. MultiPrint runs at a default priority of -1, as a good printing utility
  517. should, though this can be changed with the priority keyword. Priority is
  518. not overly important in some respects, however, as MultiPrint does not
  519. busy-wait. If your computer is fast enough, and/or so is your printer
  520. driver, you could well be waiting on your printer. Laser printers however
  521. will more likely be waiting on the computer, and so MultiPrint will be
  522. grabbing every available cycle, so leave at a low priority for background
  523. printing.
  524.  
  525. Before printing a file, it may be a good idea to use the "Check" option to
  526. determine how much line wrapping is occuring. Modern fonts are variously
  527. weighted. A good, light proportional font can fit many more characters on
  528. average than a heavy non-proportional font, so check if the current number
  529. of columns and font size will avoid line wrapping. Too much line-wrapping
  530. and you may end up wasting space with mostly blank lines.
  531.  
  532. MultiPrint can be stopped at any time with a <CTRL>-C, or the break
  533. command. It runs unattended until the midway point, if you have specified
  534. the "Sides" option. In this case, when it finishes printing the even pages,
  535. a prompt will appear. Wait for the printer's buffer to empty, take the pages
  536. in the order they fill up your tray (reversed) and place them back in the
  537. paper bin, face up (for DeskJets, I'm not sure for other printers), and hit
  538. 'Continue'. When the program finishes, the pages will be up the right way,
  539. and in the correct order.
  540.  
  541.  
  542.  ARGUMENTS
  543.  ---------
  544.  
  545. As described at the start of this document, plus
  546.  
  547. Layout Commands:
  548. You can precede file names with flags to control layout. These are
  549. specified as a plus (on) or minus (off) followed by the one of the
  550. following characters preceding file names they are to operate on, and
  551. stay in effect till specified again:
  552.  
  553.    C : new files begin on a new column
  554.    P : new files begin on a new page
  555.    S : new files begin on a new sheet (the default)
  556.    L : new files begin on a new line
  557.    N : restart page numbering after each file
  558.  * J : following files start in Right Justify mode
  559.  * R : following files will start in paragraph reformatting mode
  560.  * T : following files will be preceded by their name in the form
  561.   -------------------------------text.doc---------------------------------- 
  562.  
  563. Codes marked as * are effected by the plus/minus. A minus to J or C
  564. results in no justification, a minus to R turns off paragraph reformating.
  565.  
  566. eg. MultiPrint +J +R DocumentFile -J -R SourceCode.c
  567.  
  568. The +S option, for start document on a new sheet, resets page numbers,
  569. and in the case of both sides printing, finishes the printing of all queued
  570. odd and even pages before continuing.
  571.  
  572. Script files:
  573. You can print a list of files by passing a file starting with a first
  574. line consisting of ";SCRIPT" (no quotes). Subsequent lines are controls
  575. as above, and file names. If a file name starts or ends with spaces, it
  576. should be quoted.
  577.  
  578. You can specify wildcards, but remember - MultiPrint does no analysis of
  579. whether a file is plain text or not. Printing binary code can eat your
  580. paper!
  581.  
  582. If FF is specified, FF characters start a new column.
  583.  
  584. The maximum number of columns is eight. Four is usually more than adequate.
  585. If you have a need for more, let me know
  586.  
  587. Font sizes should be specified in points, which are 1/72nds of an inch.
  588. This will result in the same size font on paper, no matter what resolution
  589. your printer handles/is set at. See note on resolution.
  590.  
  591. However, if you don't have any scalable fonts, you may have to specify the
  592. sizes of fonts directly. In this case use the "PxlFontSize" switch.
  593.  
  594. The "Height" argument is used to increase/decrease inter-line spacing. Use
  595. a point size greater than the font size for a larger spacing, smaller for
  596. less (at the risk of chopping the bottom off the characters).
  597.  
  598. "OddFooter"/"EvenFooter" override the default of using the filename in the
  599. footers.
  600.  
  601.  LAYOUT WITHIN A DOCUMENT
  602.  ------------------------
  603.  
  604. MultiPrint is designed in such a way that you shouldn't need to modify
  605. a document before printing it.
  606.  
  607. Sometimes, however, you might want to.
  608.  
  609. For example, there may be parts of a document where you don't want
  610. paragraph reformatting to occur. Or you might want to centre just a
  611. heading. Or you might want to use bold or italics for added emphasis.
  612.  
  613. MultiPrint recognises ANSI sequences for bold/italics such as are
  614. recoginised by Amiga printer drivers, and by the console device, and
  615. are sometimes used in documents.
  616.  
  617. MultiPrint also recognises some sequences (commands) of its own.
  618.  
  619. These sequences begin with a '{' followed by a '\' and end with either '}'
  620. or the end of line.
  621.  
  622. They are of the format:
  623.  \Xy a
  624. where 'X' is the first letter of the command, 'y' is the rest of the
  625. command, and doesn't need to be present, {\B +}the space is required{\B -}
  626. if 'a' is present, and 'a' is the argument.
  627.  
  628. {\BOLD +}All these commands should be surrounded by '{' and '}', but if
  629. I did that here, they would not appear if you printed this document with
  630. MultiPrint. {\BOLD -}
  631.  -- Thanks to Rob Poole
  632.  
  633. Please remember, you don't have to use any of these in your document to
  634. get good output. Just precede the document name on the command line with
  635. '+J +R'.
  636.  
  637. They currently include:
  638.  
  639. \Bold [+|-]
  640.  {\B +}Turns bold on/off. Default is on. DOES NOT TOGGLE.{\B -}
  641.  
  642. \Italic [+|-]
  643.  {\I +}As with bold.{\I -}
  644.  
  645. \Underline [+|-]
  646.  {\U +}As with bold.{\U -}
  647.  
  648. \Normal
  649.  {\N }Turns off all styles.
  650.  
  651. \Justify [+|-|=]
  652.  Turns on/off. '=' means reset to this document's initial state.
  653.  
  654. \Centre [+|-]
  655.  Turns line centering on/off. Turning centering off now returns you to
  656. the previous justification mode. You can change directly to a different
  657. justification by using \J.
  658.  
  659. \Reformat [+|-|=]
  660.  As with Justify, but for paragraph reformatting. Turn it on/off/back to
  661. the original setting for this document.
  662.  
  663. \Font [fontname]
  664.  Change font. Will attempt to change to the new font. The font will be
  665. in the current style, so if you want it un-styled, use \N first.
  666.  
  667. If 'fontname' is not specified, returns to the default font as specified
  668. on the command line.
  669.  
  670. \Section <Column|Page|Sheet>
  671.  Cause a break in the document. One of C,P or S must be specified and
  672. causes printing to continue on a new column, page (side of a sheet)
  673. or sheet.
  674.  
  675. \Paragraph
  676.  Force paragraph break. Only really necessary if you want paragraphs which
  677. start at the left margin, with no empty lines between them.
  678.  
  679. NOTE: - for Justify, Reformat, and Center only.
  680. Justify, Reformat and Center only take effect if they occur at the
  681. start of a line.
  682.  
  683. If they are specified elsewhere, they are IGNORED.
  684.  
  685. If any command sequence is ended by the end of a line, rather than a '}',
  686. then that end of line is ignored. So if the command begins at the start
  687. of the line (as formatting commands must), and there is no end of command
  688. brace ('}'), no blank line is output.
  689.  
  690.  
  691.  SPEED
  692.  -----
  693.  
  694. MultiPrint is not the fastest way of printing. It does, after all, print
  695. everything as graphics. This however is the most flexible way, and allows
  696. for the maximum amount on a page (if you can read small, high density
  697. text). Let it run in the background, however, and you only need to do
  698. anything when all the even pages are finished (when doing both-sides
  699. printing).
  700.  
  701. I admit, some printers are so slow at graphics (for example old DeskJets)
  702. that you may feel this method is pointless. Still, it gives you the
  703. option.
  704.  
  705. Still, in some cases you are able to fit so many pages onto the one sheet,
  706. it is actually faster than printing that many sheets.
  707.  
  708. For higher speed use a lower density, but don't use too small a font.
  709.  
  710.  NOTES
  711.  -----
  712.  
  713.  Resolution
  714.  ----------
  715.  
  716. The lower the resolution you use for printing, the less readable a font
  717. at the same point size will be. A point size of 7 at 300dpi uses a system
  718. font size of 29 pixels high, at 150 dpi the same font is only 14 pixels
  719. high.
  720.  
  721.  Font Quality
  722.  ------------
  723.  
  724. This ties in directly with resolution. Fonts are designed for different
  725. purposes, and because of this can be of different qualities.
  726.  
  727. For instance, many fonts on the Amiga are designed as screen fonts.
  728. As such they are limited often to small point sizes, and even the larger
  729. ones may not look good when printed.
  730.  
  731. MultiPrint is designed primarily with high resolution printers, and
  732. scalable fonts in mind. Most scalable fonts are designed to be used at
  733. high resolutions, and have a lot of detail in them. They look very good
  734. printed at 300dpi with point sizes as low as 7pt. This makes them 29 dots
  735. high. If you have tried using these scalable fonts as screen fonts,
  736. however, you will know that below a certain size, they no longer look so
  737. good. Fonts that are to be used with low dot sizes, must be designed for
  738. them.
  739.  
  740. The bottom line is this:
  741. If you intend to print at resolutions lower than 300dpi, either keep
  742. to a reasonable point size (at least 10 to 12) or find a font that
  743. looks okay at whatever size you require.
  744.  
  745. You might have to rely on system (non scalable fonts) using the 'Pxls'
  746. argument.
  747.  
  748.  Scalable Fonts
  749.  --------------
  750.  
  751. MultiPrint tries to be smart with Scalable fonts. If you specify
  752. italics, or bold, or both together, it will attempt to load the correct
  753. font for that style, rather than letting the system generate one. This
  754. results in far superior italics and bold etc at the expense of whatever
  755. time is required to open these fonts. MultiPrint will of course fall
  756. back to system generated versions if necessary. However, do try to
  757. specify the base name for a family of a fonts if possible. For example,
  758. use CSTimes where you also have CSTimesBold, CSTimesItalic, and
  759. CSTimesBoldItalic.
  760.  
  761.  Fonts in general
  762.  ----------------
  763.  
  764. Should always be on your FONTS: assign path, and don't need to be
  765. specified with the '.font' extension. If you specify a scalable font
  766. by its full path, bold/italic versions will not be found. Instead use
  767. 'assign Fonts: "path" add' to add the path to your fonts assign.
  768.  
  769. MultiPrint keeps all fonts used in memory until it finishes, so you may
  770. run out of Chip memory for fonts if you use too many. If MultiPrint
  771. cannot open a font for any reason, it will continue using the previous
  772. font.
  773. NOTE: when I say Font, I also mean style of Font (bold, italic etc).
  774.  
  775.  Paragraph Reformatting
  776.  ----------------------
  777.  
  778. Paragraph Reformatting is very useful for fitting text files into narrow
  779. columns, where they would either frequently wrap, or seldom come close to
  780. filling the line.
  781.  
  782. In conjunction with right justification, or flushing, you get a very nice,
  783. newspaper style output.
  784.  
  785. The problem with paragraphs is determining where they end.
  786.  
  787. In MultiPrint, paragraphs are broken up in two ways:
  788. 1. A line which begins with a space begins a new paragraph.
  789. 2. A blank line marks the end of a paragraph.
  790.  
  791. The only common method this misses out, is paragraphs which start at the
  792. beginning of a line, with no empty line before them.
  793.  
  794. With such paragraphs, you can only tell if there is a break by the fluke
  795. of how much blank space there is at the end of the last line.
  796.  
  797. Documents with paragraph breaks of this kind will need to have their
  798. paragraph breaks manually modified before printing.
  799.  
  800. {\BOLD +}Please be aware that this document has had special attention to work
  801. properly with paragraph reformatting on. Many files produced as
  802. documentation for a program have headings, and formatting in them that
  803. MultiPrint's reformatting will destroy.
  804.  
  805. With such files, where the formatting is important, use Justification
  806. if you like, but leave reformatting off. Or, you can modify the document
  807. to manually control the use of paragraph reformatting throughout.{\BOLD -}
  808.  
  809.  Page/Printer Setup
  810.  ------------------
  811.  
  812. MultiPrint gets most of the information it needs from Preferences,
  813. and so you should make certain your preferences are set correctly,
  814. including printer driver, page size and density, even if you use the
  815. HPPrinter option (see below).
  816.  
  817. However some information is not available in this manner.
  818.  
  819. In particular:
  820.  
  821. Printers seldom print to the whole page. In particular, DeskJet 500
  822. printers cannot print to the top 5 millimetres of a page, the last
  823. two centimetres, the left 3 millimetres, or the right 10 millimetres.
  824.  
  825. In order to get the columns of either side of a sheet of paper to
  826. line up, you need to specify the left and right edges of printing as
  827. the LeftEdge and RightEdge parameters in the environment variable
  828. "MultiPrint.printer". See also the section on HP printers below.
  829.  
  830. The best way to find the correct LeftEdge and RightEdge values is
  831. to print a test page with Gutter=0 as an option, and LeftEdge and
  832. RightEdge unset, or set to 0 in MultiPrint.printer, and with +R and +J
  833. before the file name, and End=1 to limit the printing to one page.
  834. Then measure (in millimeters) the left and right edges of the printing.
  835.  
  836.  Hewlett Packard Printers
  837.  ------------------------
  838.  
  839. Starting with version 1.5, MultiPrint can print directly to Hewlett
  840. Packard printers. This is not so always faster, that depends on the
  841. speed of your computer and printer - on my system, using the printer
  842. device to do the printing keeps up with the printer - but will always
  843. use less processor overhead. It also allows for printing to more of
  844. the page than the printer device can.
  845.  
  846. As with the Left and Right edges as explained above, printers have
  847. top and bottom margins. These vary with printer models also, and are
  848. not provided for by preferences, which takes the lowest-common-multiple
  849. approach.
  850.  
  851. Setting the HPPrinter flag in the MultiPrint.printer environment
  852. variable tells MultiPrint to print directly to an HP printer.
  853.  
  854. Use the HPNoCompression flag if your printer does not support compression,
  855. such as early DeskJet models.
  856.  
  857. HPShingle is a value to use to effect quality of printing on DeskJet
  858. printers, and is only effective on HP500C (note the C) and up.
  859. So far, this is only the HP500C and HP550C. Shingling does not work
  860. with HP500s.
  861.  
  862. Shingling causes the printer to print graphics in multiple passes, to
  863. avoid laying down too much ink at once, causing "blooming".
  864. Using HPShingle=0 (the default) results in no shingling. The printer
  865. prints at full speed. HPShingle=1 results in each pass of printing only
  866. 50% of the data, and so requires two passes when HPShingle=0 would require
  867. only one. HPShingle=2 prints only 25% per pass, and so requires four
  868. passes, and so four times the amount of time, than HPShingle=0.
  869.  
  870. If you are willing to sacrifice speed for quality, HPShingle=1 is the
  871. way to go.
  872.  
  873. HPUniDir forces DeskJet printers to always print from left to right, thus
  874. giving more reliable dot positioning, while sacrificing speed. Theoretically
  875. some DeskJets can determine when to use Uni and when not, but here's a way
  876. for you to decide.
  877.  
  878. The PageLength setting in the MultiPrint.printer variable tells MultiPrint
  879. just how long a _printable_ page your printer supports, for a given page
  880. size. To set this variable, follow this procedure:
  881.  
  882.  1. Set the correct page size in Preferences for the paper you use.
  883.  2. Set the MultiPrint.printer environment variable, with the LeftEdge
  884.     and RightEdge values as determined above, and with HPPrinter set.
  885.  3. Set PageSize=500 (or higher) in the MultiPrint.printer environment
  886.     variable.
  887.  4. Print a page as described above, ie with +J +R and End=1
  888.  5. Take the measurement, top of the text to last line printed, in
  889.     millimeters.
  890.  6. Use this value for PageSize in the MultiPrint.printer environment
  891.     variable in future.
  892.  
  893. For example, the correct settings for a DeskJet 500C printer with A4 paper
  894.  are :
  895.  
  896.  SetEnv MultiPrint.printer "LeftEdge=3 RightEdge=10 PageLength=280 HPPrinter"
  897.  
  898. and then, for permanent effect,
  899.  
  900.  copy env:MultiPrint#? envarc:
  901.  
  902. Via the printer.device, you get about 5 millimeters, or 1/2 an inch margin
  903. at the top, and 21 millimeters, or just under 7 8ths of an inch at the bottom.
  904. Using HPPrinter and PageSize=280, you get 5 and 9 millimeters, respectively.
  905.  
  906.  
  907.  Environment Variables
  908.  ---------------------
  909.  
  910. MultiPrint uses two environment variables, MultiPrint.opts and
  911. MultiPrint.printer, to control often used options, and optimise your
  912. printer usage. Neither of these variables can be termed necessary,
  913. but they improve either usage, quality of output, or speed. If you don't
  914. use them, you're stuck with my defaults, or with specifying all arguments
  915. always. If you don't set them, the columns on either side won't allign,
  916. and you won't get optimal speed or page usage on HP printers.
  917.  
  918. MultiPrint.opts:
  919.  
  920. This environment variable has exactly the same format as the command line,
  921. so make sure you try anything you intend to put in it on the command line
  922. first. Also, avoid putting anything that will be interpretted as a file
  923. name in the environment variable.
  924.  
  925. Switches which are specified in the environment variable, such as
  926. 'Line' or 'Sides' cannot be turned off in the command line. Do not use
  927. them in your environment variable unless you intend to always use
  928. them.
  929.  
  930. An example environment variable would be
  931.  
  932. setenv MultiPrint.opts "+R +J font=CSTimes line LE=3 RE=10"
  933.  
  934. This sets MultiPrint to default to Reformating, Justification, using
  935. CSTimes as the text body font, drawing a line between columns, and
  936. expecting the offsets Desjet 500s print to.
  937.  
  938. You should uses "Setenv EnvArc:MultiPrint.opts" to set a permanent
  939. default.
  940.  
  941. MultiPrint.Printer:
  942.  
  943. This variable sets page offsets to allow the allignment of columns on
  944. either side of a sheet, as well as options for optimal use of an
  945. Hewlett Packard printer. It works similar to command lines, and has
  946. the format :
  947.  
  948.  LeftEdge/K/N,RightEdge/K/N,PageLength/K/N,HPPrinter/S,HPShingle/K/N,
  949.  HPNoCompression/S,HPUniDir/S
  950.  
  951. and functions as follows:
  952.  
  953.  LeftEdge/K/N,RightEdge/K/N
  954.    :  measurements made as explained in Page/Printer Setup
  955.  
  956.  PageLength/K/N
  957.    :  measurement made as explained in Hewlett Packard Printers
  958.  
  959.  HPPrinter/S,HPNoCompression/S,HPUniDir/S
  960.    :  switches as explained in Hewlett Packard Printers
  961.  
  962.  HPShingle/K/N
  963.    :  as explained in Hewlett Packard Printers
  964.  
  965.  
  966.  Last Page
  967.  ---------
  968.  
  969. When printing to both sides of a sheet, the last even page is printed,
  970. even if it is empty. This is so the sheet is ready for the odd page.
  971.  
  972. Printing empty lines can be slow, depending on your printer and printer
  973. driver. The printer may appear to be doing nothing for a while after
  974. printing a small amount on the last even page, and the last odd page,
  975. which is printed immediately after. This should not happen if you use
  976. the HPPrinter option.
  977.  
  978.  Both Sides Printing
  979.  -------------------
  980.  
  981. After all the even pages are printed, you will be prompted to re-insert
  982. the pages, once the printer has finished printing (emptied its internal
  983. buffers).
  984.  
  985. On a deskjet printer, the pages should be inserted as they came out of
  986. the printer, face up, top of page closest to the print mechanism.
  987.  
  988. Please be aware that 'all the even pages' means all the even pages of
  989. all the files being printed, not just one at a time.
  990. This approach requires less intervention by the user - just once in the
  991. middle of all the files to replace the pages instead of once per file -
  992. but can result in large jobs eating memory.
  993.  
  994. If you plan to print many large files in one go, it might pay to have
  995. them spooled to disk, otherwise all the odd pages will build up in memory.
  996.  
  997.  The End
  998.  -------
  999.