luadocs/content/lua.scripts.manual/scripts/official/selection_to_pdf.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

37 lines
624 B
Markdown

---
title: selection_to_pdf
id: selection_to_pdf
weight: 110
draft: false
author: "people"
---
## Name
selection_to_pdf.lua - generate a PDF file (via Latex) containing all selected images
## Description
Generates a PDF file (via Latex) containing all selected images
This plugin will add a new exporter that will allow you to generate the pdf file
Plugin allows you to choose how many thumbnails you need per row
## Usage
* require this file from your main lua config file:
## Additional Software Required
* a PDF-Viewer
* pdflatex (Latex)
## Limitations
## Author
Jérémy Rosen & Pascal Obry
## Change Log