diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-05 13:28:41 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-05 13:28:41 +0000 |
| commit | f30083b6f50983e0df26b7775134ccfc715f8a48 (patch) | |
| tree | 8ed8e52733199382991bfc3f46600ad240397e09 /docutils/docs/user | |
| parent | fc9a9ba5f36972dfcfe0fe40585318af45f68f6f (diff) | |
| download | docutils-f30083b6f50983e0df26b7775134ccfc715f8a48.tar.gz | |
load cmap.sty and fixltx2e.sty in the default template
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6152 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/docutils-05-compat.sty.txt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docutils/docs/user/docutils-05-compat.sty.txt b/docutils/docs/user/docutils-05-compat.sty.txt index 805b9a138..b8eaaac19 100644 --- a/docutils/docs/user/docutils-05-compat.sty.txt +++ b/docutils/docs/user/docutils-05-compat.sty.txt @@ -91,6 +91,11 @@ __ ../ref/rst/directives.html#document-header-footer * Two-way hyperlinked footnotes and support for symbol footnotes and ``--footnote-references=brackets`` with ``--use-latex-footnotes``. +* The packages `fixltx2e` (providing LaTeX patches and the \textsubscript + command) and `cmap` (including character maps in the generated PDF for + better search and copy-and-paste operations) are now always loaded + (configurable with custom templates_). + Backwards compatibility: "Bug for bug compatibility" is not provided. @@ -110,7 +115,6 @@ Backwards compatibility: Changes do not affect the output. - LaTeX style sheets ------------------ @@ -243,10 +247,11 @@ Font encoding ------------- New feature: - Do not mix font-encoding and font settings: do not load `ae` and `aeguill` - unless explicitely required via the ``--stylesheet`` option. + Do not mix font-encoding and font settings: do not load the obsolete + `ae` and `aeguill` packages unless explicitely required via the + ``--stylesheet`` option. - :font-encoding = "": do not load `ae` and `aeguill` packages, i.e. + :font-encoding = "": do not load `ae` and `aeguill`, i.e. * do not change font settings, * do not use the fontenc package @@ -457,6 +462,7 @@ with version 0.5:: \usepackage{shortvrb} \usepackage{amsmath} + Packages that are conditionally loaded `````````````````````````````````````` |
