符號列表中的表格位置

符號列表中的表格位置

我正在嘗試為我的碩士論文列出符號列表。然而,表格在頁面上不斷向下移動,在節名稱和表格之間留下了很大的空間,如下所示:在此輸入影像描述

還附上代碼:

\cleardoublepage
\chapter*{List of Symbols}%
\section*{Latin Symbols}%

\begin{table}

    \begin{tabular}{ l l l } 

        $C_{Battery}$&Capacity of the Battery& $\si{\ampere\hour}$\\

        $d$&Diffusion path length& $\si{\nano\meter}$\\

        $d_{eff}$&Effective diffusion path length& $\si{\nano\meter}$\\

        $F$& Faraday's constant& C/mol\\

        Fr.&Friction&\%\\

        $h_{\nu}$&Planck energy at frequency $\nu$& J\\ 

\end{tabular}

\end{table} 

我將不勝感激任何幫助。

問候

相關內容