Code: Select all
\documentclass[a4paper,12pt]{beamer}
\usepackage{gb4e}
\begin{document}
\begin{frame}
\begin{exe}
\ex First example
\end{exe}
\pause
Explanation about first example.
\end{frame}
\end{document}
The first part of the slide is displayed correctly, but when I scroll down to display the second part with the explanation the numbering of the first example changes from 1 to 2. Does anyone know how to fix this behaviour?