engineeringresumes: fix templating bugs

This commit is contained in:
Sina Atalay 2024-03-31 21:09:33 +02:00
parent 4f9ee4ca6c
commit 8aa1538dc4
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
$\vcenter{\hbox{\small$\bullet$}}$ \hspace{3pt} <<entry.bullet>>
$\vcenter{\hbox{\small$\bullet$}}$ <<entry.bullet>>

View File

@ -5,7 +5,7 @@
\textbf{<<entry.title>>} -- <<entry.date_string>>
\begin{highlights}
\item <<entry.authors|map("make_it_nolinebreak")|join(", ")>>
((*- if entry.doi and entry.journal *)) \item ((* endif -*))
((*- if entry.doi or entry.journal *)) \item ((* endif -*))
((*- if entry.doi -*))
\href{<<entry.doi_url>>}{<<entry.doi>>}
((*- endif -*))