diff --git a/rendercv/themes/classic/PublicationEntry.j2.tex b/rendercv/themes/classic/PublicationEntry.j2.tex index 8f0c0d8..778ba4e 100644 --- a/rendercv/themes/classic/PublicationEntry.j2.tex +++ b/rendercv/themes/classic/PublicationEntry.j2.tex @@ -5,22 +5,23 @@ \begin{twocolentry}{ <> } - \textbf{<>} + \begin{minipage}{\linewidth} + \textbf{<>} - \vspace{<>} + \vspace{<>} - <> - ((* if entry.doi or entry.journal *)) - \vspace{<>} + <> + ((* if entry.doi or entry.journal *)) + \vspace{<>} - ((* endif *)) - ((* if entry.doi -*)) - \href{<>}{<>} - ((*- endif -*)) - ((*- if entry.doi and entry.journal *)) (((* endif -*)) - ((*- if entry.journal -*)) - <> - ((*- endif -*)) - ((*- if entry.doi and entry.journal *)))((* endif -*)) - -\end{twocolentry} + ((* endif *)) + ((* if entry.doi -*)) + \href{<>}{<>} + ((*- endif -*)) + ((*- if entry.doi and entry.journal *)) (((* endif -*)) + ((*- if entry.journal -*)) + <> + ((*- endif -*)) + ((*- if entry.doi and entry.journal *)))((* endif *)) + \end{minipage} +\end{twocolentry} \ No newline at end of file