mirror of https://github.com/eyhc1/rendercv.git
themes: fix a margin issue in PublicationEntry
This commit is contained in:
parent
96a2be6455
commit
075bee72fb
|
@ -12,7 +12,7 @@
|
||||||
((* endif *))
|
((* endif *))
|
||||||
\textbf{<<entry.title>>}
|
\textbf{<<entry.title>>}
|
||||||
|
|
||||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
|
|
||||||
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
||||||
((* if entry.doi or entry.journal *))
|
((* if entry.doi or entry.journal *))
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
((* endif *))
|
((* endif *))
|
||||||
\textbf{<<entry.title>>}
|
\textbf{<<entry.title>>}
|
||||||
|
|
||||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
|
|
||||||
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
||||||
((* if entry.date_string *))
|
((* if entry.date_string *))
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
((* endif *))
|
((* endif *))
|
||||||
\textbf{<<entry.title>>}
|
\textbf{<<entry.title>>}
|
||||||
|
|
||||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
|
|
||||||
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
||||||
((* if entry.date_string *))
|
((* if entry.date_string *))
|
||||||
|
|
Loading…
Reference in New Issue