Search found 3 matches

by AKlatex
Fri Jun 22, 2012 1:40 am
Forum: Graphics, Figures & Tables
Topic: Sub-figure problem
Replies: 2
Views: 2077

Re: Sub-figure problem

Could you give me some more info.
Preamble

Actual figure commands
by AKlatex
Thu Jun 21, 2012 11:07 pm
Forum: Graphics, Figures & Tables
Topic: booktabs | Rules don't show up
Replies: 2
Views: 11290

booktabs | Rules don't show up

Thanks that actually helped. I had to use

Code: Select all

\begin{ruledtabular}
      ....
      \end{ruledtabular}
In place of

Code: Select all

\toprule 
and

Code: Select all

\botrule
but it worked
by AKlatex
Thu Jun 21, 2012 3:30 am
Forum: Graphics, Figures & Tables
Topic: booktabs | Rules don't show up
Replies: 2
Views: 11290

booktabs | Rules don't show up

I have a problem displaying the ruled lines on my table this is the preamble stuff.
\documentclass[aps,pra,reprint,groupedaddress]{revtex4-1}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{amsmath}
\usepackage[caption=false]{subfig}
\usepackage{subfig}
\usepackage{amssymb}
\usepackage ...