Skip to main content

Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion

Project description

Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion

https://img.shields.io/github/license/phfaist/pylatexenc.svg?style=flat https://img.shields.io/pypi/v/pylatexenc.svg?style=flat

Python: ≥ 3.4 or ≥ 2.7. The library is designed to be as backwards-compatible as reasonably possible and is able to run on old python verisons should it be necessary. (Use the setup.py script directly if you have python<3.7, poetry doesn’t seem to work with old python versions.)

NEW (4/2023): PYLATEXENC 3.0alpha is in pre-release on PyPI. See new features and major changes. The documentation is still incomplete, and the new APIs are still subject to changes. The code is meant to be as backwards compatible as is reasonably possible. Feel free to try it out & submit feedback!

Unicode Text to LaTeX code

The pylatexenc.latexencode module provides a function unicode_to_latex() which converts a unicode string into LaTeX text and escape sequences. It should recognize accented characters and most math symbols. A couple of switches allow you to alter how this function behaves.

You can also run latexencode in command-line to convert plain unicode text (from the standard input or from files given on the command line) into LaTeX code, written on to the standard output.

A third party plug-in for Vim vim-latexencode by @Konfekt provides a corresponding command to operate on a given range.

Parsing LaTeX code & converting to plain text (unicode)

The pylatexenc.latexwalker module provides a series of routines that parse the LaTeX structure of given LaTeX code and returns a logical structure of objects, which can then be used to produce output in another format such as plain text. This is not a replacement for a full (La)TeX engine, rather, this module provides a way to parse a chunk of LaTeX code as mark-up code.

The pylatexenc.latex2text module builds up on top of pylatexenc.latexwalker and provides functions to convert given LaTeX code to plain text with unicode characters.

You can also run latex2text in command-line to convert LaTeX input (either from the standard input, or from files given on the command line) into plain text written on the standard output.

Documentation

Full documentation is available at https://pylatexenc.readthedocs.io/.

To build the documentation manually, run:

> poetry install --with=builddoc
> cd doc/
doc> poetry run make html

License

See LICENSE.txt (MIT License).

NOTE: See copyright notice and license information for file tools/unicode.xml provided in tools/unicode.xml.LICENSE. (The file tools/unicode.xml was downloaded from https://www.w3.org/2003/entities/2007xml/unicode.xml as linked from https://www.w3.org/TR/xml-entity-names/#source.)

Javascript Library

Some core parts of this library can be transcribed to JavaScript. This feature is used (and was developed for) my Flexible Latex-like Markup project. See the js-transcrypt/ folder and its README file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylatexenc-3.0a15.tar.gz (197.3 kB view details)

Uploaded Source

Built Distribution

pylatexenc-3.0a15-py3-none-any.whl (253.0 kB view details)

Uploaded Python 3

File details

Details for the file pylatexenc-3.0a15.tar.gz.

File metadata

  • Download URL: pylatexenc-3.0a15.tar.gz
  • Upload date:
  • Size: 197.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.8 Darwin/22.2.0

File hashes

Hashes for pylatexenc-3.0a15.tar.gz
Algorithm Hash digest
SHA256 c61ec23185f55ba3ec700f1a918c69fa18883a471b5162adf6c7f8c86de0ff01
MD5 2d4eb8a8d7dd50089a13f46194f23142
BLAKE2b-256 7a3b1cd3847a72a715c17226d0e45450df2705be5f49cf389514d339af7284c8

See more details on using hashes here.

File details

Details for the file pylatexenc-3.0a15-py3-none-any.whl.

File metadata

  • Download URL: pylatexenc-3.0a15-py3-none-any.whl
  • Upload date:
  • Size: 253.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.8 Darwin/22.2.0

File hashes

Hashes for pylatexenc-3.0a15-py3-none-any.whl
Algorithm Hash digest
SHA256 6935b2f33db0c7f1193141d11718aa0924553168c78e0161da65f0fd30d3eb41
MD5 c2c2b3f9fa7eca5b7104bf91cb494105
BLAKE2b-256 5b76caf6a679501e290051fad7db72a3685e91d64a6a338aa5953e71a6a85cbb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page