mirror of https://github.com/eyhc1/rendercv.git
engineeringresumes: fix templating bugs
This commit is contained in:
parent
4f9ee4ca6c
commit
8aa1538dc4
|
@ -1,2 +1,2 @@
|
||||||
$\vcenter{\hbox{\small$\bullet$}}$ \hspace{3pt} <<entry.bullet>>
|
$\vcenter{\hbox{\small$\bullet$}}$ <<entry.bullet>>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
\textbf{<<entry.title>>} -- <<entry.date_string>>
|
\textbf{<<entry.title>>} -- <<entry.date_string>>
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item <<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
\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 -*))
|
((*- if entry.doi -*))
|
||||||
\href{<<entry.doi_url>>}{<<entry.doi>>}
|
\href{<<entry.doi_url>>}{<<entry.doi>>}
|
||||||
((*- endif -*))
|
((*- endif -*))
|
||||||
|
|
Loading…
Reference in New Issue