Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JelteF/PyLaTeX
A Python library for creating LaTeX files
https://github.com/JelteF/PyLaTeX
Last synced: 14 days ago
JSON representation
A Python library for creating LaTeX files
- Host: GitHub
- URL: https://github.com/JelteF/PyLaTeX
- Owner: JelteF
- License: mit
- Created: 2014-01-15T14:52:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T20:19:05.000Z (4 months ago)
- Last Synced: 2024-10-03T09:24:45.010Z (about 1 month ago)
- Language: Python
- Homepage: https://jeltef.github.io/PyLaTeX/
- Size: 5.78 MB
- Stars: 2,251
- Watchers: 70
- Forks: 286
- Open Issues: 122
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - PyLaTeX - A Python library for creating LaTeX files (Python)
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 latexmkDocumentation
-------------- 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 PyLaTeXCopyright 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/