GreengagePlum / translatex

A software for the automatic translation of scientific documents written in LaTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransLaTeX

pipeline status coverage report latest release pre-commit

en fr

You'll find here the TransLaTeX project which aims to translate LaTeX source files (.tex) from one human language to another using automatic translators.

See the documentation for details on usage and installation as well as getting a dev environment ready to start contributing.

Git repository

The git repository of this project follows a clear and determined structure put forth by Vincent Driessen in his post "A successful Git branching model".

So don't be surprised by the fact that the main branch has few commits. All the development is happening on the develop branch. Before each version, everything is prepared and guaranteed functional to be merged into main branch which only has stable and complete versions.

Emoji legend

These are the meanings of the emojis used in the git commit messages. See gitmoji also.

Emoji Meaning
✨ NEW New file or feature
πŸ”§ UPDATE Update of a part of the program
πŸ”¨ CONFIG Changes in config files like makefile and doxyfile
♻️ REFACTOR Rewrite of a part of the program
πŸ› BUGFIX A bug fix
πŸ”₯ DELETION Removal of a file or a feature
πŸ“ DOC Changes in the documentation
πŸŽ‰ EPOCH The beginning of the project
πŸš€ RELEASE A new version of the program

About

A software for the automatic translation of scientific documents written in LaTeX.

License:MIT License


Languages

Language:Python 99.1%Language:Shell 0.8%Language:TeX 0.1%