Tagged Questions
4
votes
1answer
44 views
wrapping a rotated table
I have a rather wide table that doesn't fit to page width, so I rotated it. The fit is nice, but my idea was to have text wrapped around this rotated table.
So far I found two choices that are ...
2
votes
1answer
34 views
text grouped style in sidewaystable
I have a problem with my sidewaystable. I have quite a lot text in one of my columns. I have used tabularx so that the text doesn't run out of the page at the right side. Now the text is in grouped ...
4
votes
1answer
44 views
Shift table up after rotating
I am using \rotatebox to rotate a table 90 degrees counter-clockwise on a portrait page. I am able to center the table horizontally, but not vertically. It sits at the bottom of the page below the ...
4
votes
1answer
44 views
Tabulary on a rotated page does not use correct \textwidth
I'm trying to have a tabulary-table on a landscape page in a portrait document.
Because I want to have the table use the full width, I tried to set it width to \textwidth, but the width of the table ...
17
votes
2answers
438 views
Creating a triangular table
Is there a way to create something that looks like this?
I have looked at the \rotatebox command, but that will not get the same "jagged" edges on the bottom, and looked at How to draw a ...
1
vote
1answer
88 views
Centring a sidewaystable both horizontally and vertically
I'm trying to have a sideways table at the end of my document, however I can't seem to get it to centre to the A4 page perfectly like intended.
Here's my preamble:
...
2
votes
2answers
88 views
How to align rotated table texts?
I turned the captions of my table by 90 degrees.
Unfortunately, the headings do not fit to the table contents. Screenshot:
Can this be changed? I already tried parbox but that did not work.
Here ...
12
votes
3answers
526 views
How to make table with rotated table headers in LaTeX
I saw a table created in PowerPoint and wanted to know how to do it in LaTeX. The table is shown below. The aspects of the table that I'm most interested in are the rotated table headers as well as ...
1
vote
2answers
98 views
Need help with shrinking sideways table.
it's been awhile since I last used LaTex to produce some document. Right now I'm trying to help my wife with producing PhD thesis. And I ran into a problem with a quite big table. I've never used ...
2
votes
1answer
194 views
Table (tabu) rotate text sideways (90 degrees)
how can I rotate text in a tabu environment by 90 degrees? I export my tables from Excel using a plugin and it puts the text which should be rotated into \begin{sideways} ... \end{sideways} but Latex ...
10
votes
1answer
148 views
How to wrap the 90 degrees rotated text in a table cell
in Microsoft word I have a table which has the following structure.
Now, I need to make a similar table in LaTex to submit a publication, I tried with the following code,
...
3
votes
1answer
192 views
Sideways table with rotated header on multiple pages
I am trying to have a sideways table on multiple pages with the header rotated at 90 deg.
I have used landscape and longtable for the rotation and multipage span (sidewaystable doesn't work with ...
2
votes
1answer
497 views
How to rotate text in multirow table?
I have a big table with a problem, when I want to rotate the text in a \multirow cell, the text is placed outside and is bigger than the dimensions of the cell, I took some advice from here, ...
4
votes
1answer
437 views
Vertical lines in a multirow and multicolumn table
I am trying to finish this table scheme but I can't figure out what I am doing wrong. I want to convert those discontinued lines into continuous lines and I want to center the label "Total" between ...
2
votes
1answer
123 views
Text in rotated multirow cell crosses table border
I'm trying to create a table like this:
For it, I wrote the following code:
\begin{table}[h!]
\begin{tabular}{|c|c|c|}
\hline
\multicolumn{2}{|c|}{one}
& ...
2
votes
2answers
145 views
How does one split a column title into two lines?
\documentclass[12pt,a4paper]{book}
\usepackage{array}
\begin{document}
\begin{table}[H]
\setlength{\tabcolsep}{5mm}
\begin{tabular}[h]{|>{\centering\arraybackslash}p{2cm}||> ...
5
votes
1answer
83 views
Table with rotated headings on fixed height rows
I am trying to create a 2 x 2 table with centered headings. The row headings need to be rotated as shown below (mocked-up in another program). The cells are supposed to be 1in tall and 1.4in wide.
...
10
votes
2answers
228 views
Sideways text with rule as table label
I've been trying to achieve the following vertical sidebar effect in LaTeX for my resume, but turns out it's far more difficult than I thought (created easily in InDesign):
I've tried everything ...
2
votes
2answers
163 views
sidewaystable is positioned before normal table when using the apa6 document class
I tried to use a normal table together with a sidewaystable in an apa6 class document. Following the APA guidelines, the table order should equal the order of appearance. However, if the normal table ...
5
votes
2answers
387 views
How to make TeX fit rotated text into table cell?
This is what I have in HTML:
<style type="text/css">
table, th, td
{
border: 1px solid black;
border-collapse: collapse;
padding: 2px;
margin: 2px;
}
th { background-color: #dddddd; ...
5
votes
1answer
341 views
Table rotated text alignment
I have a code that produces a table. The three last columns have rotated text. I would like to align them to the bottom (not top as in the code below). In addition I would like to center the "nr" and ...
1
vote
2answers
290 views
Rotate table with caption on the same page
I want to rotate a table because it is too wide. I'm forced to use \documentclass[11pt,a4paper]{article}, so changing that is not a solution.
Many packages rotate the whole page, but I just wan't to ...
0
votes
0answers
66 views
Rotated text within a tabular within a figure [closed]
Inside a tabular environment (which in turn lives inside a figure* environment), I need some short text running up the page. I tried \rotatebox with the graphics and graphicx packages as well as ...
3
votes
1answer
162 views
Using sidewaystable enviroment with footnotetext
my new problem si this code:
\documentclass[a4paper,12pt]{article}
\usepackage{rotating}
\begin{document}
\begin{sidewaystable}[h!]
\centering
\setlength{\tabcolsep}{5pt}
...
2
votes
2answers
94 views
How to doublespace a sidewaystable using setspace?
As a follow-up to a previous question, How to doublespace a table using setspace?, I found that the solution is not compatible with the sidewaystable environment defined in the rotating package.
I ...
4
votes
1answer
69 views
altering the orientation of column headers
I would like to generate a table that has each column header displayed sideways. For example:
\documentclass{article}
\usepackage{rotating}
\begin{document}
\begin{sidewaystable}
...
6
votes
1answer
407 views
How to wrap text around a landscape table over multiple pages? \sidewaystable or \landscape + \longtable
I am trying to create a landscape table that breaks over multiple pages. I have successfully done this with the following:
\begin{landscape}
\begin{longtabu} to \textwidth{some columns}
\caption[my ...
7
votes
3answers
534 views
Keep first column on every page of long sideways-table
I have a table with a lot of columns, so I am going to make it landscape.The very first column is a sort of header, so I would like to repeat it on every page. Is there a way to do that?
6
votes
1answer
704 views
Rotate Header table
I've recently encountered PDF from a latex document where the header are rotated.
As it's hard to explain I thought an image should be used:
Does anyone have any idea how to create such table?
2
votes
2answers
301 views
wrapfig and rotating place figure at end of document
With the packages wrapfig and rotating and calls to wraptable, sideways and tabular, I get a document where the table is placed at the end of the document. For instance, in a two page document defined ...
1
vote
2answers
1k views
Rotate table with caption: “Not in outer par mode. \begin{table}[h]”
I would like to rotate one table with caption however it returns me an error
Missing \endgroup inserted ...omparação de Gerenciadores de Documento}
Undefined control sequence \end{sideways}
...
11
votes
5answers
694 views
What is the proper way to create a horizontal table?
I want to have a horizontal table, like this:
However, when using the usual method of creating a table, it quickly becomes a pain having to pre-define the number of columns (especially since I ...
2
votes
0answers
573 views
sidewaystable will not plot side ways [closed]
I am unable to get a sidewaystable to plot even with simple documents. I've copied this code directly and I can get it to plot as a normal table. It does not work when I change it to sideways. Does ...
2
votes
2answers
195 views
Centering content in cells adjacent to Sideways Headings
I have a table produced by the following code:
\documentclass[a4paper]{article}
\usepackage{tabularx}
\usepackage{rotating}
\begin{document}
\begin{table}[ht]
\begin{center}
...
1
vote
1answer
3k views
Problem with position of table using sidewaystable environment
I am using the sidewaystable environment to rotate a table and its caption. My problem is that when compiling, there is a blank space at the bottom of the page and the table is moved to the top, ...
1
vote
1answer
957 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]
...
3
votes
1answer
322 views
Left align sidewaystable
Is it possible to left align a sidewaytable to make use of the extra space at the left of it? Similar to the \LTleft\fill in longtable? I have not found a way to do this yet.
3
votes
1answer
871 views
Inserting table and figure vertically in a full page
I have a table with large number of columns and few rows. I need to insert this table vertically in one single page. How to do. I need to do the same with a figure also, wherein I need to insert a ...
15
votes
3answers
751 views
Is there something like “sidewayslongtable”?
Unfortunately my table is too wide to use longtable.
In sideways it fits on width.
Unfortunately it's too long to fit on one page.
Is there something like sidewayslongtable, a way to combine ...
3
votes
1answer
561 views
Get combine a `sidewaystable` with a `subfloat` from `subfig`
I use the subtables environment from the subfloat package to combine table numbering (i.e., any tables I wrap in the subtables environment get labeled 1a, 1b, and so on). But I just learned on the ...
2
votes
3answers
1k views
How to write vertically in a cell
I know that with \begin{sideways} ... \end{sideways} I can write a text vertically, but it rotates the text by +90 degrees. What should I do to rotate it by -90 degrees?
3
votes
3answers
2k views
Line break in rotatebox in table?
I use \rotatebox to create a table with vertical headers, like so:
\documentclass{article}
\usepackage{rotating}
\begin{document}
\begin{table}
\begin{tabular}{|l|l|l|}
\hline
...
3
votes
1answer
920 views
Wrapping table column headings in -turn- environment?
I'm trying to wrap the text in table column headings in the turn environment (from the package -rotating-). Is there a way to perform this using turn or do have to embed a minipage (e.g., ...& ...
3
votes
2answers
1k views
sidewaystable from rotating package cuts off table, even after changing margins
I'm using this code for my table:
\begin{sidewaystable}
{\small
\begin{tabular}{cccccccccccccccccc}
\toprule
\multicolumn{3}{l}{\texttt{Table 2}} \\
...
1
vote
1answer
487 views
why does my document fail with sideways from rotating package?
I want to test landscape tables, and started with the sideways environment. However the code does not compile, I get the error:
(./content/landscapetable.tex
! LaTeX Error: Something's wrong--perhaps ...
0
votes
0answers
161 views
How to rotate the text in latex table? [duplicate]
Possible Duplicate:
How to Rotate Text in Table across column spanning many rows
I would like to make my first column of table merger together and include a 90°-rotated text in that merged ...
14
votes
3answers
1k views
Rotated column titles in tabular
I'd like to create a chart where the column titles are rotated, as per this toy example:
I used the rotating package to generate the above. It has certain shortcomings: the rotate command doesn't ...
1
vote
1answer
1k views
Sideways table placement gets deferred more than expected
The problem I have is basically articulated in this thread. According to the veteran respondent, it appears that sideways table does not support placement specifications. However, its behaviour ...
7
votes
1answer
2k views
Center sideways text in table
I'm trying to make a two-column table environment. The left column is supposed to center the sideways text "Tips" vertically and the right column should be a normal paragraph column.
Here's what I ...
13
votes
4answers
11k views
How to rotate a table?
I have a table and I want to rotate it. The table has 3 rows and 4 columns, and I want to rotate the text inside this table as well. How can I do this?


