You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: