first dive into cvtripleitem for classic style

This commit is contained in:
LLdaniel 2024-01-12 17:50:52 +01:00
commit 8008363bb7
3 changed files with 22 additions and 0 deletions

View file

@ -552,6 +552,10 @@
% usage: \cvdoubleitem[spacing]{header1}{text1}{header2}{text2}
\newcommand*{\cvdoubleitem}[5][.25em]{}
% makes a resume line 3 headers and their corresponding text
% usage: \cvtripleitem[spacing]{header1}{text1}{header2}{text2}{header3}{text3}
\newcommand*{\cvtripleitem}[7][.1em]{}
% makes a resume line with a list item
% usage: \cvlistitem[label]{item}
\newcommand*{\cvlistitem}[2][\listitemsymbol]{}