Giter VIP home page Giter VIP logo

unina-beamer's Introduction

unina-beamer

A modern beamer theme for people at the University of Naples "Federico II" (UniNA).

User guide

For an example/documentation check out slides.tex and slides.pdf.

Screenshots

title frame simple frame
title frame simple frame

Acknowledgements and License

This theme is heavily based on the AAU Simple theme by Jesper Kjær Nielsen and is licensed under the GPL v3 License - see the LICENSE file for details.

unina-beamer's People

Contributors

luistar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

unina-beamer's Issues

Print bibliography with this theme requires \printbibliography[heading=none]

When using biblatex with this theme the bibliography does not result in a list of references as expected, but instead creates a "standout" page. This is at first puzzling, until you realize that this theme is capturing AtBeginSection if the sectionpages option is set (see source) , and \printbibliography creates a section header by default.

To anyone else trying to get biblatex to work, just omit the heading when printing the bibliography: \printbibliography[heading=none]. The bibliography is now printed as expected!

\documentclass[10pt,aspectratio=43]{beamer}
\usetheme[sectionpages]{UniNA}

\begin{filecontents}{\jobname.bib}
@article{A2012,
author = {Author, A},
title = {An interesting paper},
journal = {Journal},
year = {2012},
volume = {2},
pages = {70--76},
}
@article{B2012,
author = {Buthor, B},
title = {An also interesting paper},
journal = {Journal},
year = {2012},
volume = {2},
pages = {77--79},
}
\end{filecontents}

\addbibresource{\jobname.bib}

\begin{document}

\begin{frame}{Outline}
   \tableofcontents
\end{frame}

\begin{frame}
   \textcite{A2012}
\end{frame}

\appendix

\begin{frame}[t,allowframebreaks]
   \frametitle{Bibliography}
   \printbibliography[heading=none]
\end{frame}

\end{document}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.