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

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