Tagged Questions
18
votes
6answers
549 views
How to increase row height while using booktabs?
I'm making a table using booktabs. One of the columns contains a series of fractions.
\documentclass[12pt, letterpaper]{article}
\usepackage{nag}
\usepackage[margin=1.0in]{geometry}
...
4
votes
2answers
928 views
Vertical spacing in tables with math
How can I force LaTeX to vertically center math in a table taking into account subscripts, superscripts, etc? It appears from the output below that LaTeX vertically centered the $JV$ and added the ...
2
votes
2answers
665 views
booktabs and tiny horizontal space
In a regular table, I'm trying to remove the small horizontal space before the first column and after the last one as achieved with package booktabs with the option @{}. How can I do that? Please ...
3
votes
1answer
376 views
How do I eliminate the vertical realignment when using arrayrulecolor with cmidrule?
I'm using consecutive \cmidrule commands in conjunction with \arrayrulecolor to alternately hide and unhide horizontal rules in a table. However, when \arrayrulecolor is used with \cmidrule, some odd ...
4
votes
1answer
2k views
How to use \abovetopsep (to add space between a table's caption and tabular part)?
I read in the documentation of the booktabs package that \abovetopsep can be used to add some space between a table and its caption (instead of the lower-level \vspace{}). However, the exact placement ...