home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 25 / bbd25.zip / PC-WRT27.DOC < prev    next >
Text File  |  1988-04-15  |  3KB  |  61 lines

  1.  
  2.                 USING IMAGEPRINT WITH PC-WRITE 2.7
  3.                 ----------------------------------
  4.  
  5. The file PR.DEF on the ImagePrint disk should be substituted for your 
  6. current file of the same name. It contains the following alt keystroke to 
  7. backslash command mappings: 
  8.  
  9.         Doubled alt:      selects:      text inserted in file:
  10.  
  11.         ALT-A,ALT-A     = FONT1                 \1
  12.         ALT-B,ALT-B     = bold                  \B
  13.         ALT-C,ALT-C     = compressed            \<
  14.         ALT-D,ALT-D     = double width          \W
  15.         ALT-E,ALT-E     = 12 cpi fast           \|\F
  16.         ALT-F,ALT-F     = nothing
  17.         ALT-G,ALT-G     = FONT6                 \6
  18.         ALT-H,ALT-H     = superscript           \^
  19.         ALT-I,ALT-I     = italic                \I
  20.         ALT-J,ALT-J     = FONT7                 \7
  21.         ALT-K,ALT-K     = nothing
  22.         ALT-L,ALT-L     = subscript             \V
  23.         ALT-M,ALT-M     = nothing
  24.         ALT-N,ALT-N     = FONT10                \10
  25.         ALT-O,ALT-O     = FONT11                \11
  26.         ALT-P,ALT-P     = pica quality          \>\Q
  27.         ALT-Q,ALT-Q     = 12 cpi quality        \|\Q
  28.         ALT-R,ALT-R     = nothing
  29.         ALT-S,ALT-S     = bold (second strike)  \B
  30.         ALT-T,ALT-T     = FONT12                \12
  31.         ALT-U,ALT-U     = underline             \U
  32.         ALT-V,ALT-V     = proportional          \P
  33.         ALT-W,ALT-W     = cancel                \C
  34.  
  35. Note that the above alt keystrokes do not correspond to the suggested 
  36. keystrokes used in earlier PC-Write to ImagePrint adaptations. They 
  37. conform more closely (but not completely) to suggested PC-Write usage. 
  38.  
  39. When you "print" a file from within PC-Write, you must print to a file 
  40. and then run ImagePrint to print the file on your printer. 
  41.  
  42. Always >>DOUBLE UP ON YOUR KEYSTROKES<< so PC-Write won't append any mode 
  43. termination sequences to the end of lines. This allows commands to 
  44. persist beyond the current line. And ALWAYS turn off any ImagePrint 
  45. toggling (bold, double width, italic, underline) commands before the end 
  46. of a line is reached. This is because PC-Write won't bother to insert the 
  47. command in the file if it thinks that it would serve no purpose. For 
  48. example: 
  49.  
  50.     OK:
  51.         this is <alt-b><alt-b>bold<alt-b><alt-b> and this is not
  52.                which results in:
  53.         this is \Bbold\B and this is not
  54.  
  55.     WRONG:
  56.         this is <alt-b><alt-b>bold to the end of the line<alt-b><alt-b>
  57.                which results in:
  58.         this is \Bbold to the end of the line
  59.  
  60.  
  61.