<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello everyone, <br>
    </p>
    <p>I am working on a presentation with IPE in which I'm citing some
      bibliographic sources; as in beamer, I would like those citations
      to appear in the presentation formatted by latex. I started by
      adding<br>
    </p>
    <p><font face="monospace">    \usepackage{bibtex}<br>
            \addbibresource{...}</font></p>
    <p>to the preamble, using <font face="monospace">\cite{}</font> in
      some text objects and finally using <font face="monospace">\printbibliography</font>.
      But that doesn't render the bibliography since, to the best of my
      knowledge, neither <font face="monospace">biber</font> or <font
        face="monospace">bibtex</font> are ever called. I came up with a
      partial solution that calls <font face="monospace">biber</font>,
      but that does not entirely solve the problem: the bibliography is
      a bit too long for a single slide. Here is a screenshot of what I
      got so far. (these are not all the sources I'm planning to cite,
      just a small subset)<br>
    </p>
    <p><img src="cid:part1.FF79C183.82847F27@upc.edu" alt="" width="436"
        height="458"></p>
    I certainly could make the whole bibliography appear in a single
    slide by lowering the font size, but then the text might become
    completely unreadable from a distance. Does anyone know how to make
    the bibliography appear in different slides much like beamer does
    when using <font face="monospace">[allowframebreaks]</font> option?<br>
    <p>Thank you for your time!</p>
    <p>Lluís Alemany</p>
  </body>
</html>