TeXtation is a tool that converts text prompts into ready-to-use LaTeX. It simplifies the process of generating LaTeX code from textual inputs.
- Convert natural language text prompts into LaTeX code with a single click.
- Powered by the advanced capabilities of GPT.
- Copy the LaTeX output directly to the clipboard.
- Dark theme for a pleasant user experience.
To install TeXtation, you can use pip:
pip install TeXtation
After installation, you can start the application using the following command:
textation
- Upon first usage, enter your GPT API key in the Settings menu.
- Enter your prompt, using natural language, in the input field.
- Click on "Convert" to get the LaTeX output.
- Use the "Copy to Clipboard" button to easily copy the output.
- Python 3.11 or newer.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Ensure to update tests as appropriate.