diff --git a/awesome-cv.cls b/awesome-cv.cls index 8fb0d16..e8ad260 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -223,7 +223,7 @@ \newcommand*{\footerstyle}[1]{{\fontsize{8pt}{1em}\footerfont\scshape\color{lighttext} #1}} \newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}} \newcommand*{\subsectionstyle}[1]{{\fontsize{12pt}{1em}\bodyfont\scshape\textcolor{text}{#1}}} -\newcommand*{\paragraphstyle}{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{graytext}} +\newcommand*{\paragraphstyle}{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{text}} % For elements of entry \newcommand*{\entrytitlestyle}[1]{{\fontsize{10pt}{1em}\bodyfont\bfseries\color{darktext} #1}} @@ -378,7 +378,7 @@ % Others \newcommand{\acvSectionTopSkip}{3mm} -\newcommand{\acvEntryTopSkip}{2.5mm} +\newcommand{\acvSectionContentTopSkip}{2.5mm} %------------------------------------------------------------------------------- @@ -498,21 +498,25 @@ % Define a subsection for CV % Usage: \cvsubsection{} \newcommand{\cvsubsection}[1]{% + \vspace{\acvSectionContentTopSkip} + \vspace{-3mm} \subsectionstyle{#1} \phantomsection } % Define a paragraph for CV \newenvironment{cvparagraph}{% + \vspace{\acvSectionContentTopSkip} \vspace{-3mm} \paragraphstyle }{% - \vspace{1mm} + \par + \vspace{2mm} } - % Define an environment for cventry \newenvironment{cventries}{% + \vspace{\acvSectionContentTopSkip} \begin{center} }{% \end{center} @@ -520,7 +524,6 @@ % Define an entry of cv information % Usage: \cventry{}{}{<location>}{<date>}{<description>} \newcommand*{\cventry}[5]{% - \vspace{\acvEntryTopSkip} \vspace{-2.0mm} \setlength\tabcolsep{0pt} \setlength{\extrarowheight}{0pt} @@ -559,6 +562,8 @@ % Define an environment for cvhonor \newenvironment{cvhonors}{% + \vspace{\acvSectionContentTopSkip} + \vspace{-2mm} \begin{center} \setlength\tabcolsep{0pt} \setlength{\extrarowheight}{0pt} @@ -575,6 +580,8 @@ % Define an environment for cvskill \newenvironment{cvskills}{% + \vspace{\acvSectionContentTopSkip} + \vspace{-2.0mm} \begin{center} \setlength\tabcolsep{1ex} \setlength{\extrarowheight}{0pt} diff --git a/examples/coverletter.pdf b/examples/coverletter.pdf index 31ffe52..c9541e7 100644 Binary files a/examples/coverletter.pdf and b/examples/coverletter.pdf differ diff --git a/examples/cv.pdf b/examples/cv.pdf index 520e0c0..962bbb1 100644 Binary files a/examples/cv.pdf and b/examples/cv.pdf differ diff --git a/examples/resume.pdf b/examples/resume.pdf index 68ccb4b..cf4f9ed 100644 Binary files a/examples/resume.pdf and b/examples/resume.pdf differ diff --git a/examples/resume/summary.tex b/examples/resume/summary.tex index b16f718..b56f3dc 100644 --- a/examples/resume/summary.tex +++ b/examples/resume/summary.tex @@ -8,5 +8,7 @@ % CONTENT %------------------------------------------------------------------------------- \begin{cvparagraph} + +%--------------------------------------------------------- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ullamcorper neque sit amet lectus facilisis sed luctus nisl iaculis. Vivamus at neque arcu, sed tempor quam. Curabitur pharetra tincidunt tincidunt. Morbi volutpat feugiat mauris, quis tempor neque vehicula volutpat. Duis tristique justo vel massa fermentum accumsan. Mauris ante elit, feugiat vestibulum tempor eget, eleifend ac ipsum. Donec scelerisque lobortis ipsum eu vestibulum. Pellentesque vel massa at felis accumsan rhoncus. \end{cvparagraph}