Search found 2 matches

by brau
Thu Nov 26, 2009 10:21 pm
Forum: BibTeX, biblatex and biber
Topic: In beamer: bibliography keeps name of previous section
Replies: 3
Views: 6587

Re: In beamer: bibliography keeps name of previous section

hi gmedina,

thanks for your help ... the manual only refers to writing the bibliography "by hand", do you think I HAVE to copy my bibliography from the *.bib file and put the text in the beamer file as indicated by the manual for the header to work?

the code I posted works fine it is just that I ...
by brau
Fri Nov 20, 2009 7:24 pm
Forum: BibTeX, biblatex and biber
Topic: In beamer: bibliography keeps name of previous section
Replies: 3
Views: 6587

In beamer: bibliography keeps name of previous section

I understand that by including a frame in my Beamer presentation with the "bibliography" command, a slide whose heading should be "References" will be created. Namely that:
\begin{frame}[allowframebreaks]{Bibliography}
\def\newblock{}
\bibliography{mybibfile}
\end{frame}
should create a slide ...