diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-02-18 23:09:23 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-02-18 23:09:23 +0000 |
| commit | 9c618a223385cb2c65d2ed955a3d00a21509a561 (patch) | |
| tree | 65650225ee2a0a706d36a5ed5de4dd9633a5efae /docutils/docs | |
| parent | 270737036e1c5f1f61b5853931a4ce840f4c8117 (diff) | |
| download | docutils-9c618a223385cb2c65d2ed955a3d00a21509a561.tar.gz | |
Small documentation update.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8625 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/user/html.txt | 15 | ||||
| -rw-r--r-- | docutils/docs/user/latex.txt | 5 |
2 files changed, 10 insertions, 10 deletions
diff --git a/docutils/docs/user/html.txt b/docutils/docs/user/html.txt index 0efd11f5f..16462cbe5 100644 --- a/docutils/docs/user/html.txt +++ b/docutils/docs/user/html.txt @@ -95,14 +95,14 @@ html5_polyglot The ``html5_polyglot`` writer generates `polyglot HTML`_ [#]_ output, valid XML [#safetext]_ that is compatible with `HTML5`_. New features and elements -will only be used if they are widely supported to make documents `viewable -with any browser`_. +are used if they are widely supported. -There is no hard-coded formatting information in the HTML document. Correct -rendering of elements not directly supported by HTML depends on a CSS_ style -sheet. The provided style sheets minimal.css_ and plain.css_ define required -and optional styling rules respectively. Adaption of the layout is possible -with `custom style sheets`_. [#safetext]_ +There is no hard-coded formatting information in the HTML document. +Correct rendering of elements not directly supported by HTML depends +on a CSS_ style sheet. The provided style sheet minimal.css_ defines +required and styling rules, plain.css_ and responsive.css_ add +optional rules for better legibility. Adaption of the layout is +possible with `custom style sheets`_. [#safetext]_ New in Docutils 0.13 @@ -114,6 +114,7 @@ New in Docutils 0.13 .. _[html5 writer]: config.html#html5-writer .. _minimal.css: ../../docutils/writers/html5_polyglot/minimal.css .. _plain.css: ../../docutils/writers/html5_polyglot/plain.css +.. _responsive.css: ../../docutils/writers/html5_polyglot/responsive.css .. _custom style sheets: ../howto/html-stylesheets.html .. _viewable with any browser: http://www.anybrowser.org/campaign .. _Benefits of polyglot XHTML5: http://xmlplease.com/xhtml/xhtml5polyglot/ diff --git a/docutils/docs/user/latex.txt b/docutils/docs/user/latex.txt index ac38c3e64..fdcae4e41 100644 --- a/docutils/docs/user/latex.txt +++ b/docutils/docs/user/latex.txt @@ -152,7 +152,7 @@ _`rubber` This includes processing bibliographic references or indices, as well as compilation or conversion of figures. -__ https://launchpad.net/rubber/ +__ https://gitlab.com/latex-rubber/rubber/ Configuration @@ -1967,8 +1967,7 @@ This can be solved with the "unicode" hyperref_option_ setting:: --hyperref-option=unicode (works also with non-unicode input/output encoding (e.g. "koi8r" or -"latin1"). Newer versions of hyperref default to "unicode=true" if the -document language is "russian". +"latin1"). Newer versions of hyperref default to "unicode=true". .. _hyperref_option: config.html#stylesheet-latex-writers |
