Fix literal use of babel shorthands (straight quote, tilde, ...).
[docutils.git] / test / functional / tests / xetex_cyrillic.py
blob7cc0533c6666d508170a51f6a6d60eb8fbab53ea
1 # Source and destination file names.
2 test_source = "cyrillic.txt"
3 test_destination = "xetex-cyrillic.tex"
5 # Keyword parameters passed to publish_file.
6 writer_name = "xetex"
8 # Settings
9 settings_overrides['language_code'] = 'ru'
10 # Override the automatic addition of "unicode" option for "russian"
11 # language to work around a problem with cyrillic in PDF-bookmarks in
12 # hyperref versions < v6.79g 2009/11/20
13 settings_overrides['hyperref_options'] = 'unicode=false'
14 # use "smartquotes" transition:
15 settings_overrides['smart_quotes'] = True