답변1
왜 여기에서 "고투"해야 하는지 잘 모르겠습니다. 해야 할 일은 중첩된 enumerate
환경을 사용하는 것뿐입니다. 특별한 패키지가 필요하지 않습니다. 수학적인 작업을 위해서는 일부 디스플레이 수학 환경보다는 인라인 수학 모드를 사용해야 합니다.
\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}