mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 15:38:35 +00:00
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:
parent
98a5c6bd87
commit
d271dc0848
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue