Commit 9099b87f authored by Ilya Veselov's avatar Ilya Veselov

Update conf.py for kk 2

parent 55f7b874
...@@ -57,11 +57,18 @@ release = '1.0' ...@@ -57,11 +57,18 @@ release = '1.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
language = 'kk' language = 'ru'
latex_elements = { latex_elements = {
'babel': r'\usepackage[russian]{babel}', 'babel': r'\usepackage[russian]{babel}',
'inputenc': r'\usepackage[utf8]{inputenc}', 'inputenc': r'\usepackage[utf8]{inputenc}',
'fontenc': r'\usepackage[T2A]{fontenc}', 'fontenc': r'\usepackage[T2A]{fontenc}',
'preamble': r'''
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}
\addto\captionsrussian{\renewcommand{\figurename}{Fig.}}
\addto\captionsrussian{\renewcommand{\tablename}{Table}}
''',
} }
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment