I would like to use the ruledtabular environment in a book I am currently writing.
\begin{table}
\caption{\label{tab:table1} ...}
\begin{ruledtabular}
\begin{tabular}{ccccc}
...
\end{tabular}
\end{ruledtabular}
\end{table}
The problem is I don't want to begin with
\documentclass[preprint,...]{revtex4-1}
but with the normal
\documentclass{book}
Is there a way to do something like
\usepackage{revtex4-1}
?
