latex - How can I change the vertical position of content after a tabularnewline? -
I have some problems with tables in latex. There are 4 columns in my table. I \ Textwidth is too broad to fit, So I discovered a line break and found \ tabularnewline Now the content of the first column breaks down in 2 lines but the content in the other 3 columns is now below the cell. I want to focus it in the column, or at least it should be on the roof. How can I go about doing this?
I have tried tabular, tabulated * and tabular. I would like to write as short command as possible, is it possible to do similar to HTML?
\ in usepackage {array} Preamble
then you \ start {table} Can use {ccm} - 'm' will give you vertical mid alignment. Also: 'T' will give you top alignment, and 'B' will give you below.
Comments
Post a Comment