\documentclass[aps,prd,reprint,groupeaddress,showpacs,preprintnumbers,nofootinbib,nobibnotes,amsmath,amssymb,floatfix,superscriptaddress]{revtex4-1} \usepackage{booktabs} \usepackage{siunitx} \begin{document} \begin{table}[ht] \centering \caption{Coupling constants at saturation density n_0} \begin{tabular}[t]{cccccc} \toprule Model &$g_\sigma N$ &$g_\omega N$ &$g_\rho N$ &$g_2 (fm^{-1})$ &$g_3$\\ \midrule GMT &9.9400 &12.2981 &9.2756 &10.5745 &-24.1907\\ NL3 &10.2170 &12.8780 &8.9480 &10.4310 &-28.8850\\ \bottomrule \end{tabular} \end{table} \end{document} This code leads to a table as shown below. Why is there no toprule, midrule or bottomrule appearing? I have used \usepackage{booktabs} .

\documentclass{article} \usepackage{booktabs} \begin{document}and affixing\end{document}to it. (For good measure, I also changedn_0to$n_0$.) Hence, do please post code that (a) people can compile without having to apply a lot of guesswork and (b) generates the problem behavior you wish to fix.