Простой генератор LaTeX
Project description
LaTeX Generator
Простая библиотека для генерации LaTeX кода.
Установка
pip install latex-generator-itmo-kulyaskin
Использование
Генерация таблиц
from latex_generator import generate_table
data = [
["Имя", "Возраст", "Город"],
["Иван", "25", "Москва"],
["Мария", "30", "Санкт-Петербург"]
]
latex_table = generate_table(
data,
caption="Пример таблицы с данными пользователей",
label="tab:users"
)
print(latex_table)
Генерация изображений
from latex_generator import generate_image
latex_image = generate_image(
"cat.png",
caption="Котик",
label="fig:cat",
width="0.8\\textwidth"
)
print(latex_image)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file latex_generator_itmo_kulyaskin-0.1.0.tar.gz.
File metadata
- Download URL: latex_generator_itmo_kulyaskin-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.5 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fbd16c5e84d3d39c0afdb1806043930e59096baf7b4a2e09e9763d885245235
|
|
| MD5 |
48c5fd7b0cdaaefe2ad7fc557a742dbe
|
|
| BLAKE2b-256 |
c704243cf2cd2bc9027504909fe0ecfd1eb35d4f6d9f879de72077a871e068a9
|
File details
Details for the file latex_generator_itmo_kulyaskin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: latex_generator_itmo_kulyaskin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.5 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6000b13b9023277cc3fb823b9bffa18a36016cc5386b81e8a4324f20482f6a8
|
|
| MD5 |
e2344df953d1ff3434668fcb05293e94
|
|
| BLAKE2b-256 |
421cb2987e61208b1004570b24a8b64390c916852b2c230dda679e9b7b9a5ba1
|