diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-11-30 08:10:35 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-11-30 08:10:35 +0000 |
| commit | 84e53fb3fe0e6875e67515cbb0e04a13d6f86120 (patch) | |
| tree | 2d66f8ff78b1ccda04feb8857361f4fd40b387c3 /docutils/docs/api | |
| parent | c1b2f204609c203e6c8dd998413a57c4fadf3123 (diff) | |
| download | docutils-84e53fb3fe0e6875e67515cbb0e04a13d6f86120.tar.gz | |
New ``latex_preamble`` setting, PDF standard fonts as default.
Use Times/Helvetica/Courier (the PDF standard fonts) as default fonts.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6204 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/api')
| -rw-r--r-- | docutils/docs/api/publisher.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docutils/docs/api/publisher.txt b/docutils/docs/api/publisher.txt index 60f322927..54e6e4b6c 100644 --- a/docutils/docs/api/publisher.txt +++ b/docutils/docs/api/publisher.txt @@ -312,12 +312,6 @@ docinfo 'dedication' and 'abstract' are always moved to separate parts. -.. footer - ``parts['footer']`` contains the document footer content, meant to - appear at the bottom of every printed page. - It is not used in the standard template but can be in a custom template - to define running heads/foots. - fallbacks ``parts['fallbacks']`` contains fallback definitions for Docutils-specific commands and environments. @@ -326,6 +320,10 @@ head_prefix ``parts['head_prefix']`` contains the declaration of documentclass and document options. +latex_preamble + ``parts['latex_preamble']`` contains the argument of the + ``--latex-preamble`` option. + pdfsetup ``parts['pdfsetup']`` contains the PDF properties ("hyperref" package setup). |
