From c46e796491659ec7ce786d8630e98f7bf6dc2712 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Tue, 20 Feb 2018 09:34:25 -0500 Subject: MANUAL.txt: Add instructions for using pptx reference-docs --- MANUAL.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index b912d6bd1..4766acb5f 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -962,6 +962,30 @@ Options affecting specific writers LibreOffice, modify the styles as you wish, and save the file. + PowerPoint + + : Any template included with a recent install of Microsoft + PowerPoint (either with `.pptx` or `.potx` extension) should + work, as will most templates derived from these: + + The specific requirement is that the template should contain + the following four layouts as its first four layouts: + + 1. Title Slide + 2. Title and Content + 3. Section Header + 4. Two Content + + All templates included with a recent version of MS PowerPoint + will fit these criteria. (You can click on `Layout` under the + `Home` menu to check.) + + You can also modify the default `reference.pptx`: first run + `pandoc --print-default-data-file reference.pptx > + custom-reference.pptx`, and then modify + `custom-reference.pptx` in MS PowerPoint (pandoc will use the + first four layout slides, as mentioned above). + `--epub-cover-image=`*FILE* : Use the specified image as the EPUB cover. It is recommended -- cgit v1.2.3