This is the README for my extension "SuggestTeX". The SuggestTeX extension is designed to handle calculations of LaTeX-formatted mathematical expressions. Currently, it supports calculations involving the \SI{}{}
command, with plans for expanding functionality to include more commands in the future.
The SuggestTeX extension allows users to perform calculations on LaTeX-formatted mathematical expressions within VSCode. As of now, it supports the \SI{}{}
command. Stay tuned for more updates that will include support for additional LaTeX commands.
Before using the extension, please ensure that you have the following prerequisites installed and configured:
- Python installed on your system.
- Running the
python server.py
command prior to executing any calculations.
At the moment, the extension does not add any specific VS Code settings through the contributes.configuration
extension point.
There are currently no known issues. If you encounter any problems while using the SuggestTeX extension, please report them to the development team.
- Initial release supporting the
\SI{}{}
command for LaTeX calculations.
Thank you for using!