Latex table text is too long to wrap automatically

Source: Internet
Author: User

Method 1:

\begin{tabular}{m{5cm}}

Method 2:

\begin{tabular}{p{0.9\columnwidth}}

Method 3: multirow macro package

\multirow{nrows}[bigstructs]{width}[fixup]{text}

  1. Nrows sets the number of rows occupied.

  2. Bigstructs is optional, mainly used when you use the bigstruct macro package.
  3. Width: Set the text width of the column. If you want latex to determine the text width, use.
  4. Fixup: Optional. It is mainly used to adjust the vertical position of the text.
  5. Text. Use \ to force line feed.

Method 4:

/newcommand{/tabincell}[2]{/begin{tabular}{@{}#1@{}}#2/end{tabular}}

Then use &/tabincell {C }{} & to automatically wrap the line in the table.

For example

/begin{tabular}{|c|c|}/hline 1 & the first line ///hline 2 & /tabincell{c}{haha// heihei//zeze} ///hline/end{tabular}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.