Article¶
The article template consists of a title page, an optional table of contents and the body text. By default, it uses a single numbering style for all pages and the same template for even and odd pages.
- class rinoh.templates.article.Article(document_tree, configuration=None, backend=None)¶
- stylesheet¶
The stylesheet to use for styling document elements (inherited from
DocumentTemplate
)Accepts
StyleSheet
: the name of an installed style sheet or the filename of a stylesheet file (with the.rts
extension)Default:
sphinx_article
(=rinoh.stylesheets.sphinx_article
) (overridesDocumentTemplate
default)
- abstract_location¶
Where to place the abstract
Accepts
AbstractLocation
:title
,front matter
Default:
front matter
- parts¶
The parts making up this document (inherited from
DocumentTemplate
)Accepts
PartsList
: a space-separated list of document part template namesDefault:
title
front_matter
contents
(overridesDocumentTemplate
default)
- language¶
The main language of the document (inherited from
DocumentTemplate
)Accepts
Language
: the code of one of the supported languagesDefault:
EN
(English)
- strings¶
Strings to override standard element names (inherited from
DocumentTemplate
)Accepts
Strings
: strings need to be entered in INI sections named after theStringCollection
subclassesDefault:
none
- title¶
base:
None
- Type
- front_matter¶
base:
None
Overrides these defaults:
page_number_format
=continue
- Type
ArticleFrontMatter
- contents¶
base:
None
Overrides these defaults:
page_number_format
=continue
- Type
- title_page¶
base:
page
Overrides these defaults:
top_margin
=8cm
- Type
- Configuration¶
alias of
ArticleConfiguration
- ConfigurationFile¶
alias of
ArticleConfigurationFile
- class rinoh.templates.article.AbstractLocation¶
Where to place the article’s abstract
Accepts:
title
,front matter