Skip to content
Snippets Groups Projects
Commit b27f8237 authored by Laros's avatar Laros
Browse files

Added a filled fragile frame environment.

parent 6952ea6c
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,15 @@ ...@@ -77,6 +77,15 @@
\end{frame} \end{frame}
} }
% A filled fragile frame.
\newenvironment{pframe}{
\begin{frame}[fragile, environment=pframe]
\begin{minipage}[t][1.15\textheight]{\textwidth}
}{
\end{minipage}
\end{frame}
}
% %
% Settings for displaying code. % Settings for displaying code.
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment