themes: fix a margin issue in PublicationEntry

This commit is contained in:
Sina Atalay 2024-05-20 21:58:43 +03:00
parent 96a2be6455
commit 075bee72fb
3 changed files with 3 additions and 3 deletions

View File

@ -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 *))

View File

@ -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 *))

View File

@ -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 *))