summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/docutils-05-compat.sty.txt10
-rw-r--r--docs/user/rst/quickref.html4
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&nbsp;are&nbsp;targets,&nbsp;too</samp>
<br><samp>=======================</samp>
- <br><samp>Implict&nbsp;references,&nbsp;like&nbsp;`Titles&nbsp;are</samp>
+ <br><samp>Implicit&nbsp;references,&nbsp;like&nbsp;`Titles&nbsp;are</samp>
<br><samp>targets,&nbsp;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>