matze / mtheme

A modern LaTeX Beamer theme
6.43k stars 846 forks source link

includeonlylecture and subsectionpage are not compatible #376

Open fschli opened 3 years ago

fschli commented 3 years ago

If a part of the presentation that contains a subsectionpage is excluded by the use of includeonlylecture, LaTeX throws the following error:

! LaTeX Error: There's no line here to end.

This does not happen while using other themes.

MWE:

\documentclass{beamer}
\usetheme{metropolis}
\includeonlylecture{2}

\begin{document}
  \lecture{1}{1}
  \section{1}
  \subsection{1.1}
  \frame{\subsectionpage}
  \frame{foo}
  \lecture{}{2}
  \frame{bar}
\end{document}
euphoria0-0 commented 2 years ago

same issue. I think something happened in \subsectionpage.