mirror of https://github.com/eyhc1/rendercv.git
moderncv: make highlights of moderncv bullet points
This commit is contained in:
parent
44984f1bdc
commit
d0a48812d6
|
@ -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 *))
|
|
@ -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 *))
|
|
@ -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 *))
|
Loading…
Reference in New Issue