Code:
\documentclass[usepdftitle=false]{beamer}
\usepackage{filecontents}
\begin{filecontents}{buch.bib}
@article{shockley,
author="William Shockley",
title="The Theory of P-N Junctions in Semiconductors and P-N Junction Transistors",
journal="Bell System Technical Journal",
year="1949",
volume="28",
pages="435-89"
}
@book{green,
author="Martin A. Green",
title="Solar Cells - Operating Principles, Technology and System Applications",
year="1998",
publisher="University of New South Wales"
}
@book{green-third,
author="Martin A. Green",
title="Third Generation Photovoltaics - Advanced Solar Energy Conversion",
year="2006",
publisher="Springer Verlag"
}
@article{green-eff,
author="Martin A. Green AND Keith Emery AND Yoshihiro Hisikawa AND Wilhelm Warta",
title="Solar Cell Efficiency Tables",
journal="Progress in Photovoltaics: Research and Applications",
publisher="John Wiley \& Sons, Ltd.",
volume="30",
year="2007"
}
@article{henry,
author="C. H. Henry",
title="Limiting efficiencies of ideal single and multiple energy gap terrestrial solar cells",
journal="J. Appl. Phys.",
volume="51",
year="1980",
page="4494"
}
@book{goetzberger,
author="Adolf Goetzberger AND Bernhard Voß AND Joachim Knobloch",
title="Sonnenenergie: Photovoltaik - Physik und Technik der Solarzelle",
year="1994",
publisher="B.G. Teubner"
}
@book{sze,
author="S. M. Sze",
title="Physics of Semiconductor Devices",
year="1981",
publisher="John Wiley \& Sons, Inc."
}
\end{filecontents}
%\documentclass[handout,usepdftitle=false]{beamer} % ignoriert overlays beim Drucken
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{ngerman,graphicx,pgf,color,hyperref,floatflt,nicefrac,lmodern}
\usepackage[squaren,Gray]{SIunits}
\usepackage{pgfpages}
\AtBeginSection{\frame[plain]{\frametitle{\inserttitle}\begin{block}{\inserttitle\hfill\emph{Teil \thesection\ }}\vspace{2em}\begin{center}\Huge{\insertsectionhead}\end{center}\vspace{1em}\end{block}}}\mode{\pgfpagesuselayout{2 on 1}[a4paper,border shrink=10mm]}
\usecolortheme{whale}
\usecolortheme{orchid}
\usecolortheme{sidebartab}
\useoutertheme[width=50px,height=40px,right,hideothersubsections]{sidebar}
%\logo{\includegraphics[height=40px]{figures/hu-logo-breit}}
\useinnertheme{rounded}
\usefonttheme[onlysmall]{structurebold}
\setbeamercolor{normal text}{bg=white}
\setbeamercolor{frametitle}{fg=white}
\setbeamercolor{part in sidebar}{bg=black}
\setbeamercolor{section in sidebar}{bg=black}
\setbeamercolor{subsection in sidebar}{bg=black}
\setbeamerfont{frametitle}{series=\bfseries}
\setbeamerfont{title in sidebar}{size=\scriptsize}
\setbeamerfont{author in sidebar}{size=\tiny}
\setbeamercovered{transparent}
\setbeamertemplate{blocks}[rounded][shadow=true]
\title{Die Physik der Zelle}
\usepackage{multicol}
\begin{document}
\section{Quellen}
\nocite{shockley}
\nocite{green}
\nocite{goetzberger}
\nocite{green-eff}
\nocite{green-third}
\nocite{henry}
\nocite{*}
\begin{frame}
\frametitle{Quellennachweis}
\begin{multicols}{2}
\bibliographystyle{abbrv}
\scriptsize{\bibliography{buch}}
\end{multicols}
\end{frame}
\end{document}
Habe leider zwei Fehler
Lesezeichen