parskip 접착제가 늘어나지 않아요

parskip 접착제가 늘어나지 않아요

\setlength\parskip{2ex plus 5ex}나는 페이지의 수직 공간을 채우는 데 도움이 되는 경우 기본 단락 간격을 2ex로 설정하고 최대 값 7ex로 설정해야 한다고 생각했습니다 .

여기서는 왜 그런 일이 일어나지 않습니까?

\documentclass[12pt]{article}
\usepackage[paperwidth=17cm, paperheight=24cm, top=1cm, bottom=2cm, left=2cm, right=2cm, showframe]{geometry}
\usepackage{lipsum}

\begin{document}

\setlength\baselineskip{3ex}
\setlength\parskip{2ex plus 5ex}

\section{Title}
\lipsum[1-3]

\section{Title}
\lipsum[1-8]

\end{document}

여기에 이미지 설명을 입력하세요

답변1

\flushbottom전에 추가하세요 \begin{document}.

여기에 이미지 설명을 입력하세요

관련 정보