Index: [thread] [date] [subject] [author]
  From: Robert C. Duvall <rcd@cs.duke.edu>
  To  : 
  Date: 17 Feb 1999 10:12:25 -0500

Re: View of table

> My partner and I have written a table in latex, but when we look at it
> through xdvi, the right side of the table is cut off. Is there something
> we are missing when writing the table? I'm hoping this is just one thing
> to add or take away. Thanks for any help

For some reason, the table seems to be "overly" centered so that it
runs off the right side of the page.  An easy fix (i.e., hack) is to
force it to move left before you create it:

  % header stuff
  \hspace{-1in}     % move it left one inch
  % begin table

Since the goal of this exercise is just to generate the table, this
hack is fine.

rcd


-- 
Robert C. Duvall
Lecturer, Duke University
rcd@cs.duke.edu


Index: [thread] [date] [subject] [author]