Translate math-heavy papers
Project description
MathTranslate
English | 简体中文
This is a project to provide translation of scientific papers with heavy math symbols from any language to any language while keeping the math symbols unchanged. In most translation softwares you wouldn't be able to keep equations and it would annoy you.
The main work of this project is to translate LaTex files based on Google Translate in plain text, and finally realize the translation of pdf.
Here's an example of what you get finally.
Although it is currently a small project, we are aware that this project has received much more attention that we expected. We are planning more developments for better user experience.
Releases
Mar 24, 2023
We add the ability to directly translate arxiv papers.
Mar 21, 2023
We add tencent translation option for users with IP in China mainland.
Mar 16, 2023
We are now supporting all operating systems! Now you can install simply by pip install --upgrade mathtranslate
.
Requirements
- Python3 and pip. Anaconda is recommended.
- (For users with IP in Mainland China): Tencent Translation API account. After registration, you can get the secret ID and secret key in Tencent Console. Tencent Translate is the translation API with the highest free quota to our knowledge besides Google Translate, with a free quota of 5 million characters per month, and no fee will be deducted if there is no manual recharge (that is, there is no need to worry about misuse).
Installation
pip install --upgrade mathtranslate
Usage
- Prepare or generate a tex file. You can get the tex file by the following two ways:
- For most arxiv papers, you can download the latex source code (Download - Other formats - Source). If the file you downloaded has no suffix, in most cases it is in .tar format, you may need to add the suffix manually. After decompression you can get a latex project, and then you can translate the .tex files in it.
- Use mathpix to take a screenshot of the part you want to translate and save in a file. You can screenshot many connected paragraphs at one time, or combine multiple converted latex code into one file. Unfortunately, it's not completely free. Currently mathpix offers 100 screenshots for free (an edu email is required for registration) or 5000 screenshots for $5 per month.
- (Tencent Translate API users) run
translate_tex --setkey
to store the API ID and key. - Translate the tex file by
translate_tex input.tex -o output.tex
. - Compile your tex file. You can compile it with the texlive command
xelatex output.tex
. For Chinese you need the xeCJK package. If it is a downloaded arxiv project, we recommend compressing all files into a zip file and uploading it to overleaf for online compilation. Note, you need to set the XeLatex compiler inMenu - Compiler
, otherwise it cannot handle other languages. - You can change the default settings of the translation language and engine through the command line arguments
-engine
,-from
,-to
. For exampletranslate_tex -engine tencent input.tex -o output.tex
. You can also permanently change the setting viatranslate_tex --setdefault
. You can see more details withtranslate_tex --help
.
Examples
In the example directory, you can see main.txt
which is the mathpix output of a part of paper.pdf
. Run translate_tex main.txt
and you will get the main.tex
and main.pdf
. translated.png
is what you should expect to see in the main.pdf
.
Known Issues
- If
\begin{env} \end{env}
is reset with\newcommand
in latex, it will not be translated correctly. - There is a small probability to get something like "XMATHX_1_2" or wrong formula during translation. The accuracy rate of Tencent translation is slightly lower than that of Google translation.
Further developments
- Automatically extract images from pdf, process images in a batch and output a single translated pdf by one click!
- Reduce the number of mathpix requests by open-source techniques.
- A more user-friendly interface.
If you have any questions or have interests in making contributions, please contact me by susyustc@gmail.com or joining QQ group 288646946.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mathtranslate-2.0.1.tar.gz
.
File metadata
- Download URL: mathtranslate-2.0.1.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1523d1f643505bcac5a73f2a641ab1d68fbf71edf004b7584e39951d4b4fb344 |
|
MD5 | 7c3cec843a38329964631ba0b892e7e3 |
|
BLAKE2b-256 | 22c6a6d74930dde9cf671ddd6951739a71056e6418af4912002ba0016b7f4925 |
File details
Details for the file mathtranslate-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: mathtranslate-2.0.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f48ddce69eb3dde0f87582308b5532bc795401cda34ba3c141d1180beb1905b |
|
MD5 | 03ab9ec1ac7735ab97484c34f8f8b366 |
|
BLAKE2b-256 | d72b9800a09e42fc40cdd9c64518809ce52711ae9d42577aced0a167081bc594 |