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