[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxuum::document_ft

Title:DOCUMENT T1.0
Notice:**New notesfile (DOCUMENT.NOTE) now available (see note 897)**
Moderator:CLOSET::ADLER
Created:Mon Feb 09 1987
Last Modified:Thu Oct 31 1991
Last Successful Update:Fri Jun 06 1997
Number of topics:897
Total number of notes:4397

810.0. "<line> following math unexpectedly indents" by COOKIE::JOHNSTON () Sat Aug 15 1987 19:44

The following code indents the second line of text by about 3 characters 
when processed for the SOFT.SPEC doctype:


<math>(1917<fraction>(1\2)) Anystreet
<line>(smallskip)
Anywhere, U.S.A.

1917 1/2 Anystreet
        Anywhere, U.S.A.

The same code prints fine when processed for the GENERAL doctype:

1917 1/2 Anystreet
Anywhere, U.S.A.

The behavior is the same whether <line> has arguments or not.

What's causing it?  

Rose
T.RTitleUserPersonal
Name
DateLines
810.1can't duplicateCLOSET::ANKLAMTue Aug 18 1987 15:327
    
    Rose,
    
    I can't duplicate the problem; can you MAIL me file and TEX file?
    
    patti
    
810.2File sent to Patti; sample hereCOOKIE::JOHNSTONWed Aug 26 1987 12:3452
I've mailed the file to Patti but won't post the whole thing here.  But 
here's the first part of the file so people will have a frame of 
reference when Patti or one of the developers posts a reply:

Rose

<include>(resume_defs.gdf) <comment>(this file defines name_on_resume)

<align_char>(#)
<name_on_resume>(Sherri#D.#Groom)
<endalign_char>
<emphasis>(<math>(1917<fraction>(1\2)) Mt. Washington Avenue\bold)
<line>(smallskip)
<emphasis>(Colorado Springs, CO  80906\bold)
<emphasis>(<right_line>((303)473-8223)\bold)

<ALIGN_CHAR>(#)
<TABLE> 
<TABLE_SETUP>(2\10)

<TABLE_ROW>(<emphasis>(EMPLOYMENT <line>FULL-TIME\bold)\Eight years office
administration experience in the businesses of computer
engineering and manufacturing, personnel, and judo certification.
Experience in using DIGITAL computer systems, including the DECmate
personal computer, Video Terminal 100 (VT100), and VMS operating
system features such as text editors and electronic mail.
Experience in using 3M equipment to prepare and present overheads,
XEROX and KODAK copiers, and FAXes and hard-terminals to send and
receive documents world-wide.)

<TABLE_ROW>()

<TABLE_ROW>(<emphasis>(NOV 1986 -- <line>Present\bold)
\<emphasis>(U.S. Judo Association####Colorado Springs, CO\bold)
<line>(smallskip)
<emphasis>(Public Relations Secretary\bold) in the headquarters
of a national, nonprofit organization that certifies amatuer
athletes in judo. Answer questions about the Association and
ensure that interested people and members receive individual
portfolio containing Association literature, schedules, and
applications.  Keep up-to-date records on members, including
promotions in judo expertise and renewals for personal insurance.
Prepare and send promotion certificates to members.  Process and
do occasional bookkeeping of receipts and disbursements that
average $15,000 a month.)
 .
 .
 .
<ENDTABLE>
<ENDALIGN_CHAR>


810.3No <line> preceding <math>CLOSET::ANKLAMWed Aug 26 1987 14:0112
    
    The problem is not that the line following the math is indented,
    but that the line with the math isn't tagged. The absence of a
    tag (<LINE>, for instance) means that the text is set at the left
    margin of the page. In the REPORT doctype, the normal text margin
    is also at the left margin of the page, so it looks like it is
    set correctly. In SOFT.SPEC, the normal text margin is indented
    from the left edge of the page. The <LINE> tags the 'Colorado Springs'
    line, so that line is set correctly.
    
    patti