-
Notifications
You must be signed in to change notification settings - Fork 147
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
Alignment on title page different for options t
and c
#920
Comments
I don't know if that's intentional, but when I write a theme in which I want to make sure that the title page always looks the same, then I usually add a minipage of fixed height to the title page template (or position the elements relative to the page). |
Yes, I remember you giving that suggestion for moloch, but it seems like it is not removing this effect completely, or I might be doing something wrong. \documentclass[c]{beamer}
\setbeamertemplate{title page}{
\begin{minipage}[b][\textheight]{\textwidth}
\null\vfill%
\usebeamertemplate{title}
\vfill\null%
\end{minipage}%
}
\usepackage{xcolor}
\usepackage[grid, gridunit=mm, gridcolor=black!40, subgridcolor=black!20]{eso-pic}
\title{Title}
\begin{document}
\maketitle
\end{document} With |
The remaining difference is the different topskip between top and centred frames. With the same topskip:
|
Thanks! But I guess it's not straightforward to have this apply only to the title page (without too much hacking). |
Options
t
andc
change the alignment of the title page as well as the frames. Is this intentional?Only changing
\documentclass[t]{beamer}
gives me:The text was updated successfully, but these errors were encountered: