LaTeX Tips for Autowrapping Text and Setting Cell Sizes in LaTeX Tables

  • Thread starter Thread starter neurocomp2003
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
To autowrap text in LaTeX tables without using multicol or multirow, the recommended approach is to use the p{\widthspec} column specifier in the \begin{tabular} command. For setting relative or absolute sizes for table cells in LaTeX, users can refer to section 7 ("Rows and Columns") of the LaTeX tutorial available at the provided link, which offers detailed explanations and examples on creating and formatting tables in LaTeX.
neurocomp2003
Messages
1,359
Reaction score
4
Hi,
wasn't sure where to put this.

[1] how do you autowrap text(paragraphs) in a LaTeX tables without using
multicol/multirow?
[2] how do you set relative/absolute sizes for table cells in LaTeX like you would in MS Word?

Thanks
 
Physics news on Phys.org
Short answer: Use p{\widthspec} as a column specifier (the arguments to \begin{tabular}).

Long answer: See section 7 ("Rows and Columns") of the LaTeX tutorial, http://www.eng.cam.ac.uk/help/tpl/textprocessing/ltxprimer-1.0.pdf . It describes LaTeX tables in detail with examples.
 
Last edited by a moderator:
thank you.
 

Similar threads

Replies
4
Views
2K
Replies
1
Views
2K
Replies
23
Views
2K
Replies
1
Views
1K
Replies
3
Views
2K
Replies
3
Views
2K
Replies
2
Views
6K
Back
Top