Search found 3 matches

by kriss
Thu Aug 30, 2012 5:29 pm
Forum: Graphics, Figures & Tables
Topic: Left-alignment of caption in table
Replies: 1
Views: 10162

Left-alignment of caption in table

Hi,

I use a combination of the table and tabularx environment so that I can control the width of the table at will. However, I am unable to justify the caption (declared in the table environment) to the left side of the actual table that's declared using the tabularx environment. Any suggestions ...
by kriss
Thu Aug 30, 2012 5:22 pm
Forum: Graphics, Figures & Tables
Topic: longtable caption
Replies: 1
Views: 1897

longtable caption

You might try using the following line:

Code: Select all

\usepackage[justification=raggedright,singlelinecheck=false]{caption}
by kriss
Fri Jul 27, 2012 5:17 pm
Forum: Graphics, Figures & Tables
Topic: Reduce vertical Space between specific Table Rows
Replies: 1
Views: 7535

Reduce vertical Space between specific Table Rows

What about if I wanted to reduce the vertical space only between two specific rows, leaving the rest of the table (or other tables) untouched? Here is my code, and I want to reduce the space between the "Note" rows to make it look more compact

\begin{table}[htbp]\footnotesize
\caption{$\sigma_{\mu ...