home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR506.ZIP / ACAD2.EXE / SUBS.DOC < prev    next >
Text File  |  1987-09-09  |  3KB  |  90 lines

  1. SUBS.SHP
  2. 3/25/1987
  3. By Philip M. Kreiker, Looking Glass Microproducts
  4.  
  5. The information contained herein is being donated to the public domain
  6. soley for the benefit of licensed AutoCAD END USERS everywhere.  You are
  7. free to modify, or reproduce and distribute only in the un-altered
  8. original form, the information contained herein for ANY NON-COMMERCIAL
  9. use, provided such reproduction/disribution is NOT FOR PROFIT, and
  10. provided that with any such distribution, this NOTICE (or any portion
  11. thereof) is NOT REMOVED OR ALTERED from it's original content in ANY
  12. manner, shape, or form.
  13.  
  14. You ARE NOT free to reproduce and/or distribute the information
  15. contained herein (regardless of medium or form of reproduction) for
  16. profit, or to include it or any portion thereof, as a part of any
  17. commercially marketed goods regardless of thier intended nature, scope,
  18. or form, without the expressed written permission of the author.
  19.  
  20. If you seek such permission, it will be granted provided you furnish the
  21. author with ONE (1) fully-functional, licenseable sample of the finished
  22. product(s) in final marketed form.  In return for which you may solict
  23. and will recieve the author's objective opinions, advice and insight
  24. regarding any and all aspects of said product(s), free of charge, with
  25. appropriate and complete written assurance of non-disclosure.
  26.  
  27. Additional information can be obtained
  28. by contacting
  29.  
  30.                 Philip M. Kreiker
  31.                 Looking Glass Microproducts
  32.                 4233 West Eisenhower Boulevard
  33.                 Loveland, CO  80537
  34.                 (303) 669-2681
  35.  
  36. Or, via electronic medium thru
  37.  
  38.                 Compuserve ID: 70261,234
  39.  
  40. ******************************************************************************
  41.  
  42. SUBS.SHP provides a mechanism for adding subscripts and superscripts
  43. to any standard AutoCAD font (.SHP) file.
  44.  
  45. To use SUBS.SHP, copy it into your ACAD subdirectory, and
  46. compile it using with AutoCAD.  Within your drawing editor, you must then
  47. set up a text style using the STYLE command, and specify the name of the
  48. standard font file followed by a ',subs'; as in the following:
  49.  
  50.      Command: STYLE Text style name (or ?): (specify a name)
  51.      Font file <default>: simplex,subs
  52.      ...
  53.  
  54. Within a line of text, the following escape sequences are
  55. used to access subscripts and superscripts:
  56.  
  57.        Escape sequence     Action
  58.             \{             Begin Superscipts
  59.             \}             End superscripts
  60.             \[             Begin Subscripts
  61.             \]             End Subscripts
  62.             \\             \
  63.  
  64. Try, for example:
  65.  
  66.         Little Mary had a drink
  67.         But she will drink no more,
  68.         For what she thought was H\[2]\O
  69.         Was H\[2\]SO\[4\].
  70.  
  71.         e = mc\{2\}
  72.  
  73.         5\{1\}/{[2\}"
  74.  
  75. The following are the contents of SUBS.SHP:
  76.  
  77. *BIGFONT 5,1,05C,05C
  78. *0,4,Subs
  79. 21,7,0,0
  80. *05C5B,5,strtsub
  81. 2,06C,3,2,0
  82. *05C5D,5,endsub
  83. 2,4,2,064,0
  84. *05C7B,7,strtsup
  85. 2,8,(0,16),3,2,0
  86. *05C7D,7,endsup
  87. 2,4,2,8,(0,-16),0
  88. *05C5C,3,bslash
  89. 7,05C,0
  90.