summaryrefslogtreecommitdiff
path: root/docs/api/publisher.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-06-19 10:14:43 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-06-19 10:14:43 +0000
commit005da2ea1ffdcd72cf0867fdaef84162b68d66f0 (patch)
tree2932f49b7dd5ddcbd47d989869ce9d929d610bbb /docs/api/publisher.txt
parent9e2c01198cebaf64c10ca5d93b22cc4eb884bbc6 (diff)
downloaddocutils-005da2ea1ffdcd72cf0867fdaef84162b68d66f0.tar.gz
Fix rst syntax and spurious whitespace
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@5994 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/api/publisher.txt')
-rw-r--r--docs/api/publisher.txt20
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/api/publisher.txt b/docs/api/publisher.txt
index d614e582d..3fa208d05 100644
--- a/docs/api/publisher.txt
+++ b/docs/api/publisher.txt
@@ -272,31 +272,29 @@ The S5/HTML writer provides the same parts as the `HTML writer`_.
Parts Provided by the LaTeX2e Writer
````````````````````````````````````
-__`head_prefix`
+head_prefix
``parts['head_prefix']`` contains the first part of the LaTeX preamble:
LaTeX document class, required packages and setup before the stylesheet
inclusion.
-
-__`stylesheet`
+
+stylesheet
``parts['stylesheet']`` contains the embedded stylesheet(s) or
stylesheet loading command(s).
-__`head`
+head
``parts['head']`` contains the part of the LaTeX preamble following
the stylesheet(s): fallback definitions for Docutils-specific commands,
- PDF hyperlink setup and title metadata (if present).
+ PDF hyperlink setup and title metadata (if present).
-__`body_prefix`
+body_prefix
``parts['body_prefix']`` contains the LaTeX ``\begin{document}`` and
- the title page or ``\maketitle`` (in titled documents).
+ the title page or ``\maketitle`` (in titled documents).
-__`body`
+body
``parts['body']`` contains the LaTeX document content, less
the ``\begin{document}`` and ``\end{document}`` tags themselves, i.e.
the part that can be included into another LaTeX document body using
``\input{}``.
-__`body_suffix`
+body_suffix
``parts['body_suffix']`` contains the LaTeX ``\end{document}``.
-
-