车流平均行车时间t   一列表格高度太小,求调整

\documentclass{ctexart}

\begin{document}

\begin{table}[!htbp]

\caption{评价指标体系}\centering

\begin{tabular}{c|c}

 \Xhline{1.5pt}

 \makebox[0.4\textwidth][c]{指标} &  \makebox[0.4\textwidth][c]{表达式}  \\

 \hline

 

 路网密度$\omega$    & $ \omega=\dfrac{ L}{S}  $  \\ 

 \hline

\rule{0pt}{15pt} 车流平均行车时间t    &  $ t=A\cdot t_{0}\left[1+0.5668\left(\dfrac{Q}{C}\right)^{1.4331}\right]+A\cdot\frac{B}{2}\displaystyle\sum_{j=1}^{n}{t_{2}}^{j} $\\

 \hline

 路网节点度方差E &$ E(\phi)=\dfrac{1}{N}\displaystyle\sum_{m=1}^{N} \left(\phi_{m}-\phi\right)^{2}$  \\

 

 \Xhline{1.5pt}

 

\end{tabular}

\end{table}

\end{document}


3 回答3

0
<p>rule 参数调整一下下试试? </p><p>还是整个列调整,没看明白。</p>
0
<p>你不是有\rule{0pt}{15pt} 来撑这行了么?不够?改成150pt试试?</p>
0
<p>我还是比较建议这样写:</p><pre class="brush:plain;toolbar:false">\documentclass{ctexart} \usepackage{makecell} \begin{document} \begin{table}[!htbp]   \caption{评价指标体系}   \centering   \begin{tabular}{c|c}     \Xhline{1.5pt}     \makebox[0.4\textwidth][c]{指标} & \makebox[0.4\textwidth][c]{表达式} \\     \hline     路网密度 $ \omega $ & $ \omega=L/S $ \\     \hline     \rule{0pt}{15pt} 车流平均行车时间 \( t \) & $ t= A \cdot t_{0} [ 1 + 0.5668 (Q/C) ^{1.4331} ] + A \cdot B/2 \sum_{j=1}^n t_{2}^j $ \\     \hline     路网节点度方差 \( E \) & $ E ( \phi ) = 1/N \sum_{m=1}^N ( \phi_m - \phi )^2 $ \\     \Xhline{1.5pt}   \end{tabular} \end{table} \end{document}</pre><p><img src="/data/ueditor/php/upload/image/20190825/1566718939398270.png" title="1566718939398270.png" alt="image.png"></p>

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。