Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\centering doesn't work in plainframes #16

Open
Willem3141 opened this issue Mar 1, 2016 · 0 comments
Open

\centering doesn't work in plainframes #16

Willem3141 opened this issue Mar 1, 2016 · 0 comments
Labels
bug Report of a (possible) bug in our theme

Comments

@Willem3141
Copy link
Collaborator

This doesn't center the text:

\begin{plainframe}{}
    \centering
    bla bla bla\ldots
\end{plainframe}

On the other hand, this does:

\begin{frame}{}
    \centering
    bla bla bla\ldots
\end{frame}

I guess we should find out why this happens, or at least document it... 😉

(Note that \begin{center} ... \end{center} works in both environments, so it is not a huge issue 😄)

@Caster Caster added the bug Report of a (possible) bug in our theme label Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of a (possible) bug in our theme
Projects
None yet
Development

No branches or pull requests

2 participants