Tagged Questions
2
votes
1answer
28 views
LyX: Removing indentation from a table
I want to make a table that has terms on the left side with .25\textwidth and descriptions on the right side with .75\textwidth Like
Name: asdjoia
Position: ...
1
vote
0answers
30 views
LaTeX prevent oversized table from getting cut off
I have a LaTeX file with a very wide table with many many columns. When I compile this and convert to pdf, the right part of the table is cut off because it is too big to fit on a page.
Is there a ...
3
votes
1answer
97 views
How can I make the document as wide as possible in LaTeX
I am new to LaTeX and don't know much about it. I am generating PDF from the LaTeX source files.
My column are very wide and I want that PDF should expand to fit the data. Does not matter how long ...
4
votes
3answers
106 views
Set longtable to fit the page-width
I would like to set a longtable to fit correctly the page-witdh. From now, I've this situation:
and the related tex code is:
\usepackage{array}
\usepackage{multirow}
\usepackage{longtable}
...
3
votes
1answer
64 views
Why is the tnote of my threeparttable's table cheekily protruding? How can the width be (automatically) adjusted here?
Why is the tnote of my threeparttable's table cheekily protruding? How can the width be (automatically) adjusted here?
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{tabulary}
...
1
vote
1answer
50 views
Left Align with Column Width {p{cm}} [duplicate]
I am trying to create a table something like:
Idioms Definition
A dime Anything that is common, inexpensive,
a dozen and easy to get or available any ...
1
vote
1answer
226 views
LaTeX split long table in multiple pages and resize the width
I am trying to find a way to fix the width of my table to the margin of a portrait page (not landscape) while continuing the table in another page since it is very long. I can adjust the width by ...
1
vote
2answers
78 views
fit table on page width
I am having problems trying to fit a table on page width. Here is a part of my code.
\begin{landscape}
\begin{table}[H] \scriptsize
\setkeys{Gin}{keepaspectratio}
...
4
votes
2answers
72 views
Table width equal line width
I generated this table but it's width exceeds the line width as i am working in two column paper And i need it to fit only in one column, Any help ?
\begin{table}[t]
\centering
...
0
votes
0answers
78 views
Width of table and its columns [closed]
I have been using LaTeX for a little while to write my thesis. I now need to include some fairly large tables, mainly containing text. I have tried to use suggestions from this forum and others to fix ...
1
vote
0answers
54 views
How to specify the the column width but also keep the cell content center horizontally? [duplicate]
I want to specify the width of the column but also keep the content centered. How can I do that?
Here is my code
\begin{tabular}{p{6cm} c c p{2cm} p{3cm}}
\Xhline{3\arrayrulewidth}\hline
...
6
votes
1answer
107 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 ...
5
votes
1answer
307 views
Text not spanning full page after wraptable
I wonder why latex doesn't go back to full textwidth after a table that was added in a wraptable?
The actual code where I experience this problem is here: http://pastebin.com/CRjHMZdT
I would ...
3
votes
1answer
483 views
Fitting tables into beamer
I have some tables in my presentations that are rather big. I found out how to use \resizebox to fit them into my page. Unfortunately this only works for tables that are wide. For long tables, my ...
2
votes
3answers
347 views
Control column width with left alignment in tabular
I want to make a table with a bigger than default column width for the first column. The text in this column should be left aligned. Here is my code.
\begin{tabular}{llll|l}
Address1 ...
2
votes
2answers
90 views
Setting width of lines in tabular
Is it possible to increase the linewidth of tables like it's possible to set the linewidth in PSTricks?
Maybe you could show me how to do it on this example:
\begin{tabular}{c|c|c|c}
\hline
...
2
votes
2answers
534 views
How can I use the full page width (\textwidth) while importing a table with \includegraphics?
I'm in a 2-column environment. I need to use the entire pagewidth (\textwidth) while importing a table with \includegraphics.
\begin{table}
\centering
\includegraphics[width=\textwidth]{./myfile.pdf}
...
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 ...
1
vote
0answers
39 views
Table fixed width [duplicate]
Possible Duplicate:
How to obtain width of longtable?
I have many tables that I create with longtable or ltablex.
How can I make all tables the same width?
5
votes
3answers
416 views
Table exceeds page
I'm new to tex and got a problem with a table that exceeds the page, because the content is too wide. I'd expect the table to wrap the text into a new line / new lines, if the text is too long for the ...
1
vote
2answers
3k views
latex how to make table as the same width as the textwidth?
I have used \begin{tabularx} or \begin{tabular*} but neither of these two work, these two environment managed to increase the width of the table as the same as the text, while they cannot let the ...
3
votes
2answers
4k views
How to set table size to \linewidth without using a package such as tabularx?
PLOS journals provide the following instructions for preparing a LaTeX manuscript:
Do NOT use any other packages than
those specified in the template. If
you use any other packages, your
...
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?
4
votes
4answers
1k views
How to obtain width of longtable?
I need to create multiple tables of the same width, one of them needs to be a longtable due to spanning multiple pages. I could set the width of all of them to a predefined value. However, I would ...
25
votes
2answers
29k views
How to create fixed width table columns with text raggedright/centered/raggedleft?
I would like to create a table with some columns' width specified, while the text in those columns should be centered both horizontally and vertically. I found out that
\usepackage{array}
...
4
votes
2answers
854 views
\parbox “textwidth” for the combined width of a subset of table cells
I would like the parbox width of the text in a multicolumn to be calculated automatically from the combined width of the cells that the multicolumn spans. (Their width will vary in different copies of ...
8
votes
2answers
1k views
How to make really wide tables narrower
Is there a way to fix extremely wide tables?
I have the following table:
\begin{tabular}{lllll}
\toprule
& Manual Tests & Randoop 2.5 Minutes With GUI Code & ...
2
votes
4answers
3k views
Table caption Width
We have table caption background image. We put this as image. But we need the table caption and images exactly same width as table body.
21
votes
2answers
6k views
Center column with specifying width in table (tabular enviroment)?
I have table that has long headers and I would like to specify width of the column, but also be able to remain it's centred position.
Something like |c{0.30\textwidth}|.
It is possible? How to ...