Metadata-Version: 2.1
Name: latexexpr_efficalc
Version: 0.5.2
Summary: Module for easy LaTeX typesetting of algebraic expressions in symbolic form with automatic substitution and result computation.
Author-email: Andrew Young <youandvern@gmail.com>, Jakub Kaderka <jakub.kaderka@gmail.com>, Jan Stransky <jan.stransky.fsv.cvut.cz@gmail.com>
Project-URL: Homepage, https://github.com/youandvern/latexexpr_efficalc
Project-URL: Documentation, https://youandvern.github.io/latexexpr_efficalc
Project-URL: Issues, https://github.com/youandvern/latexexpr_efficalc/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# LaTeX Expression

The *LaTex Expression* is a python module for easy LaTeX typesetting of algebraic
expressions in symbolic form with automatic substitution and result computation.

It was originally written by Jan Stransky
from Czech Technical University, Faculty of Civil Engineering, Department of
Structural Mechanics, but the latest update was done in 2015.

It was updated and posted by Jakub Kaderka in 2022 at the forked repo.

This fork has then been modified for the application of displaying engineering 
calculations with the calculation package efficalc.

## Links
* [Documentation](https://youandvern.github.io/latexexpr_efficalc)
* [Forked Repo](https://github.com/kajusK/latexexpr)
* [Original webpage](https://mech.fsv.cvut.cz/~stransky/en/software/latexexpr/)
* [Original documentation](https://mech.fsv.cvut.cz/~stransky/software/latexexpr/doc/index.html)


## License
The project is released under [LGPL v3](https://www.gnu.org/licenses/lgpl-3.0.en.html)
