LitVerzeichnis in LaTeX Beamer zu lange

Erstellung eines Literaturverzeichnisses mit BibTeX, Biber, BibLaTeX und Co.


whasabi
Forum-Newbie
Forum-Newbie
Beiträge: 4
Registriert: Do 11. Aug 2016, 09:02

LitVerzeichnis in LaTeX Beamer zu lange

Beitrag von whasabi »

Hallo,

ich erstelle gerade eine Präsentation und brauche dafür auch Referenzen
Leider ist meine Liste zu lange, obwohl ich die Schriftgröße schon zu tiny geändert habe
könnt ihr mir helfen?

Vielleicht kann man die Literatur auf 2 Spalten nebeneinander aufteilen? Noch kleiner machen? Oder wenn es gar nicht auf eine Folie geht dann auf 2 Folien?

(es kommen wahrscheinlich noch ein paar Referenzen dazu)

Danke!!

\begin{frame}
\frametitle{References}
\tiny{
\begin{thebibliography}{99} 

			%al hasib abdullah
			\setbeamertemplate{bibliography item}[article]
			 \bibitem{al}
			 A. Al Hasib. (2009)
			 \newblock Threats of online social networks.
			\newblock \emph{IJCSNS International Journal of Computer Science and Network Security, 9(11):288-93}

			%boyd
			\setbeamertemplate{bibliography item}[journal]
			 \bibitem{boyd}
			 D. M. Boyd, N.B. Ellison (2008)
			 \newblock Social Network sites: Definition, history and scholarship.
			\newblock \emph{Journal of computer-mediated communication} 13(1),210-230.
			%Facebook
			\setbeamertemplate{bibliography item}[online]
			 \bibitem{facebook}
			 Facebook (2015)
			 \newblock Data Policy.
			\newblock \emph{Online; accessed 25-July-2016}
			
			%Fire
			\setbeamertemplate{bibliography item}[article]
			 \bibitem{fire}
			 M. Fire, R. Goldschmidt, and Y. Elovici. (2014)
			 \newblock Online social networks: threats and solutions.
			\newblock \emph{IEEE Communications Surveys \& Tutorials, 16(4):2019-2036,}
			
			%gao
			\setbeamertemplate{bibliography item}[article]
			 \bibitem{jump}
			 H. Gao, J. Hu, T. Huang, J. Wang, and Y. Chen. (2011)
			 \newblock Security issues in online social networks.
			\newblock \emph{IEEE Internet Computing, 15(4):56-63}
			
			%Gross
			\setbeamertemplate{bibliography item}[article]
			 \bibitem{gross}
			 R. Gross and A. Acquisti. (2005)
			 \newblock Information revelation and privacy in online social networks.
			\newblock \emph{In Proceedings of the 2005 ACM Workshop on Privacy in the Electronic Society, WPES '05, pages 71-80}
			
			%Instagram
			\setbeamertemplate{bibliography item}[online]
			 \bibitem{instagram}
			 Instagram (2016)
			 \newblock Privacy Policy.
			\newblock \emph{Online; accessed 25-July-2016}
			
			%Joshi
			\setbeamertemplate{bibliography item}[article]
			 \bibitem{joshi}
			 P. Joshi and C.-C. J. Kuo. (2011)
			 \newblock Security and privacy in online social networks: A survey.
			\newblock \emph{In 2011 IEEE International Conference on Multimedia and Expo, pages 1-6. IEEE}
			
			%Jump
			\setbeamertemplate{bibliography item}[article]
			 \bibitem{jump}
			 K. Jump. (2005)
			 \newblock A new kind of fame.
			\newblock \emph{The Columbian Missourian}
			
			%ResearchGate
			\setbeamertemplate{bibliography item}[online]
			 \bibitem{researchgate}
			 ResearchGate (2015)
			 \newblock Statement on Privacy and Data Protection.
			\newblock \emph{Online; accessed 26-July-2016}
			
			%Twitter
			\setbeamertemplate{bibliography item}[online]
			 \bibitem{twitter}
			 Twitter (2016)
			 \newblock Twitter Privacy Policy.
			\newblock \emph{Online; accessed 25-July-2016}





%\bibitem[Smith, 2012]{p1} John Smith (2012)
%\newblock Title of the publication
%\newblock \emph{Journal Name} 12(3), 45 -- 678.
\end{thebibliography}
}
\end{frame}

Benutzeravatar
u_fischer
Forum-Meister
Forum-Meister
Beiträge: 4300
Registriert: Do 22. Nov 2012, 11:09
Kontaktdaten:

Beitrag von u_fischer »

Siehe allowframebreaks in der beamer Dokumentation.

whasabi
Forum-Newbie
Forum-Newbie
Beiträge: 4
Registriert: Do 11. Aug 2016, 09:02

Beitrag von whasabi »

Dankeschön! :)

habe jetzt folgendes: (und es funktioniert)
\begin{frame}[allowframebreaks]
\frametitle{References}
\scriptsize{
\begin{thebibliography}{99}
.....

Antworten