diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-01 14:32:27 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-01 14:32:27 -0800 |
| commit | 4e30f24974a2aa698afcb7b3e639030c816e0a41 (patch) | |
| tree | ddc3074827e0bb5e3ba94808f6b1eb4460d37af3 /README | |
| parent | da8425598a8ab4a98388e8ee346a2ae7ec540aa0 (diff) | |
| download | pandoc-4e30f24974a2aa698afcb7b3e639030c816e0a41.tar.gz | |
EPUB writer: Allow `lang` variable to set language in metadata.
Defaults to locale language if `lang` is not set.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -418,9 +418,10 @@ Options By default, pandoc will include the following metadata elements: `<dc:title>` (from the document title), `<dc:creator>` (from the - document authors), `<dc:language>` (from the locale), and - `<dc:identifier id="BookId">` (a randomly generated UUID). Any of - these may be overridden by elements in the metadata file. + document authors), `<dc:language>` (from the `lang` variable, or, + if is not set, the locale), and `<dc:identifier id="BookId">` (a + randomly generated UUID). Any of these may be overridden by elements + in the metadata file. `-D` *FORMAT*, `--print-default-template=`*FORMAT* : Print the default template for an output *FORMAT*. (See `-t` |
