mirror of https://github.com/eyhc1/rendercv.git
make the highlighted author bold and italic
This commit is contained in:
parent
681f582ec8
commit
4769cedff2
|
@ -83,7 +83,7 @@
|
|||
|
||||
\vspace{<<theme_options.margins.entry_area.vertical_between|divide_length_by(2)>>}
|
||||
|
||||
<<authors|abbreviate_names|join(", ")|make_it_italic(cv.name|abbreviate_name)>>
|
||||
<<authors|abbreviate_names|join(", ")|make_it_bold(cv.name|abbreviate_name)|make_it_italic(cv.name|abbreviate_name)>>
|
||||
|
||||
\vspace{<<theme_options.margins.entry_area.vertical_between|divide_length_by(2)>>}
|
||||
|
||||
|
|
Loading…
Reference in New Issue