Metadata-Version: 2.2
Name: latex_generator_lilyreber
Version: 0.2
Summary: A library for generating LaTeX code.
Author-email: Liliia Imamutdinova <lilyreber404@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# LaTeX Generator

A Python module for generating LaTeX documents, tables and images dynamically.

* `generate_doc` -- generates a LaTeX document with the specified content blocks, document class, and packages.
* `generate_table` -- generates a LaTeX table from a 2D list.
* `generate_image`--  generates LaTeX code for embedding an image using the provided file path.

