PROGRAM INFORMATION
------------------------------------------------------------------

Label Text  Version 4.0d

LT.lsp, as the name implies, labels text.  It can place numbers
from 1 to 32767, uppercase and lowercase roman numerals from I to
MCMXCIX, and uppercase and lowercase letters from A to ZZ.  It is
used to place these labels on existing (probably left justified)
text.  Examples are as follows:

The following text objects exist in a drawing.

      THIS IS TEXT.
      THIS IS TEXT.
      THIS IS TEXT.
      THIS IS TEXT.

As the user selects a text object the labels will appear.

   1. THIS IS TEXT.            I. THIS IS TEXT.          A. THIS IS TEXT.
   2. THIS IS TEXT.    (or)   II. THIS IS TEXT.   (or)   B. THIS IS TEXT.
   3. THIS IS TEXT.          III. THIS IS TEXT.          C. THIS IS TEXT.

But that is only the beginning.  LT.lsp has options to specify the
following parameters.

  The terminator.      (The character(s) between the text and its label.)

  The separation.      (The space between the text and its label.  This
                       is a multiple of the text height.)

  Starting character.  (The character at which the user would like to begin
                       labeling.  The default is always the first character
                       in the available range.)

The first time LT.lsp is used, the default method is "1, 2, 3, ... 32767,"
the default terminator is ". period", and the default separation is "1.5".
Once this is changed LT.lsp will remember the new settings and provide
them as defaults until LT.lsp is reloaded.




LOADING AND INSTALLATION INFORMATION
------------------------------------------------------------------

To install the program copy it to the directory in which the file
"acad.exe" is located.


AutoCAD provides many methods of loading AutoLISP programs.  Three
of the most common are discussed in the following.


1. AutoCAD's "appload" command may be used.  See AutoCAD's command
   reference for further instructions.


2. A line of code may be added to the "acad*.lsp" file such as the
   following:

        (load "lt")

   This will automatically load the program each time a new drawing
   is opened.


3. The program may be installed as an autoload by adding a line of
   code to the "acad*.lsp" file such as the following:

        (autoload "lt" '(c:lt))

   This will automatically load the program the first time it is
   invoked.




ORDERING INFORMATION
------------------------------------------------------------------

To purchase an authorized version of this program send a check in
the amount of $25.00 made payable to PowerLISP Solutions and mailed
to the following address.

PowerLISP Solutions
Product Sales
2516 Durwood Road
Little Rock, AR 72207 USA

Payments must be in US dollars drawn on a US bank, or you can
send international postal money orders in US dollars.

Please include the following order form with your order.

-------------------------------------------------------------------
POWERLISP SOLUTIONS ORDER FORM
Attention: Product Sales

Company: __________________________________________

Name: _________________   ____________________  ___
     Last                 First                 In.

Position: _________________________________________

Mailing   _________________________________________
address:  Street

          _________________________________________
          City                   State       ZIP

          _________________________________________
          Country

E-mail address: ___________________________________

Phone: ____________________________________________

Program: ________________________   Version _______

Amount enclosed: $_________________________________

Check one:

____ I would like the program sent to my
     mailing address.  (add $2.00 postage & handling)

____ I would like the program sent to my
     e-mail address.    

Optional:

____ I would like to be notified of updates
     to the program I have purchased.

I found this program:

___ on this web-site ______________________________________________

___ on this shareware CD __________________________________________

___ other (please specify) ________________________________________

-------------------------------------------------------------------




DISCLAIMER OF WARRANTY
------------------------------------------------------------------

THIS SOFTWARE AND MANUAL ARE SOLD "AS IS" AND WITHOUT WARRANTIES FROM    
POWERLISP SOLUTIONS OR STEPHEN L. BOWEN, AS TO PERFORMANCE OF 
MERCHANTABILITY OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.   
BECAUSE OF THE VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS INTO WHICH THIS   
PROGRAM MAY ENTER, NO WARRANTY OF FITNESS OF A PARTICULAR PURPOSE IS   
OFFERED SINCE DATA PROCESSING PROCEDURE DICTATES THAT ANY PROGRAM BE   
THOROUGHLY TESTED WITH NON-CRITICAL DATA BEFORE RELYING ON IT.  THE USER
MUST ASSUME THE ENTIRE RISK OF USING THE PROGRAM.  ANY LIABILITY OF THE
SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT REPLACEMENT OR REFUND OF
PURCHASE PRICE WITHIN SIXTY DAYS OF DATE OF PURCHASE.

Upon registration, you will receive a new copy of this program that will
function indefinitely.   




  
END USER LICENSE AGREEMENT (EULA)
------------------------------------------------------------------
  
This program is NOT a Public Domain program and is not freeware.

This program may NOT be modified in any respect, for any reason, including 
but not limited to, decompiling, disassembling, or reverse engineering.
  
Distribution of the demo version is permitted and encouraged subject to
the ALL the restrictions included in this document.  
  
A. No fee is may be charged for its use.  
  
B. This program must be copied in unaltered form, complete with files containing
   registration information, documentation, and all accompanying files.
  
C. This program shall not be distributed in conjunction with any other product
   without the written permission from the PowerLISP Solutions.  Only Shareware
   CD's are excluded from this restriction.

System Operators may make this program available for download only if the all
the conditions in this document are met.

Commercial distributors of "Public Domain", "Shareware", and/or user  
supported software may distribute this program subject to all the conditions
included in this document.



  
  
TECHNICAL SUPPORT
------------------------------------------------------------------

If you have a question, comment, suggestion, or request, please
contact us.  We would approciate knowing if we are meeting the
needs of our clients.  We would like to know if you; would like
a new option of feature added/deleted from a program, would like
to combine two programs into one / divide one program into two,
or have a brand new idea.  Help us to continue creating SOLUTIONS
for the AutoCAD Professional, YOU!

Write to:

  PowerLISP Solutions
  Technical Support
  2516 Durwood Road
  Little Rock, Arkansas 72207

E-mail:

slbowen@aristotle.net  



  
AutoLISP and AutoCAD are registered trademarks of Autodesk, Inc.
