moderncv: make highlights of moderncv bullet points

This commit is contained in:
Sina Atalay 2024-03-10 18:38:07 +01:00
parent 44984f1bdc
commit d0a48812d6
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
\cventry{((* if design.show_only_years *))<<entry.date_string_only_years>>((* else *))<<entry.date_string>>((* endif *))}{((* if entry.degree != "" *))<<entry.degree>>, ((* endif *))<<entry.area>>}{<<entry.institution>>}{<<entry.location>>}{}{}
((* for item in entry.highlights *))
\cvline{}{\small <<item>>}
\cvlistitem{<<item>>}
((* endfor *))

View File

@ -1,4 +1,4 @@
\cventry{((* if design.show_only_years *))<<entry.date_string_only_years>>((* else *))<<entry.date_string>>((* endif *))}{<<entry.position>>}{<<entry.company>>}{<<entry.location>>}{}{}
((* for item in entry.highlights *))
\cvline{}{\small <<item>>}
\cvlistitem{<<item>>}
((* endfor *))

View File

@ -1,4 +1,4 @@
\cventry{((* if design.show_only_years *))<<entry.date_string_only_years>>((* else *))<<entry.date_string>>((* endif *))}{<<entry.name>>}{}{<<entry.location>>}{}{}
((* for item in entry.highlights *))
\cvline{}{\small <<item>>}
\cvlistitem{<<item>>}
((* endfor *))