KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › enumitem 패키지의 nextline 스타일 버그

Dennis | 2011.01.09 10:53:33 | 메뉴 건너뛰기 쓰기

 enumitem.png

\documentclass{memoir}

\usepackage{enumitem}

\begin{document}


\begin{description}

\item[at any rate]

\begin{enumerate}

\item used to say that a particular fact is true in spite of what has happened in the past or what may happen in the future

\item used to show that you are being more accurate about sth that you have just said

\item used to show that what you have just said is not as important as what you are going to say

\end{enumerate}

\end{description}


\begin{description}[style=nextline]

\item[at any rate]

\begin{enumerate}

\item used to say that a particular fact is true in spite of what has happened in the past or what may happen in the future

\item used to show that you are being more accurate about sth that you have just said

\item used to show that what you have just said is not as important as what you are going to say

\end{enumerate}

\end{description}


\end{document}


소스파일은 이렇습니다.


결과를 보면, 첫번째 description을 보면 라벨이 출력되지만 두번째 description에서는 라벨이 날아갑니다. 다시 말해서, style로 nextline을 지정해 주고 라벨 다음에 리스트 환경이 따라 나오면 라벨이 날아갑니다.

이 버그를 피해갈 방법이 없을까요?

첨부 [1]

댓글 [2]

댓글 쓰기

목록

KTUG 한국 텍 사용자 그룹