diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-02-20 09:34:25 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-02-20 09:40:43 -0500 |
commit | c46e796491659ec7ce786d8630e98f7bf6dc2712 (patch) | |
tree | 9402a1a869c0d2edfe77956f3abcd8e3b4c881c8 | |
parent | 705145956d8fbb77aa0a63b87d00a10660ca3279 (diff) | |
download | pandoc-c46e796491659ec7ce786d8630e98f7bf6dc2712.tar.gz |
MANUAL.txt: Add instructions for using pptx reference-docs
-rw-r--r-- | MANUAL.txt | 24 |
1 files changed, 24 insertions, 0 deletions
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 |