jankapunkt / latexcv

:necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
MIT License
2.89k stars 603 forks source link

Centering item labels with text #24

Closed CsatiZoltan closed 1 year ago

CsatiZoltan commented 5 years ago

\cvevent uses \cdot to enlist items. This has the drawback that it is not positioned at the center of a capital letter. Maybe using the itemize environment would help (\cdot could be simulated by decreasing the size of the bullet). Alternatively, the height of the \cdot could be raised.

jankapunkt commented 5 years ago

Hi @CsatiZoltan which template you are referring to? I am usually using a tabular* in the cvevent command, so I am not sure where a cdot is in use there. Can you please show me the line?

The only cdot I am using is in the footers and headers to separate the horizontal content. Is this what you are referring to?

CsatiZoltan commented 5 years ago

@jankapunkt Sure, for instance this line and the next one in the classic template.

jankapunkt commented 5 years ago

@CsatiZoltan I see, this template was one of the first ones, I have created. If you want to change it to using itemize, feel free to open a PR but please try to keep the layout simple and on one page. I will have the next days some time for review.

jankapunkt commented 5 years ago

@CsatiZoltan just a friendly ping. Are you interested in providing a PR?

CsatiZoltan commented 5 years ago

Sorry for the long delay, I was/am very busy these days. I would like to implement this but I have no free time, so I would say I cannot provide a PR. At least not in the near future.

github-actions[bot] commented 1 year ago

Automatically Closing this issue due to no activity. Feel free to reopen.