So here's the problem. I'm trying to get LaTeX to output some formatted text, like this:

A => B => C <= D
     |
     x1

I'm using the tabular command, but the cell margin is too wide, i.e.

A =>    B    => C <= D
        |
        x1

About all I could find on Google was to use something like \begin{tabular}{rp{0.3cm}l} to specify the width of the middle column. That, unfortunately, results in the error "Overful \hbox (2.59607pt too wide)" and it looks like it's only clipping it from the right margin-- the left margin is unchanged.

Any ideas?

Lars


____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to