posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

vertically top align date in cvhonors #204

Open shannonpileggi opened 6 years ago

shannonpileggi commented 6 years ago

When cvhonors span multiple rows, the date on the left is vertically center aligned. How can I modify the .cls to make the date vertically top aligned? I have tried to modify the chunk below, but no success.

\newenvironment{cvhonors}{% \vspace{\acvSectionContentTopSkip} \vspace{-2mm} \begin{center} \setlength\tabcolsep{0pt} \setlength{\extrarowheight}{0pt} \begin{tabular}{\textwidth}{@{\extracolsep{\fill}} C{1.5cm} L{\textwidth - 4.0cm} R{2.5cm}} }{% \end{tabular} \end{center} }

nbecker commented 6 years ago

Just as aswsomecv.cls defines newcolumns C, L, and R using the 'm' type which is centered vertically, I simply defined D, M, and S types using 'p' specifier instead of 'm'.