You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
539 B
16 lines
539 B
7 years ago
|
# Source and destination file names.
|
||
|
test_source = "cyrillic.txt"
|
||
|
test_destination = "xetex-cyrillic.tex"
|
||
|
|
||
|
# Keyword parameters passed to publish_file.
|
||
|
writer_name = "xetex"
|
||
|
|
||
|
# Settings
|
||
|
settings_overrides['language_code'] = 'ru'
|
||
|
# Override the automatic addition of "unicode" option for "russian"
|
||
|
# language to work around a problem with cyrillic in PDF-bookmarks in
|
||
|
# hyperref versions < v6.79g 2009/11/20
|
||
|
settings_overrides['hyperref_options'] = 'unicode=false'
|
||
|
# use "smartquotes" transition:
|
||
|
settings_overrides['smart_quotes'] = True
|