mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 23:48:36 +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
|
% Define a section for CV
|
||||||
% Usage: \cvsection{<section-title>}
|
% Usage: \cvsection{<section-title>}
|
||||||
\newcommand{\cvsection}[1]{%
|
\newcommand{\cvsection}[1]{%
|
||||||
\needspace{5\baselineskip}
|
\needspace{10\baselineskip}
|
||||||
\vspace{\acvSectionTopSkip}
|
\vspace{\acvSectionTopSkip}
|
||||||
\sectionstyle{#1}
|
\sectionstyle{#1}
|
||||||
\phantomsection
|
\phantomsection
|
||||||
|
|
Loading…
Reference in a new issue