diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-07 09:06:20 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-07 09:06:20 -0800 |
commit | 8ad14d6f57ad27e3cc35c91cebd7bb5569f9bc4f (patch) | |
tree | bb1f9f6eb6812c5e628bcb31d9ca359e2f59ecea | |
parent | 6bb552c589faf7ba4888f73227710defee5673d7 (diff) | |
download | pandoc-8ad14d6f57ad27e3cc35c91cebd7bb5569f9bc4f.tar.gz |
Removed trailing whitespace in manual.
-rw-r--r-- | MANUAL.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 1434c288b..c08ed3e83 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -988,7 +988,7 @@ header when requesting a document from a URL: : Use the [`listings`] package for LaTeX code blocks. The package does not support multi-byte encoding for source code. To handle UTF-8 - you would need to use a custom template. This issue is fully + you would need to use a custom template. This issue is fully documented here: [Encoding issue with the listings package]. `-i`, `--incremental` @@ -5345,7 +5345,7 @@ the [Beamer User's Guide] may also be used: `allowdisplaybreaks`, ## Background in reveal.js and beamer -Background images can be added to self-contained reveal.js slideshows and +Background images can be added to self-contained reveal.js slideshows and to beamer slideshows. For the same image on every slide, use the configuration @@ -5353,9 +5353,9 @@ option `background-image` either in the YAML metadata block or as a command-line variable. (There are no other options in beamer and the rest of this section concerns reveal.js slideshows.) -For reveal.js, you can instead use the reveal.js-native option -`parallaxBackgroundImage`. You can also set `parallaxBackgroundHorizontal` -and `parallaxBackgroundVertical` the same way and must also set +For reveal.js, you can instead use the reveal.js-native option +`parallaxBackgroundImage`. You can also set `parallaxBackgroundHorizontal` +and `parallaxBackgroundVertical` the same way and must also set `parallaxBackgroundSize` to have your values take effect. To set an image for a particular reveal.js slide, add |