Citation#
Citations can be imported with the tag cite
from plix import Slide
Slide().cite('biblio.bib','einstein1935').show()
Multiple citations, which can be added using a list of keys, will be stacked vertically.
Citations can be imported with the tag cite
from plix import Slide
Slide().cite('biblio.bib','einstein1935').show()