aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJeroen de Haas <jeroendehaas@users.noreply.github.com>2019-06-14 17:42:06 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-06-14 08:42:06 -0700
commite67f4c58f2cbe0a0fc5f73d2e726e6c0a403bbea (patch)
treedbd0a28882cf524ee32c834053f4df820675f749 /MANUAL.txt
parent2cd1c7b30f200d18f1f1bdef1671369e1ad303ed (diff)
downloadpandoc-e67f4c58f2cbe0a0fc5f73d2e726e6c0a403bbea.tar.gz
Powerpoint code formatting is now context dependent (#5573)
This commit alters the way in which the Powerpoint writer treats inline code and code blocks. - Inline code is now formatted at the same size as the surrounding text. - Code blocks are now given a margin and font size according to their level. - Furthermore this commit allows changing the font with which code is formatted via the `monofont` option. Tested in - PowerPoint 365 for Windows - 1808 (Build 10730.20344 Click-to-Run) - PowerPoint 365 for Mac - 16.26 (19060901)
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index ccc1d7db6..879bef5a9 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1557,6 +1557,15 @@ These variables change the appearance of PDF slides using [`beamer`].
`titlegraphic`
: image for title slide
+Variables for PowerPoint slide shows
+--------------------------------------
+
+These variables control the visual aspects of a slide show that are not easily
+controled via templates.
+
+`monofont`
+: font to use for code.
+
Variables for LaTeX
-------------------