2019-08-03 14:58发布
示例代码:https://paste.ubuntu.com/p/27G8KNYF7r/编译效果:我想实现的效果是,两个表格底对齐,如下:
示例代码:
https://paste.ubuntu.com/p/27G8KNYF7r/
编译效果:
我想实现的效果是,两个表格底对齐,如下:
这样写就好了:
\begin{table}[htbp] \centering \begin{minipage}[b]{0.48\textwidth} \centering \begin{tabular}{c|c||c|c} \hline \hline \textbf{PH值} & \textbf{反应强度} & \textbf{PH值} & \textbf{反应强度} \\ \hline \textless 4.5 & 极强酸性 & 7.5—8.5 & 碱性 \\ \hline 4.5—5.5 & 强酸性 & 8.5—9.5 & 强碱性 \\ \hline 5.5—6.5 & 酸性 & \textgreater 9.5 & 极强碱性 \\ \hline 6.5—7.5 & 中性 & & \\ \hline \hline \end{tabular}% \caption{土壤酸碱度的等级} \label{tab:turangsuanjian}% \end{minipage} \begin{minipage}[b]{0.48\textwidth} \centering \begin{tabular}{c|c||c|c} \hline \hline \textbf{作物} & \textbf{PH范围} & \textbf{作物} & \textbf{PH范围} \\ \hline 水稻 & 4.5—8.5 & 棉花 & 6.5—8.5 \\ 小麦 & 5.0—8.5 & 油菜 & 6.0—7.5 \\ 大麦 & 5.5—8.5 & 花生 & 6.0—8.0 \\ 玉米 & 5.0—8.0 & 向日葵 & 6.0—8.0 \\ 高粱 & 5.5—8.5 & 烟草 & 5.0—7.5 \\ 谷子 & 5.0—8.0 & 大麻 & 6.0—8.5 \\ 马铃薯 & 5.0—7.5 & 苕子 & 6.0—8.5 \\ 红薯 & 5.0—8.0 & 紫云英 & 6.0—7.0 \\ 大豆 & 5.0—8.0 & 紫苜蓿 & 7.0—8.0 \\ 豌豆 & 6.0—8.0 & 草木樨 & 6.5—8.5 \\ \hline \hline \end{tabular}% \caption{主要作物对土壤酸碱度的适应范围} \label{tab:zuowusuanjianshiying}% \end{minipage} \end{table}
最多设置5个标签!
这样写就好了:
一周热门 更多>