diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-01-13 21:09:13 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-01-13 21:09:13 +0000 |
| commit | 7f86d2b37ae653c213aa418f6a78af9bd52d4c0e (patch) | |
| tree | d6109ca0adbc9034577601a34fe7aba32676c76c /docs/user | |
| parent | d2b56f2c02f80ed68917ff1219c8ae0e44654b39 (diff) | |
| download | docutils-7f86d2b37ae653c213aa418f6a78af9bd52d4c0e.tar.gz | |
Various minor documentation edits.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7933 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/html.txt | 7 | ||||
| -rw-r--r-- | docs/user/latex.txt | 6 | ||||
| -rw-r--r-- | docs/user/links.txt | 10 |
3 files changed, 13 insertions, 10 deletions
diff --git a/docs/user/html.txt b/docs/user/html.txt index ee23b4655..c09c872a2 100644 --- a/docs/user/html.txt +++ b/docs/user/html.txt @@ -157,8 +157,9 @@ html Currently, `html` is an alias for the html4css1_ writer. -Suggestion - The alias `html` points to the "recommended Docutils HTML writer". +.. admonition:: Suggestion + + Let the alias `html` point to the "recommended Docutils HTML writer". Its target may change with the development of HTML, browsers, Docutils, and the web. @@ -242,7 +243,7 @@ strict requirements of `XHTMLÂ 1.1`_: * There is no attribute "lang" (only "xml:lang"). -* Enumerated lists don't support the 'start' attribute. +* Enumerated lists don't support the "start" attribute. The style sheet xhtml11.css_ adds support for a "start" value for enumerated lists via a CSS-counter. This allows also nested enumeration. diff --git a/docs/user/latex.txt b/docs/user/latex.txt index 55fe9f6ea..d2e27c59a 100644 --- a/docs/user/latex.txt +++ b/docs/user/latex.txt @@ -856,7 +856,7 @@ b) CM-Super_ is another outline CM replacement. -1 said to be of inferior quality compared to LM. -2 not part of a minimal standard TeX installation, - even bigger download size than Latin Modern. + even bigger download size than Latin Modern (64 MB). c) `Bera`_ (Bitstream Vera) @@ -938,10 +938,12 @@ d) PSNFSS_ Postscript fonts charter Charter utopia Utopia + + fourier Utopia Fourier ========= ============ ============= ============= ========= .. [#] Extended versions of the standard Postscript fonts including - accented chars, Greek and Cyrillic as well as real small-caps + accented chars, as well as real small-caps and old-style numbers are available with the `TeX Gyre`_ bundle which is part of, e.g., `TeX Live`_. diff --git a/docs/user/links.txt b/docs/user/links.txt index c60c6d797..c7b8bfac7 100644 --- a/docs/user/links.txt +++ b/docs/user/links.txt @@ -150,11 +150,7 @@ website generators and HTML variants .. [#] see http://sphinx-doc.org/config.html#options-for-epub-output .. _Sphinx: http://sphinx.pocoo.org/ -* Sphinx_ based static blogging Tinkerer_ - - .. _Tinkerer: http://tinkerer.me/ - -* Nikola_ static site generator, use restructured text by +* Nikola_ static site generator, uses restructured text by default. .. _nikola: http://getnikola.com/ @@ -164,6 +160,10 @@ website generators and HTML variants .. _pelican: http://docs.getpelican.com +* tinkerer_ is a static bloggin framework based on Sphinx_. + + .. _tinkerer: http://tinkerer.me + * rst2ht_ by Oliver Rutherfurd, converts reStructuredText to an .ht template, for use with ht2html_. |
