LaTeX에서 enumerate 알파벳으로 순서 매기는 법
코드
\usepackage{enumitem}를 추가해야한다.
\begin{enumerate}[label=(\alph*)]
    \item Lorem Ipsum
    \item Lorem Ipsum is simply dummy text of the printing and typesetting industry.
    \item Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
    \item when an unknown printer took a galley of type and scrambled it to make a type specimen book.
\end{enumerate}

\begin{enumerate}[label=(\Alph*)]
    \item Lorem Ipsum
    \item Lorem Ipsum is simply dummy text of the printing and typesetting industry.
    \item Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
    \item when an unknown printer took a galley of type and scrambled it to make a type specimen book.
\end{enumerate}

\begin{enumerate}[label=\Alph*.]
    \item Lorem Ipsum
    \item Lorem Ipsum is simply dummy text of the printing and typesetting industry.
    \item Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
    \item when an unknown printer took a galley of type and scrambled it to make a type specimen book.
\end{enumerate}


 저희들의 저서 「줄리아 프로그래밍」이 2024 세종도서 학술부문에 선정되었습니다!
저희들의 저서 「줄리아 프로그래밍」이 2024 세종도서 학술부문에 선정되었습니다!

