summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/latex_literal_block_verbatim.py
blob: 2c606bc0a38c4659c689ffaea155bdd252306cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Source and destination file names
test_source = "latex_literal_block.txt"
test_destination = "latex_literal_block_verbatim.tex"

# Keyword parameters passed to publish_file()
writer_name = "latex"
settings_overrides = {
    'stylesheet': 'docutils',
    'legacy_column_widths': True,
    'use_latex_citations': False,
    'literal_block_env': 'verbatim',
    }