mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
proposed fix for cvparagraph
This commit is contained in:
parent
b96d51210a
commit
33d9a27509
1 changed files with 7 additions and 3 deletions
|
@ -501,13 +501,17 @@
|
||||||
\subsectionstyle{#1}
|
\subsectionstyle{#1}
|
||||||
\phantomsection
|
\phantomsection
|
||||||
}
|
}
|
||||||
|
\newcommand{\acvParagraphTopSpace}{\addvspace{0ex}}
|
||||||
|
\newcommand{\acvParagraphBottomSpace}{\addvspace{0ex}}
|
||||||
|
|
||||||
% Define a paragraph for CV
|
% Define a paragraph for CV
|
||||||
\newenvironment{cvparagraph}{%
|
\newenvironment{cvparagraph}{%
|
||||||
\vspace{-3mm}
|
\par
|
||||||
|
\acvParagraphTopSpace
|
||||||
\paragraphstyle
|
\paragraphstyle
|
||||||
}{%
|
}{%
|
||||||
\vspace{1mm}
|
\par
|
||||||
|
\acvParagraphBottomSpace
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue