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

# Keyword parameters passed to publish_file()
writer_name = "xetex"
settings_overrides = {
    'language_code': 'ru',
    # use "smartquotes" transition:
    'smart_quotes': True,
    'legacy_column_widths': True,
    'use_latex_citations': False,
    }