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

classic: make \cvevent receive a variable number of paragaphs #37

Closed FFY00 closed 3 years ago

FFY00 commented 3 years ago

Currently it is hardcoded to have two paragraphs, while that is fine in some situations, sometimes you might want to have a different number. This patch changes the arguments to instead of receiving two paragraphs, to receive a list of paragraphs.

Signed-off-by: Filipe Laíns lains@riseup.net