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 | 00dba22a0d6726b50de1c9ec4f4a3cebcb8b0a7e (patch) | |
| tree | 5dba50864182ab05805725ea69c5ecd00bedd151 | |
| parent | f06b0a1e0b0fd2ee22a7fc89dfde7ab5c126fab7 (diff) | |
| download | docutils-0.14rc1.tar.gz | |
Spelling fixesdocutils-0.14rc1
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.14rc1@8093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | HISTORY.txt | 4 | ||||
| -rw-r--r-- | RELEASE-NOTES.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY.txt b/HISTORY.txt index 11b1e8e3d..cf6fb53ac 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -824,7 +824,7 @@ Release 0.6 (2009-10-11) - LaTeX packages can be used as ``--stylesheet`` arguments without restriction. (A style sheet is now referenced with the ``\usepackage`` command, if it ends with ``.sty`` or has no extension.) - - Add ``bp`` to lenghts without unit (prevents LaTex errors). + - Add ``bp`` to lengths without unit (prevents LaTex errors). - Correctly write length unit ``pt`` as ``bp`` in LaTeX. - Do not convert ``px`` to ``pt`` (``px`` is supported by pdfTeX since 2005-02-04 as a configurable length unit). @@ -860,7 +860,7 @@ Release 0.6 (2009-10-11) (``--figure-footnotes, --figure-citations, --link-stylesheet``, ``--use-docutils-toc, --use-docutils-docinfo, --topic-abstract``) - New 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). diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 0d52cc063..2ac6c5c8c 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -436,7 +436,7 @@ Release 0.6 (2009-10-11) * LaTeX2e writer: - New 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). - Float placement defaults to "here definitely" (configurable). |
