luadocs/content/lua.scripts.manual/scripts/contrib/pdf_slideshow.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

828 B

title id weight draft author
pdf_slideshow pdf_slideshow 240 false people

Name

pdf_slideshow.lua - generate a pdf slideshow

Description

Generates a PDF slideshow (via Latex) containing all selected images one per slide.

Usage

  • require this file from your main lua config file:

This plugin will add a new exporter that will allow you to generate a pdf slideshow. The interface will let you add:

  • a global title for the slideshow (prefix in all slide label)
  • a delay for the transition between each slide

Each slide will contain a single picture with a label at the bottom with the format (all fields can be the empty string):

/ /

Additional Software Required

  • a PDF-Viewer
  • pdflatex (Latex)

Limitations

Author

Pascal Obry