diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-11-04 09:27:41 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-11-04 09:27:41 +0000 |
| commit | 5d8bc3d69391c3f89b50622bbe71a00daa926dac (patch) | |
| tree | 04763009b0c56714b5295ef320189a35690a13a9 /docs/ref | |
| parent | d8338cfa05d569fe416fb464188d39eeb68abea0 (diff) | |
| download | docutils-5d8bc3d69391c3f89b50622bbe71a00daa926dac.tar.gz | |
Document docinfo transform of "author paragraphs".
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8193 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/rst/restructuredtext.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt index 31aea867d..9421d8bd8 100644 --- a/docs/ref/rst/restructuredtext.txt +++ b/docs/ref/rst/restructuredtext.txt @@ -916,9 +916,10 @@ doctree elements are as follows: - "Abstract": topic. The "Authors" field may contain either: a single paragraph consisting -of a list of authors, separated by ";" or ","; or a bullet list whose -elements each contain a single paragraph per author. ";" is checked -first, so "Doe, Jane; Doe, John" will work. In some languages +of a list of authors, separated by ";" or "," (";" is checked first, +so "Doe, Jane; Doe, John" will work.); multiple paragraphs (one per +author); or a bullet list whose elements each contain a single +paragraph per author. In some languages (e.g. Swedish), there is no singular/plural distinction between "Author" and "Authors", so only an "Authors" field is provided, and a single name is interpreted as an "Author". If a single name contains @@ -2506,7 +2507,7 @@ following terms are recognized as containing inline markup strings: No escaping is required inside the following inline markup examples: - ``*2 * x *a **b *.txt*`` (breaks rule 2; renders as "*2 * x *a **b *.txt*") -- ``*2*x a**b O(N**2) e**(x*y) f(x)*f(y) a*(1+2)*`` +- ``*2*x a**b O(N**2) e**(x*y) f(x)*f(y) a*(1+2)*`` (breaks rule 7; renders as "*2*x a**b O(N**2) e**(x*y) f(x)*f(y) a*(1+2)*") It may be desirable to use `inline literals`_ for some of these anyhow, |
