hchauvet / beampy

Beampy is a python tool to create slide-show in svg that can be displayed in web browser or pdf
https://hchauvet.github.io/beampy
GNU General Public License v3.0
58 stars 18 forks source link

Saving several formats at the same time create weird outputs #13

Closed hchauvet closed 5 years ago

hchauvet commented 6 years ago

When you try to save your presentation in more than one format at the same time by doing like the following:

with slide():
    text('test')

save('slides.html')
save('slides.pdf')

The first output, here the html, is find. But the second one, here the pdf, shows duplicity of some modues.