Tagged Questions
1
vote
1answer
139 views
Table without using booktabs
I would like to know how to create the following table without using the package booktabs. Is this even possible?
\begin{table*}\centering
\begin{tabular}{@{}rrrrcrrrcrrr@{}}\toprule
& ...
5
votes
1answer
270 views
multirow and text wrapping
I have a problem using multirow along with text wrapping when spanning cell contains a lot of text. Here is my code:
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
...
4
votes
2answers
834 views
Vertical alignment using multirow and booktabs
I'm trying to format correctly the following table:
\documentclass[a4paper,twoside]{report}
\usepackage{array,colortbl,multirow,multicol,booktabs,ctable}
...
3
votes
2answers
1k views
how to vertically align text in multirow cell with tabularx with renewcommand?
Here I come again,
Following the indications on this url I managed to get almost exactly what I want. However the problem is that the first multirow cell (with text "5 and 6") is not vertically ...