posquit0 / Awesome-CV

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

Top alignment cvskills section #351

Closed SmarithLogic closed 3 years ago

SmarithLogic commented 3 years ago

Hello, in the skills section of awesome cv I have several lines concerning an item. However, the alignment is central whereas I would like it to be at the top. I have seen on other problems that the letter L has to be replaced by K but it doesn't work and doesn't show the expected result.

Here is what I would like to do!

Capture

Thank you in advance for your reply,

asan-emirsaleh commented 2 years ago

Hello @SmarithLogic How did you solved this problem? I try to use top alignment rule with [t] in position before column statement description. But it brakes the design. \begin{tabular*}[t]{\textwidth}{@{\extracolsep{\fill}} l L{\textwidth * \real{0.8}}} }{% \end{tabular*}

asan-emirsaleh commented 2 years ago

I find a solution in #182 Just add a line \newcolumntype{K}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} in your _awesomecv.cls and change the alignement rule from L or R to K in \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} r L{\textwidth * \real{0.9}}}