Ah. Now I am worried this is going to be harder then I anticipated. I
am trying to format a journal paper, and am using a special class,
which is available at:
http://www4.ncsu.edu/~hong/jsc/JSC_LaTex_2007_Mar_12.zip
Here is my little example:
\documentclass[amsthm]{elsart}
% Make sure that you include the following two packages.
\usepackage{yjsco}
\usepackage{natbib}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{amsfonts}
\usepackage{amsmath}
\begin{document}
\begin{table}[ht]
\centering
\begin{tabular}{c|c|c|c|c|c|c}
\em Graph & \em vertices & \em edges & \em rows & \em cols & \em deg &
\em sec\\
\hline
\text{m7 (Mycielski 7)} & 95 & 755 & 64,281 & 71,726 & 1 & .46
\end{tabular}
\caption{Graphs without 4-cliques.}
\label{tbl_exp_no_clq}
\end{table}
\end{document}
If anyone can figure out why the captions are drifting off to the
left, this would be just great!!!
Best,
Susan