classic: don't allow page break in PublicationEntry

This commit is contained in:
Sina Atalay 2024-04-08 19:26:40 +00:00 committed by GitHub
parent e92aaf88aa
commit e0d441c5a7
1 changed files with 17 additions and 16 deletions

View File

@ -5,6 +5,7 @@
\begin{twocolentry}{ \begin{twocolentry}{
<<entry.date_string>> <<entry.date_string>>
} }
\begin{minipage}{\linewidth}
\textbf{<<entry.title>>} \textbf{<<entry.title>>}
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>} \vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
@ -21,6 +22,6 @@
((*- if entry.journal -*)) ((*- if entry.journal -*))
<<entry.journal>> <<entry.journal>>
((*- endif -*)) ((*- endif -*))
((*- if entry.doi and entry.journal *)))((* endif -*)) ((*- if entry.doi and entry.journal *)))((* endif *))
\end{minipage}
\end{twocolentry} \end{twocolentry}