mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Improved the spacing between sections and subscetions by using \addvspace instead of \vspace
This commit is contained in:
parent
e8eda4b3f0
commit
874d1a0067
12 changed files with 50 additions and 33 deletions
10
moderncv.cls
10
moderncv.cls
|
|
@ -176,11 +176,11 @@
|
|||
% design commands definitions
|
||||
%-------------------------------------------------------------------------------
|
||||
% symbols
|
||||
% itemize labels
|
||||
\newcommand*{\labelitemi}{\textcolor{color1}{\Neutral}}% alternative" \fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}
|
||||
\newcommand*{\labelitemii}{\textcolor{color1}{\large\bfseries-}}
|
||||
\newcommand*{\labelitemiii}{\textcolor{color1}{\textperiodcentered}}% alternative: \textasteriskcentered; both force the use of the CMSY font, even when lmodern fonts are used :(
|
||||
\newcommand*{\labelitemiv}{\textcolor{color1}{\textperiodcentered}}
|
||||
% itemize labels (the struts were added to correct inter-item spacing (works for single line items, until a solution is found for multi-line ones...)
|
||||
\newcommand*{\labelitemi}{\strut\textcolor{color1}{\Neutral}}% alternative" \fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}
|
||||
\newcommand*{\labelitemii}{\strut\textcolor{color1}{\large\bfseries-}}
|
||||
\newcommand*{\labelitemiii}{\strut\textcolor{color1}{\textperiodcentered}}% alternative: \textasteriskcentered; both force the use of the CMSY font, even when lmodern fonts are used :(
|
||||
\newcommand*{\labelitemiv}{\strut\textcolor{color1}{\textperiodcentered}}
|
||||
% enumerate labels
|
||||
\renewcommand{\theenumi}{\@arabic\c@enumi}
|
||||
\renewcommand{\theenumii}{\@alph\c@enumii}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue