两个问题
我有七张桌子,其中两张应该是横向的,而不是纵向的。我该如何制作横向的桌子?我需要对下面的横向桌子进行哪些更改/添加?
我想让表格居中,但末尾的注释不居中。该怎么做?
\documentclass[10pt]{article}
\usepackage {graphicx}
\usepackage{caption}
\usepackage{booktabs}
\usepackage[margin=0.8in]{geometry}
\usepackage[T1]{fontenc}
\begin{document}
%table 1
\begin{table}[htbp]
\begin{threeparttable}
\centering
\caption{}
\begin{tabular}{rrrrrr}
\end{tabular}%
\begin{tablenotes}
\small
\item Notes:
\end{tablenotes}
\end{threeparttable}
\label{tab:addlabel}%
\end{table}%
\end{document}