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 | 4dc9ca88f0dd1933bea2b3a40eeead81f0489292 (patch) | |
| tree | 896aad9e7ee1ef9cc7c38276ee3361f2ce0627a7 /docs | |
| parent | 026f9e9d60a28bae29d140de642e091b944eeb77 (diff) | |
| download | docutils-4dc9ca88f0dd1933bea2b3a40eeead81f0489292.tar.gz | |
load cmap.sty and fixltx2e.sty in the default template
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6152 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/docutils-05-compat.sty.txt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/user/docutils-05-compat.sty.txt b/docs/user/docutils-05-compat.sty.txt index 805b9a138..b8eaaac19 100644 --- a/docs/user/docutils-05-compat.sty.txt +++ b/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 `````````````````````````````````````` |
