Respuesta1
No estoy seguro de por qué alguien tendría que "luchar" aquí: todo lo que hay que hacer es utilizar enumerate
entornos anidados. No se requieren paquetes especiales. Asegúrese de utilizar el modo matemático en línea en lugar de algunos entornos matemáticos de visualización para las cosas matemáticas.
\documentclass{article}
\begin{document}
\noindent
\dots\ $\hat{\theta}$ is obtained as follows. % end of prior sentence
\begin{enumerate}
\item For each bootstrap replicate, indexed $b=1,\dots,B$:
\begin{enumerate}
\item Generate sample $x^{*(b)} = x^{*}_1, \dots, x^{*}_n$ by sampling \dots
\item Compute the $b$\textsuperscript{th} replicate \dots
\end{enumerate}
\item The bootstrap estimate of $F_{\hat{\theta}}(\cdot)$ is the \dots
\end{enumerate}
The bootstrap is applied to \dots % start of paragraph that follows the enumeration
\end{document}