diff options
| -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). |
