From 4e30f24974a2aa698afcb7b3e639030c816e0a41 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 1 Jan 2012 14:32:27 -0800 Subject: EPUB writer: Allow `lang` variable to set language in metadata. Defaults to locale language if `lang` is not set. --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 5b4de3942..177b40ada 100644 --- a/README +++ b/README @@ -418,9 +418,10 @@ Options By default, pandoc will include the following metadata elements: `` (from the document title), `` (from the - document authors), `` (from the locale), and - `` (a randomly generated UUID). Any of - these may be overridden by elements in the metadata file. + document authors), `` (from the `lang` variable, or, + if is not set, the locale), and `` (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` -- cgit v1.2.3