【发布时间】:2018-05-09 03:16:01
【问题描述】:
我尝试将下表保持在与我的 LaTeX 代码中相同的位置。
\begin{table*}[h]
\makebox[\linewidth]{
\begin{tabular}{| c | c | c |}
\hline
Datum & [Tage] & [Tage]\\
\hline
01.03.2010 & 1 nach \fullmoon & 5 bis \leftmoon\\
15.03.2010 & \multicolumn{2}{c|}{\newmoon}\\
10.12.2009 & 1 nach \leftmoon & 6 vor \newmoon\\
09.03.2009 & 5 nach \rightmoon & 2 vor \fullmoon\\
07.01.2010 & \multicolumn{2}{c|}{\leftmoon}\\
14.12.2010 & 1 nach \rightmoon & 7 vor \fullmoon\\
02.04.2009 & \multicolumn{2}{c|}{\rightmoon}\\
\hline
\end{tabular}
}
\caption{Niedrigste relative Intensität. \fullmoon Vollmond, \newmoon Neumond, \rightmoon{} zunehmender Halbmond, \leftmoon abnehmender Halbmond}
\label{table10}
\end{table*}
所以我尝试使用 [H],但这会让表格消失。也尝试从另一个线程的东西
\usepackage{float}
\restylefloat{table}
不起作用。有什么建议吗?
【问题讨论】:
标签: position latex positioning tabular