Skip to main content

Application to parse & make PDFs with Django

http://bitbucket.org/bearstech/django-latex/

Beta : not really for production use

Features :

  • LaTeX :

    • Parse LaTeX Document

    • Render LaTeX Document Objects

    • Generate Base PDF Files

    • Combine simple LaTeX Documents

  • Good test coverage

Todo :

  • … much more

Examples :

Usage examples:

from latex import LatexDocument
ltxdoc = LatexDocument(latexstr)
print ltxdoc.packages
print ltxdoc.preamble

ltxdoc2 = LatexDocument(latexstr2)
ltxdoc3 = ltxdoc + ltxdoc2
ltxdoc3.as_latex()

# If some files have to be inclued
ltxdoc3.add_file("/home/cyberj/lolcat_1182.png", "lolcat.png")

f = open("/home/cyberj/motivational_4242.png", "rb")
ltxdoc3.add_file(f, "motivational.png")

pdf = ltxdoc3.as_pdf()

If pdflatex fails, it raises LatexDocument.LatexPdfGenerationError and clean tempdir. To preserve temporary directory give debug=True to as_pdf method.

Tests :

  • cd tests

  • python bootstrap

  • ./bin/buildout.py -v

  • ./bin/test-1.2 or ./bin/test-1.1

Requirements :

  • Django >= 1.1

  • pdflatex (and LaTeX distro)

Debian packages

  • dblatex Produces DVI, PostScript, PDF documents from DocBook sources

  • latex-xcolor Easy driver-independent TeX class for color

  • preview-latex-style extraction of elements from LaTeX documents as graphics

  • texlive-latex-base TeX Live: Basic LaTeX packages

  • texlive-latex-base-doc TeX Live: Documentation files for texlive-latex-base

  • texlive-latex-extra TeX Live: LaTeX supplementary packages

  • texlive-latex-extra-doc TeX Live: Documentation files for texlive-latex-extra

  • texlive-latex-recommended TeX Live: LaTeX recommended packages

  • texlive-latex-recommended-doc TeX Live: Documentation files for texlive-latex-recommended

Release files for django-latex 0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-latex 0.1
File Size Uploaded
django-latex-0.1.tar.gz 27.4 kB Details

Release files / django-latex-0.1.tar.gz

Download URL django-latex-0.1.tar.gz
Size 27.4 kB
Tags Source
SHA-256 checksum
How to use checksums
c79cc3ca9b71d90572cf34d1bc33e34f10e2a9d49a7588e35dc32c051cd167bc
BLAKE2b-256 checksum
How to use checksums
20867479f4bcc0bd80ac8509beb5cb773cd2eaa7b48021a83041c812d841f780
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page