I want to make list od description by using \begin{description} and align the long label on the same starting point.
\begin{description}[leftmargin= 1.27cm, labelwidth=6cm]
\item[h_{\mathrm{obs}_i}] : the cleaned and corrected ISSH measurements of i\textsuperscript{th} along-track point..
\item[i] : the index for every satellite pass's co-located observation point time series.
\item[h_{0i}] : the averaged sea surface heights of i\textsuperscript{th} along-track point.
\item[h_{1i} t_j] : the trend part (linear sea level change).
\item[h_{2i}cos(\omega_1 \cdot t_j)+h_{3i}sin(\omega_1 \cdot t_j)] : annual ocean variability signals.
\item[h_{4i}cos(\omega_2 \cdot t_j)+h_{5i}sin(\omega_2 \cdot t_j)] : semiannual ocean variability signals.
\item[\omega_1 \; \text{and}\;\omega_2] : the angular frequencies for annual and semiannual variations $\omega_1 = 2\pi/12$ and $\omega_2=2\pi/6$ respectively.
\item[t_j] : the time difference between observation and reference epoch time $t_j=t_i-t_0$.
\item[s] : the number of the selected satellite missions,
\item[b_k] : the bias term, $k = (1, 2, 3, \cdots, s)$.
\end{description}
My code produces the following result:
However, I want the following result:



enumiemmanual? (you might want to tag the question withenumitemas it is clearly related. – daleif Mar 24 '23 at 08:22tabularenvironment for this. – dexteritas Mar 24 '23 at 08:30