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.
19 lines
505 B
19 lines
505 B
7 years ago
|
# Source and destination file names.
|
||
|
test_source = "cyrillic.txt"
|
||
|
test_destination = "cyrillic.tex"
|
||
|
|
||
|
# Keyword parameters passed to publish_file.
|
||
|
reader_name = "standalone"
|
||
|
parser_name = "rst"
|
||
|
writer_name = "latex"
|
||
|
|
||
|
# Extra setting we need
|
||
|
|
||
|
settings_overrides['hyperref_options'] = 'unicode=true'
|
||
|
settings_overrides['font_encoding'] = 'T1,T2A'
|
||
|
settings_overrides['stylesheet'] = 'cmlgc'
|
||
|
settings_overrides['language_code'] = 'ru'
|
||
|
|
||
|
# use "smartquotes" transition:
|
||
|
settings_overrides['smart_quotes'] = True
|