Tagged Questions
6
votes
1answer
110 views
set width of table column to whatever's left in page width
I have some columns with a very short entries on the first column and a rather long entry on the second column.
\begin{ctabular}{\textwidth}{ll}
\toprule
Name & Recipe\\
\midrule
Freezing ...
2
votes
1answer
107 views
How to obtain the width of a column within the APA document class?
I am using the APA document class. My document has some tables:
\documentclass[jou]{apa}
\usepackage{tabularx}
\title{This is the title}
\author{This is the author}
\begin{document}
\maketitle
...
5
votes
2answers
1k views
Tabular with p type columns to fill page width
I wish to be able to have a table (using tabular) that fills the page horizontally with each column using a fraction of that space, for now assume that they are equally sized.
I wish to be able to ...
0
votes
1answer
452 views
Creating multiple columns of different width
I'm pretty new to LaTeX and am using it to write an exam. I'm using the geometry package to create two columns. I'd like one column to be 5" and the second column to be 1" with 0.5" separating the ...
2
votes
1answer
3k views
Auto-fit table column widths based on content
Is there any solution in LaTeX tables that implements similar functionality to MSWord's AutoFit?