a)estimate \, $\alpha$
b) estimate of $\rho$
3)estimate of $X_i$
并以黑色粗体显示方程式的编号
答案1
答案2
类似于 Jasper 的回答,从 更改为续列表,当以后\textbf{3)}
真的有等等时,这会更简单。4)
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[label={\alph*)},font=\bfseries]
\item estimate \, $\alpha$
\item estimate of $\rho$
\end{enumerate}
\begin{enumerate}[label={\arabic*)},font=\bfseries,resume]
\item estimate of $X_i$
\end{enumerate}
\end{document}