Tagged Questions
8
votes
2answers
188 views
How can I draw a very thin row?
I want to draw a table like the attached with LaTeX. I'm using the table and tabular environmnet. My problem is how I can represent the line which goes from the begining to the end of the table at the ...
12
votes
3answers
287 views
How to make a row in a table shorter?
I have a row of a table (tabular) that has small text (tiny). I would like to make this (first) row shorter, either automatically (automatic height) o̶r̶ ̶m̶a̶n̶u̶a̶l̶l̶y̶ ̶(̶s̶e̶t̶ ̶a̶ ...
3
votes
3answers
101 views
Determine height of tabular
I am working in a minipage, because I want two columns next to each other in landscape mode.
In the first column I would like to place a figure, and then a tabular. I am scaling the tabular to ...
3
votes
1answer
661 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 ...
5
votes
2answers
158 views
Set Table height to fixed height
I found the \resizebox command but I don't want to scale my table. I want to be able to set it to X height and have it stay there. Is there a way to set the height of a table and leave it there no ...
3
votes
1answer
240 views
Increasing height of single row in table [duplicate]
Possible Duplicate:
Column padding in tables
I want to make a table where one column heading has superscript which overlaps with hline above it. How can I increase the height of just that ...
2
votes
1answer
164 views
content-independent total height
I am generating a table from a program with two pairs of name/value columns. Each pair forms a two column tabu table and the two tables are then nested in an overall tabu table to get the effect. I ...
5
votes
2answers
128 views
tabular height savebox problem
I'd like to build a tabular and next to it a graphics in the same height.
I use the following code (for minimal working purposes, I used \rule) and do not understand, what is going wrong:
...
4
votes
1answer
284 views
Table/tabular problem: vertical centering of long text + increase the row height
I already checked this post in this site:
Vertical centering of text within a table
What I am asking is quite similar to that question:
I want all the cells to be vertically centered. This can be ...
3
votes
1answer
609 views
Table cell overflow
Consider this document example:
\documentclass[a4paper,draft]{article}
\usepackage{calc}
\usepackage[demo]{graphicx}
\usepackage{tabularx,multirow}
\usepackage{geometry}
\geometry{hmargin=0cm}
...