From d271dc08484643f8954b6d36b180101db0f7f076 Mon Sep 17 00:00:00 2001 From: "Ryan A. Hagenson" Date: Mon, 25 Nov 2019 11:51:41 -0600 Subject: [PATCH] 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 --- awesome-cv.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index 9caf5c3..8ae8a77 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -499,7 +499,7 @@ % Define a section for CV % Usage: \cvsection{} \newcommand{\cvsection}[1]{% - \needspace{5\baselineskip} + \needspace{10\baselineskip} \vspace{\acvSectionTopSkip} \sectionstyle{#1} \phantomsection