blob: 6f47f15554e4a03133222405bc0eb47a9f94cb99 (
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_verbatimtab.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': 'verbatimtab',
}
|