Require 10 lines to place new section on current page

Bumps a new section to the next page if there is not enough space left on the current page to fit at least 10 additional lines
This commit is contained in:
Ryan A. Hagenson 2019-11-25 11:51:41 -06:00 committed by GitHub
parent 98a5c6bd87
commit d271dc0848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -499,7 +499,7 @@
% Define a section for CV
% Usage: \cvsection{<section-title>}
\newcommand{\cvsection}[1]{%
\needspace{5\baselineskip}
\needspace{10\baselineskip}
\vspace{\acvSectionTopSkip}
\sectionstyle{#1}
\phantomsection