lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Q: Vertical spacing table within DropTagItem


From: Kevin Cole
Subject: Q: Vertical spacing table within DropTagItem
Date: Sun, 8 Jul 2001 23:39:09 -0400 (EDT)

Hello.

I'm still having vertical spacing problems.  Some lines are too widely
spaced, but the following is too narrow.  The first line of the table
hits the droptagitem.  I've tried a few things with the marginvertical
but I'm still getting it wrong.  A code fragment is included below. I'm
trying to get something like:

  DEGREES AWARDED TO DEAF
  STUDENTS IN 1999-2000
     Baccalaureate:       157
     Doctoral degrees:      6

(I want the table pretty close to the heading.) I'm using:
_________________________________________________________________________

  @DropTagItem @B { DEGREES AWARDED TO DEAF @LLP STUDENTS IN 1999-2000 }
  lines @Break { @Tbl
  marginvertical { 0.5vx }
  aformat { @Cell ml { 0i } A | @Cell indent { right } B }
  {
  @Rowa A { Baccalaureate: } B { 157 }
  @Rowa A { Doctoral degrees: } B { 6 }
  }
  }
_________________________________________________________________________

(For completeness, the "mydoc" file (stripped of comments) is below.)
_________________________________________________________________________

  @SysInclude { fontdefs        } # font definitions
  @SysInclude { langdefs        } # language definitions
  @SysInclude { bsf             } # BasicSetup package
  @SysInclude { dsf             } # DocumentSetup package
  @SysInclude { docf            } # OrdinarySetup extension
  @Include { mydefs }
@Use { @BasicSetup
    @InitialFont        { Times Base 10p        }
    @InitialBreak       {{ragged 1.2fx hyphen} @OrIfPlain {ragged 1fx nohyphen}}
    @ListOuterGap       { 0v    @OrIfPlain 1f   }
}
@Use { @DocumentSetup
    @PageType           { Letter        @OrIfPlain Other}
    @TopMargin          { 1.5c  @OrIfPlain 6f   }
    @FootMargin         { 1.5c  @OrIfPlain 6f   }
    @OddLeftMargin      { 0.50i @OrIfPlain 10s  }
    @OddRightMargin     { 0.50i @OrIfPlain 10s  }
    @EvenLeftMargin     { 0.50i @OrIfPlain 10s  }
    @EvenRightMargin    { 0.50i @OrIfPlain 10s  }
    @ColumnNumber       { 2                     }
    @ColumnGap          { 0.50c @OrIfPlain 6s   }
    @FirstPageNumber    { 21                    }
    @OddTop             { @Null                 }
    @OddFoot            { @Centre { @PageNum }  }
    @EvenTop            { @Null                 }
    @EvenFoot           { @Centre { @PageNum }  }
    @StartOddTop        { @Null                 }
    @StartOddFoot       { @Centre { @PageNum }  }
    @StartEvenTop       { @Null                 }
    @StartEvenFoot      { @Centre { @PageNum }  }
}
@Use { @OrdinarySetup
}
@SysDatabase @RefStyle { refstyle }
_________________________________________________________________________


reply via email to

[Prev in Thread] Current Thread [Next in Thread]