Is it possible to put a bibliography in beamer presentation, in two columns spanning via several frames?
I have
\begin{frame}[allowframebreaks]{Reference}
\bibliographystyle{alpha}
\bibliography{mybib}
\end{frame}
And that will split the references on multiple slides, which is nice, but still there are too many slides created just for references. So I tried with multicol package, but I only get some of the references, and only on one slide (I kept the allowframebreaks on the frame). So that's kinda a bust :\
I've searched all over but no luck.
I'd give a mwe, but I'd need to give a .bib file, dunno how that can help...
beameradvocates and structures itself towards an opinionated (though resonates quite well with me) and disciplined way of creating presentations. Hence it also modifies tables, graphics, bibliographies towards that mindset. What you are trying to do is considered to be a very bad practice from the viewpoint of the creator ofbeamerhence the difficulty. I would consider creating your bib slides externally and collate to your document later if this is really really needed. – percusse Jan 26 at 16:45beamerthat includes all the details in the article mode. The manual has a long chapter about different options of supplementary material. – percusse Jan 26 at 16:58