# PyLaTeX **Repository Path**: sieding/PyLaTeX ## Basic Information - **Project Name**: PyLaTeX - **Description**: 从https://github.com/JelteF/PyLaTeX导入的 PyLaTeX 是一个 用 Python 编写、用于生成 LaTeX 源代码的开源库,它允许你通过面向对象的方式构建 LaTeX 文档,而无需手动拼接字符串或管理复杂的 .tex 语法。特别适合自动化生成技术报告、实验记录、证书、发票、论文附录等结构化文档。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-27 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PyLaTeX |Actions| |License| |PyPi| |Latest Docs| ============================================================== PyLaTeX is a Python library for creating and compiling LaTeX files or snippets. The goal of this library is being an easy, but extensible interface between Python and LaTeX. Installation ------------ Simply install using ``pip``:: pip install pylatex And then install a relevant LaTeX processor and other dependencies. Examples: Ubuntu ~~~~~~~ sudo apt-get install texlive-pictures texlive-science \ texlive-latex-extra latexmk Documentation ------------- - For more details on how to use the library take a look at `the documentation `__. Contributing ------------ Read the `How to contribute `__ page for tips and rules when you want to contribute. Examples -------- The documentation contains a lot of examples that show the functionality. To give an impression of what can be generated see this picture: .. figure:: https://raw.github.com/JelteF/PyLaTeX/master/docs/source/_static/screenshot.png :alt: Generated PDF by PyLaTeX Copyright and License --------------------- Copyright 2014 Jelte Fennema, under `the MIT license `__ .. |Actions| image:: https://github.com/JelteF/PyLaTeX/actions/workflows/ci.yml/badge.svg :target: https://github.com/JelteF/PyLaTeX/actions/workflows/ci.yml .. |License| image:: https://img.shields.io/github/license/jeltef/pylatex.svg :target: https://github.com/JelteF/PyLaTeX/blob/master/LICENSE .. |PyPi| image:: https://img.shields.io/pypi/v/pylatex.svg :target: https://pypi.python.org/pypi/PyLaTeX .. |Latest Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat :target: https://jeltef.github.io/PyLaTeX/latest/