mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
introduce \cvsectionstretchability and \cvsubsectionstretchability
This commit is contained in:
parent
6a466c547d
commit
3f2cc686dc
6 changed files with 49 additions and 51 deletions
|
|
@ -67,21 +67,18 @@
|
|||
% regular lengths
|
||||
\setlength{\parskip}{0\p@}}
|
||||
|
||||
\@initializelength{\baseletterheight}
|
||||
\settoheight{\baseletterheight}{\sectionstyle{o}}
|
||||
\setlength{\baseletterheight}{\baseletterheight-0.95ex}
|
||||
% Set \cvstretchability to the height of E for Experience
|
||||
% \settoheight{\cvstretchability}{\sectionstyle{E}}
|
||||
\setlength{\cvstretchability}{\baseletterheight}%3\baselineskip
|
||||
% leave the stretchability zero by default
|
||||
% \setlength{\cvsectionstretchability}{0.0pt}
|
||||
% \setlength{\cvsubsectionstretchability}{0.0pt}
|
||||
% must be between -100 and 9999. The higher the less likely a page break will occur.
|
||||
% This is where the page break should occur, so this number should not bee too high
|
||||
\RenewDocumentCommand\withinstretchpenalty{}{40}
|
||||
% \RenewDocumentCommand\withinstretchpenalty{}{0}
|
||||
% must be between -100 and 9999. The higher the less likely a page break will occur.
|
||||
% \RenewDocumentCommand\poststretchpenalty{}{9999}
|
||||
|
||||
\@initializeif{\if@aftersection}\@aftersectionfalse%
|
||||
\RenewDocumentCommand{\section}{sm}{%
|
||||
\@cvneedspace{\cvstretchability}% avoit orphaned sections
|
||||
\@cvneedspace{\cvsectionstretchability}% avoid orphaned sections
|
||||
\addvspace{2.5ex}%
|
||||
\phantomsection{}% reset the anchor for hyperrefs
|
||||
\addcontentsline{toc}{section}{#2}%
|
||||
|
|
@ -90,7 +87,7 @@
|
|||
|
||||
%\@initializeif{\if@aftersubsection}\@aftersubsectionfalse%
|
||||
\RenewDocumentCommand{\subsection}{sm}{%
|
||||
\@cvneedspace{\cvstretchability}% avoit orphaned sections
|
||||
\@cvneedspace{\cvsubsectionstretchability}% avoid orphaned sections
|
||||
%\addvspace{1ex}%
|
||||
\vspace*{-\arrayrulewidth}% HACK; I don't understand where the space is coming from, nor what it's exact value is :(
|
||||
\if@aftersection%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue