Tagged Questions
3
votes
1answer
50 views
Table width is not wide enough
I have a problem in the table width, it is very small as shown below and I need it to fit in two column paper. Any help please?
\begin{table}[H]
\centering
\begin{tabular}{|r|r|r|r|}
\hline
...
5
votes
2answers
81 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
...
3
votes
1answer
178 views
How to put a full-width table at the top or bottom of the same two-column page as the reference text?
I'm posting today because I would like to reduce white space in a document I'm writing.
The content is two-columns but I have floating tables that span across both columns (table*).
At some point, ...
3
votes
1answer
96 views
Fit table in page column also some editing
I want to make the table fit into one column in a two column page.
Also, I need it to look like this:
Here’s my code
\documentclass[twocolumn]{article}
\usepackage{adjustbox}
\begin{document}
...
0
votes
1answer
82 views
float a wide ctabular in two columns
I have a very long table (slightly more than 2 pages) and so, am using the ctabular environment of the memoir class. I understand how a float defeats the purpose of a continuous tabular but I would ...
1
vote
1answer
240 views
Creating tables with borders in IEEE conference two column format
I'm new to LaTex. I'm trying to find some sample code that shows how to create a single column table with borders (and if possible a grey header row) in a two column paper.
3
votes
1answer
198 views
wide table in a two-column document
I have a two-column LyX document. I want to add a table that will be as wide as the entire page, so that it will not have to be squeezed into a single column. I found some suggestions: table too wide ...
0
votes
1answer
73 views
Multiple Column Height
I need to put three lists of data into three columns. After putting the first set of data this happened:
But I need all the data to be in the FIRST column only, the next sets of data will go in ...
3
votes
1answer
387 views
Page-wide table in two-column mode
I want a table that is as wide as the whole page in a document with option twocolumn. The table has to be inserted on the bottom of the page, but that is not necessary.
I've tried:
\begin{table*}[b]
...
1
vote
1answer
220 views
Table spanning two columns creates hole in text
I am writing an article in two columns:
\documentclass[a4paper,11pt,twocolumn]{jarticle}
And at one point I include a table spanning 2 columns.
text before table
\begin{center}
...
3
votes
1answer
658 views
IEEEtran - Two tables on top of page, two column
I can't put my tables on the top of page two column, searched for several other tex.stackexchange questions. None of them did help.
My table, two tabulars inside:
\begin{table*}[!t]
\centering
...
5
votes
3answers
133 views
Onecolum at the end in twocolum
So I have two problems:
first. how to add onecolumn at the end of article withtout breaking page?
second. same but after table in the middle of text?
7
votes
1answer
511 views
break a table on two columns
I have a table that is quite long (less than a page, by the way) and quite narrow; to save space I wish to have it, let's say, on two columns. Referring to the following image, I wish to have the ...
1
vote
1answer
968 views
sidewaystable misplaced in twocolumn document
I need to format an existing document to accord to the guidelines of a paper. The existing document contains a big table, contained in a sidewaystable environment:
\begin{sidewaystable}[p]
...
9
votes
2answers
721 views
Automatic way to break narrow tables into two columns?
Is there an easy way to break long narrow tables into two (or possibly more) columns (i.e. without manually rearranging the columns)?
In the following example you can see that there is a lot of ...
5
votes
1answer
5k views
Making a long table continue over two columns
I am using multicol to make a two-column document using the book document class. I have a long tabular that I want to break where the page breaks and then continue in the next column.
I could split ...
3
votes
1answer
1k views
Wide table in two-column doc: error ! Extra }, or forgotten \endgroup.
I am trying to create a table which spans both columns of a two column document based on the IEEEtrans document class. However I am receiving the following error which I cannot explain:
! Extra }, or ...
5
votes
2answers
331 views
xtabular* does not work on two columns
I'm trying to split a table in several pages, for doing this I'm using the xtab package and xtabular. However, the behavior of the xtabular* environment (that supposedly should break the two column ...
6
votes
2answers
771 views
Two Column Layout for Tables
I have a table with many rows, but only a single column. The column itself is a coefficient for an algorithm, hence just a number.
Currently, when typeset with the longtable package it looks somewhat ...
8
votes
3answers
2k views
How do I create a really long table in a two column layout?
I have a table that has about 130 rows. I tried using the longtable package, but it does not work with two column documents. The table will be starting near the top of the left column, and it should ...
6
votes
2answers
1k views
Indent all but first lines of paragraph.
Inside of a table column with a width determined by a p{5in} tag, I want all but the first line of text to be indented.
Is there any way to achieve this? Doing it by hand would make later edits ...