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

Top Align #308

Closed damiankward closed 2 years ago

damiankward commented 4 years ago

Using the {cvskill} tag to list Demonstrated Skills, but I'm having difficulty getting the bold text to align to the top of the paragraph. I've tried '[t]' flags in the \begin{tabular*] line, but have not had any success.

Image for clarity: https://i.imgur.com/WSkevGt.png

debsuvra commented 4 years ago

Check https://github.com/posquit0/Awesome-CV/pull/182

asan-emirsaleh commented 2 years ago

I have the same issue too.

Going through #182 and adding a line \newcolumntype{K}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} done the job.

OJFord commented 2 years ago

Closing as a duplicate of #136