diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-02-20 12:48:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-02-20 12:48:22 -0800 |
commit | d45fcf9f6dcc519a1a9e94502aa69cbc592cc5e6 (patch) | |
tree | 5db89e6618e2e2cd712fac0bd58be2e947c3969e | |
parent | 4438ff17fb2ce8a1d9991e5c530aaaf5547b7bc4 (diff) | |
parent | 8a114e941783f13fd843c6e562a8d08b96a88829 (diff) | |
download | pandoc-d45fcf9f6dcc519a1a9e94502aa69cbc592cc5e6.tar.gz |
Merge pull request #2732 from pra85/patch-2
Fix typos in Readme
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -580,7 +580,7 @@ General writer options : Include contents of *FILE*, verbatim, at the end of the document body (before the `</body>` tag in HTML, or the - `\end{document}` command in LaTeX). This option can be be used + `\end{document}` command in LaTeX). This option can be used repeatedly to include multiple files. They will be included in the order specified. Implies `--standalone`. @@ -716,7 +716,7 @@ Options affecting specific writers `-c` *URL*, `--css=`*URL* -: Link to a CSS style sheet. This option can be be used repeatedly to +: Link to a CSS style sheet. This option can be used repeatedly to include multiple files. They will be included in the order specified. `--reference-odt=`*FILE* @@ -1091,7 +1091,7 @@ Language variables in the YAML metadata, according to [BCP 47]. For example: `otherlangs: [en-GB, fr]`. This is automatically generated from the `lang` attributes - in all `span`s and `div`s but can be overriden. + in all `span`s and `div`s but can be overridden. Currently only used by LaTeX through the generated `babel-otherlangs` and `polyglossia-otherlangs` variables. The LaTeX writer outputs polyglossia commands in the text but |