Can you explain a bit more what problem you are having? Do you want to force a line break using within a cell or do you want to achieve some kind of special vertical or horizontal alignment?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ 是啊就想要这个效果 可{this // is C}不起作用
【在 T*******n 的大作中提到】 : : Can you explain a bit more what problem you are having? Do you want : to force a line break using within a cell or do you want to achieve : some kind of special vertical or horizontal alignment?
T*n
5 楼
Depending on whether you want to preserve line justification within the cell, you can use either \linebreak (justification) or \newline (no justification). Run the example below for illustration. \usepackage{array} \begin{tabular}{|p{1in}|p{1in}|p{1in}|} \hline one two three four five six seven eight nine ten & one two three\linebreak four five\linebreak six seven eight\linebreak nine ten & one two three\newline four five\newline six seven eight\newline nine ten \\ \hlin
【在 T*******n 的大作中提到】 : Depending on whether you want to preserve line justification : within the cell, you can use either \linebreak (justification) : or \newline (no justification). Run the example below for : illustration. : \usepackage{array} : \begin{tabular}{|p{1in}|p{1in}|p{1in}|} : \hline : one two three four five six seven eight nine ten & : one two three\linebreak : four five\linebreak