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

metropolis + references #370

Open
nbecker opened this issue Jun 8, 2020 · 2 comments
Open

metropolis + references #370

nbecker opened this issue Jun 8, 2020 · 2 comments

Comments

@nbecker
Copy link

nbecker commented Jun 8, 2020

I've already asked on tex stackexchange here
https://tex.stackexchange.com/questions/548453/beamer-metroplois-and-references

The problem is that with default beamer theme, a bibliography (biblatex) enclosed in a frame works fine. But with metroplois I get a horizontal line and the word "References" at the start of the bibliography, which I don't want because it's already in a frame titled "References".

@venkatasg
Copy link

This is what I use, and it should fix your issue. I also don't want a separate section page just for my references, but if you want one, you don't need the metroset command

{
\metroset{sectionpage=none}
\begin{frame}[allowframebreaks, noframenumbering]{References}
\printbibliography
\end{frame}
}

@YimianDai
Copy link

YimianDai commented Nov 26, 2020

Many thanks to @venkatasg. If using bibtex, then

{
\metroset{sectionpage=none}
\begin{frame}[allowframebreaks, noframenumbering]{References}
  \bibliographystyle{IEEEtran}
  \bibliography{mybib}
\end{frame}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants