diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
| commit | 714fa12a7be85d81c7ac22b1cf15ae5b4a34777d (patch) | |
| tree | 64db6f9f7d376c696a02f37e1cd58b6be03e3d0b /docs/user | |
| parent | 6677c45fc8fe2d855051a302c0d676d24ab43e26 (diff) | |
| download | docutils-0.10.tar.gz | |
Spelling fixesdocutils-0.10
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.10@8093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/docutils-05-compat.sty.txt | 10 | ||||
| -rw-r--r-- | docs/user/rst/quickref.html | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/user/docutils-05-compat.sty.txt b/docs/user/docutils-05-compat.sty.txt index c40af374f..70078521e 100644 --- a/docs/user/docutils-05-compat.sty.txt +++ b/docs/user/docutils-05-compat.sty.txt @@ -109,7 +109,7 @@ Backwards compatibility: New configuration setting defaults ---------------------------------- -- font-encoding: "T1" (formerly implicitely set by 'ae'). +- font-encoding: "T1" (formerly implicitly set by 'ae'). - use-latex-toc: true (ToC with page numbers). - use-latex-footnotes: true (no mixup with figures). @@ -273,14 +273,14 @@ Font encoding New feature: Do not mix font-encoding and font settings: do not load the obsolete - `ae` and `aeguill` packages unless explicitely required via the + `ae` and `aeguill` packages unless explicitly required via the ``--stylesheet`` option. :font-encoding = "": do not load `ae` and `aeguill`, i.e. * do not change font settings, * do not use the fontenc package - (implicitely loaded via `ae`), + (implicitly loaded via `ae`), * use LaTeX default font encoding (OT1) :font-encoding = "OT1": load `fontenc` with ``\usepackage[OT1]{fontenc}`` @@ -492,7 +492,7 @@ Standard package for tables across several pages:: \usepackage{longtable} Extra space between text in tables and the line above them -('array' is implicitely loaded by 'tabularx', see below):: +('array' is implicitly loaded by 'tabularx', see below):: \usepackage{array} \setlength{\extrarowheight}{2pt} @@ -551,7 +551,7 @@ Removed definitions admonition width ^^^^^^^^^^^^^^^^ -The ``admonitionwith`` lenght is replaced by the more powerful +The ``admonitionwith`` length is replaced by the more powerful ``\DUadmonition`` command (see admonitions_). Backwards compatibility: diff --git a/docs/user/rst/quickref.html b/docs/user/rst/quickref.html index 05db15f54..8786f8465 100644 --- a/docs/user/rst/quickref.html +++ b/docs/user/rst/quickref.html @@ -1222,11 +1222,11 @@ A transition marker is a horizontal line <td> <samp>Titles are targets, too</samp> <br><samp>=======================</samp> - <br><samp>Implict references, like `Titles are</samp> + <br><samp>Implicit references, like `Titles are</samp> <br><samp>targets, too`_.</samp> <td> <font size="+2"><strong><a name="title">Titles are targets, too</a></strong></font> - <p>Implict references, like <a href="#title">Titles are + <p>Implicit references, like <a href="#title">Titles are targets, too</a>. </table> |
