4.8. sphinx.builders.latex

LaTeX builder.

copyright:Copyright 2007-2016 by the Sphinx team, see AUTHORS.
license:BSD, see LICENSE for details.

4.8.1. Functions

bold(text)
copyfile(source, dest) Copy a file and its modification times, if possible.
darkgreen(text)
inline_all_toctrees(builder, docnameset, ...) Inline all toctrees in the tree.
iteritems(d, **kw) Return an iterator over the (key, value) pairs of a dictionary.
new_document(source_path[, settings]) Return a new empty document object.

4.8.2. Classes

Builder(app) Builds target formats from the reST sources.
FileOutput([destination, destination_path, ...]) Output for single, simple file-like objects.
LaTeXBuilder(app) Builds LaTeX output to create PDF.
LaTeXWriter(builder)
OptionParser([components, defaults, ...]) Parser for command-line and library use.

4.8.3. Exceptions

NoUri Raised by get_relative_uri if there is no URI available.
SphinxError Base class for Sphinx errors that are shown to the user in a nicer way than normal exceptions.