줄 간격 설정
\documentclass{article} \usepackage{setspace} \begin{document} \begin{doublespace} Line1 Line2 Line3 \end{doublespace} \end{document}
setspace 패키지를 이용하고 다음 명령어를 사용한다.
\singlespacing \onehalfspacing \doublespacing
줄 간격 설정
\documentclass{article} \usepackage{setspace} \begin{document} \begin{doublespace} Line1 Line2 Line3 \end{doublespace} \end{document}
setspace 패키지를 이용하고 다음 명령어를 사용한다.
\singlespacing \onehalfspacing \doublespacing