Latex中的旋转表出现在文件的末尾

时间:2009-10-27 10:34:28

标签: rotation latex

我用“sidewaystable”定义的任何表格都会出现在创建的pdf文件的最后一页。我该如何解决这个问题?

\begin{sidewaystable}[h]
\caption{Blah Measurements}
\centering % centering table
\begin{tabular}{c c c c c c c c c c}
\hline\hline % inserting double-line

A & B & \multicolumn{3}{c}{C} & C Time + & D & \multicolumn{3}{c}{D Signal} \\
ID & ID & \multicolumn{3}{c}{Coordinates} & Time Diff. & Time & \multicolumn{3}{c}{Parameters} \\ [0.5ex]

\hline % inserts single-line
1 & 1 & 4415633.126837 & 482211.909079 & 939.450000 & 06:07:40 & 06:07:40 & -85 dBm & 6 dB & 5 dBm \\

\hline
\end{tabular}
\label{tab:combined}
\end{sidewaystable}

3 个答案:

答案 0 :(得分:4)

您是否尝试使用htbp之类的内容来放置浮动对象?

\begin{sidewaystable}[htbp]
...
\end{sidewaystable}

答案 1 :(得分:0)

你可以尝试使用\ begin {table} [h!] - !将尝试告诉乳胶强制你的桌子到达确切的位置。我已经击中或错过了结果。

此外,使用float包,您可以使用大写H \ begin {table} [H]来防止表浮动。

答案 2 :(得分:0)

只需在\ begin {sidewaystable}之前使用\ clearpage \ newpage,在\ end {sidewaystable}之后使用\ clearpage。.

它可以不使用H,h!,htpb等浮点数。