I want just a plain reference slide, no symbols and they mess up my Palo Alto style.
Google hits provided as answers mainly these two options:
Code: Select all
\setbeamertemplate{navigation symbols}{}%remove navigation symbols
\usenavigationsymbolstemplate{}
Thx for any help.
Here's my minimal example with the second choice:
Code: Select all
\documentclass[parskip, deutsch, xcolor={svgnames}]{beamer}
\usepackage[ngerman]{babel}
\usepackage[backend=bibtex,style=authoryear,doi=false,url=false,isbn=false, maxcitenames=2]{biblatex}
\addbibresource{Literature_SW_Model}
\usetheme{PaloAlto}
\setbeamercovered{transparent}
%\setbeamertemplate{navigation symbols}{}%remove navigation symbols
\usenavigationsymbolstemplate{}
%\beamertemplatenavigationsymbolsempty
\title[New Keynesian Endogenous Growth]{
New Keynesian Endogenous Growth\\
}
\begin{document}
\frame{\maketitle}
\begin{frame}\frametitle{Introduction}
\begin{itemize}
\item {\textcite{Smets2007}}
\end{itemize}
\textbf{Text}
\end{frame}
\section{References}
\begin{frame}\frametitle{References}
%\usenavigationsymbolstemplate{}
\printbibliography[heading=bibintoc] %[heading=none]
\end{frame}
\end{document}
Code: Select all
@book{Kuhn2011,
title="Government spending in dynamic general equilibrium models",
author="K{\"u}hn, Stefan",
year="2011",
publisher="Universitaire Pers"
}
@article{Smets2007,
Author = {Smets, Frank and Wouters, Rafael},
Title = {Shocks and Frictions in US Business Cycles: A Bayesian DSGE Approach},
Journal = {American Economic Review},
Volume = {97},
Number = {3},
Year = {2007},
Pages = {586-606},
DOI = {10.1257/aer.97.3.586},
URL = {http://www.aeaweb.org/articles.php?doi=10.1257/aer.97.3.586}
}
@article{Kimball1995,
title={The Quantitative Analytics of the Basic Neomonetarist Model},
author={Kimball, Miles S.},
journal={Journal of Money, Credit, and Banking},
volume={27},
number={4},
year={1995}
}