Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A couple of minor suggestions #3

Open
Ivanx32 opened this issue Aug 9, 2020 · 0 comments
Open

A couple of minor suggestions #3

Ivanx32 opened this issue Aug 9, 2020 · 0 comments

Comments

@Ivanx32
Copy link

Ivanx32 commented Aug 9, 2020

  1. Perhaps googletrans library can simpify the process. You do not have to translate each part the original document and then combine translations.

  2. 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)
  1. Paste the code into .tex file:
    \usepackage[utf8]{inputenc}
    \usepackage[russian]{babel}
    for Russian (or other) language support or mention about this in Readme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant