test: fix failing tests
This commit is contained in:
parent
5a98c69a3f
commit
783ec80ca2
|
@ -1 +1,4 @@
|
||||||
|
\documentclass{beamer}
|
||||||
|
\usetheme{moloch}
|
||||||
|
\usepackage{lmodern}
|
||||||
\input{sectionpages}
|
\input{sectionpages}
|
||||||
|
|
|
@ -2343,9 +2343,3 @@ Completed box being shipped out [12]
|
||||||
....\pdfcolorstack 0 pop
|
....\pdfcolorstack 0 pop
|
||||||
....\pdfcolorstack 0 pop
|
....\pdfcolorstack 0 pop
|
||||||
.\kern 0.0
|
.\kern 0.0
|
||||||
\tf@nav=\write...
|
|
||||||
\tf@toc=\write...
|
|
||||||
\tf@snm=\write...
|
|
||||||
(sectionpages.aux)
|
|
||||||
Package rerunfilecheck Info: File `sectionpages.out' has not changed.
|
|
||||||
(rerunfilecheck) Checksum: D2931E9029CD1D0FCD374E2E4118FE51;741.
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
\input regression-test
|
\input regression-test
|
||||||
|
|
||||||
\documentclass{beamer}
|
|
||||||
\usetheme{moloch}
|
|
||||||
\usepackage{lmodern}
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
@ -49,6 +45,6 @@
|
||||||
\section{Section}
|
\section{Section}
|
||||||
\subsection{Subsection}
|
\subsection{Subsection}
|
||||||
|
|
||||||
% \END
|
\END
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in New Issue