MathTranslate icon indicating copy to clipboard operation
MathTranslate copied to clipboard

translate scientific papers in latex, especially arxiv papers

Results 23 MathTranslate issues
Sort by recently updated
recently updated
newest added

case: 2307.08423 all the \input subdocs are NOT translated ![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/b3982dfd-5c5d-4781-b019-463653ee5cda)

![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/75c4a054-7c4f-4b3b-8d9c-c3ecce11bdd4)

2307.02275 totally uncompilable ^_^

2311.00636 ![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/90a95e45-ca7a-49c1-8a2e-45efbb15f40a) ![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/bee243f3-933e-4f03-8f26-bc4b56e24bdc)

case: 1905.05067v1 ![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/1410bcfc-d92f-484a-b91a-5fcf19f3ce39) ![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/4df6d576-f8f3-435d-84c1-4473ee3c733c)

![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/897ecd09-721a-4678-a43e-c69cb727f8a5) case: 2311.09263

![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/433698b0-5d18-4810-8e08-fcfcfc443c7a) ![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/9a67433b-8e22-49eb-bce6-356d6f9ce7e0) case: 2311.12023

e.g., do not translate LLM to 法学硕士. Leave it as LLM. e.g., do not Transformer LLM to 变压器. Leave it as Transformer.

![image](https://github.com/SUSYUSTC/MathTranslate/assets/4511865/3e10a233-8673-48ed-9306-8b58b252812b) ```python def merge_complete(tex): ''' for replace all \input commands by the file content ''' path = f'{tex}.tex' dirname = os.path.dirname(path) encoding = get_file_encoding(path) content = open(path, encoding=encoding).read() content =...

Step to reproduce the behavior 1. http://mathtranslate.xyz/ Arxiv ID: 2302.06873 2. result PDF generation failed. Please try on Overleaf. 3. I am not familiar with the syntax of latex, please...