You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps googletrans library can simpify the process. You do not have to translate each part the original document and then combine translations.
I think in some cases automatic fixing of translated tokens is possible:
[2.77 ] // extra space; very often case
{2.353] // different barackets
[2,223] // comma instead of dot; as far as I understand, already supported
[2238] // missing dot; (I'm not absolutely sure on this case)
Paste the code into .tex file: \usepackage[utf8]{inputenc} \usepackage[russian]{babel}
for Russian (or other) language support or mention about this in Readme.
The text was updated successfully, but these errors were encountered:
Perhaps googletrans library can simpify the process. You do not have to translate each part the original document and then combine translations.
I think in some cases automatic fixing of translated tokens is possible:
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}
for Russian (or other) language support or mention about this in Readme.
The text was updated successfully, but these errors were encountered: