sinaatalay / rendercv

A LaTeX CV/Resume Framework
http://docs.rendercv.com
MIT License
725 stars 63 forks source link

Add support for multi column bullets #116

Open 0x4ym4n opened 1 week ago

0x4ym4n commented 1 week ago

This enhancement adds multi-column bullet point support to RenderCV using LaTeX's multicol package (\usepackage{multicol}). It allows for more compact and visually appealing resume layouts by organizing bullet points into columns. This feature saves space and improves readability, especially for sections with many short points.

sinaatalay commented 1 week ago

Thank you for the suggestion! If we decide to do this, how would we handle an arbitrary number of bullets? Templating RenderCV is currently very easy because everything is in one column.

0x4ym4n commented 6 days ago

We can set a default value for the number of columns, for instance, one. If someone requires more than one column, such as three, they can manually modify this value.