posquit0 / Awesome-CV

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

How to replace the tabular in \cvhonors with longtable? #341

Closed BBge closed 2 years ago

BBge commented 3 years ago

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

I want to change the tabular to longtable. But it has some problems as shown in the following figure. image

OJFord commented 2 years ago

Closing to keep #331 as the canonical issue for this.