Skip to main content

Lightweight renderer of LaTeX to a variety of graphics formats

Project description

A little library which renders LaTeX to various formats, using applications on your system like latex, pdflatex, bibtex, dvips, ps2eps, and convert. LaTeX is automatically run as many times as necessary to achieve a clean compile (with a user-provided max number of attempts), and Bibtex processing is supported.

Compilation takes place in temporary directories which are automatically cleaned up, can be initiated on a file or text string and include extra input files, and rendering stages are cached to reduce rendering latency.

See also the ‘tex’ module, for a more established TeX renderer with different design requirements.

Usage example:

import tex2pix
f = open('example.tex')
r = tex2pix.Renderer(f, runbibtex=True, extras=['example.bib'])
#r.verbose = True # be loud to the terminal
#r.rmtmpdir = False # keep the working dir around, for debugging
r.mkeps('example.eps')
r.mkpng('example.png')
r.mkpdf('example.pdf')  # uses cached version from PNG build
r.mk('duplicate.pdf') # auto-detect format; uses cached PDF

tex2pix.check_latex_package('tikz.sty')
TODO:
  • Provide mechanism (hidden?) for threaded parallel compilation.

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

tex2pix-0.3.0.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file tex2pix-0.3.0.tar.gz.

File metadata

  • Download URL: tex2pix-0.3.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tex2pix-0.3.0.tar.gz
Algorithm Hash digest
SHA256 2da2dfa9171239824e2bd6f62eb5e5e6f5768b6b144c716d39eb81611570de20
MD5 7b3f55cc8d5f2aebb45871cd5b3b2cc9
BLAKE2b-256 fb9d0d38c0bb5a7811313b4a11d7c2722ac9d18d744ebb1b9d2323a10321bd3a

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