I am going to write my thesis by including the List of symbols which are more than a page. I have written it as
\begin{center}
\begin{eqnarray*}
\mbox{A} & - & \mbox{ Area of fin's surface ($m^2$)}\\
\mbox{h} &-& \mbox{Convection heat transfer coefficient $(W/m^2\, K)$}\\
\mbox{P} & - & \mbox{fins perimeter $(m)$}\\
\mbox{W} & - & \mbox{width of the fin $(m)$}\\
\mbox{U} & - & \mbox{Speed of moving fin $ (m/s)$}\\
\mbox{N} & - & \mbox{Dimensionless convection parameter}\\
\mbox{x} & - & \text{Direction along x-axis $(m)$ }\\
\mbox{X} & - & \mbox{Dimensionless coordinate}\\
\mbox{g} &-& \mbox{Gravitational acceleration $(m/s^{2})$}\\
\mbox{L} & - & \mbox{Fins length $(m)$}\\
\mbox{k} & - & \mbox{Porous fins permeability $(m^2)$}\\
\mbox{q} & - & \mbox{Internal heat generation $(W)$}\\
\mbox{Q} & - & \mbox{ Dimensionless internal heatgeneration parameter}\\
\mbox{T} & - & \mbox{ Temperature}\\
\mbox{$\dot{m}$ } & - & \mbox{Mass flow rate $(kg/s)$}\\
\mbox{$R_{a}$} & - & \text{Rayleigh number $\Big(g\,\beta\,t^3\,(T_{b}-T_{a})/\lambda\,\nu\Big)$ }\\
\mbox{$N_{r}$} & - & \text{Dimensionless convection-conduction number }\\
\mbox{$k_{eff}$} & - & \text{Effective thermal conductivity $(W/m\,K)$ }\\
\mbox{$k_{f}$} & - & \text{ Air thermal conductivity $(W/m\,K)$ }\\
\mbox{$k_{s}$} & - & \text{Solid thermal conductivity $(W/m\,K)$ }\\
\mbox{$k_{r}$} & - & \text{Ratio of thermal conductivity $(k_{eff}/k_{s})$ }\\
\mbox{$T_{a}$} & - & \text{Ambient temperature $(K)$ }\\
\mbox{$T_{b}$} & - & \text{Base temperature $(K)$ }\\
\mbox{$T_{s}$} & - & \text{ Surface temperature $(K)$ }\\
\mbox{$S_{g}$} & - & \text{Porosity parameter }\\
\mbox{$C_{p}$} & - & \text{Specific heat of the material $(J/kg K)$ }\\
\mbox{$D_{a}$} & - & \text{Darcy number $(K/t^2)$ }\\
\mbox{$T_{s}$} & - & \text{ Surface temperature $(K)$ }\\
\mbox{$k_{s}$} & - & \text{Solid thermal conductivity $(W/m\,K)$ }\\
\mbox{$k_{r}$} & - & \text{Ratio of thermal conductivity $(k_{eff}/k_{s})$ }\\
\Gamma & - & \text{Gamma function}\\
\aleph & - & \text{Normalization function}\\
\alpha &-& \mbox{fin shape paramater}\\
\mbox{\ensuremath{\ell}} & - & \mbox{Fractional order}\\
\oplus & - & \mbox{Fuzzy addition}\\
\ominus & - & \mbox{Fuzzy subtraction}\\
\ominus^{gH} & - & \mbox{Generalized Hukuhara difference}\\
\odot & - & \text{Fuzzy multiplication}\\
\mathcal{L} & - & \mbox{Laplace transform}\\
\tilde{\mathcal{E}} & - & \mbox{Fuzzy function}\\
\tilde{j} & - & \mbox{Fuzzy number}\\
\Gamma & - & \text{Gamma function}\\
\aleph & - & \text{Normalization function}
\end{eqnarray*}
\par\end{center}
I want to show it on multiple pages. How can I do it?

eqnarray: see Obsolete commands and packages. – Nicolas Martignoni Jan 15 '22 at 19:20eqnarrayto break at the end of a page. An alignment environment fromamsmathdoesn't have that problem (using\allowdisplaybreaks), but really, a table-type environment is really more appropriate for this material. – barbara beeton Jan 16 '22 at 01:45