Logo
0.0.6
  • Home

Documentation

  • py2latex
  • py2latex.colors
  • py2latex.core
  • py2latex.formatting
  • py2latex.glossaries
  • py2latex.packages
  • py2latex.sectioning
  • py2latex.siunit
  • py2latex.tables

Contributing

  • Overview
  • Coding style
  • Automated tests
  • Type Annotations
  • Build documentation locally
  • License
  • Downloading source code

Links

  • GitHub
  • PyPI
py2LaTeX
  • »
  • py2LaTeX
  • Edit on GitHub

py2LaTeX

Create LaTeX documents with Python, Markdown and Jinja2.

Docs

Documentation Build Status Docs Check Status

Tests

Linux Test Status Windows Test Status macOS Test Status

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Activity

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status

Other

License GitHub top language Requirements Status

python3 -m pip install py2latex --user
python3 -m pip install git+https://github.com/domdfcoding/py2latex@master --user

Documentation

  • py2latex
    • make_document
  • py2latex.colors
    • black
    • blue
    • brown
    • colour
    • cyan
    • darkgray
    • darkgrey
    • gray
    • green
    • grey
    • lime
    • magenta
    • olive
    • orange
    • pink
    • purple
    • red
    • teal
    • violet
    • white
    • yellow
  • py2latex.core
    • begin
    • end
    • make_caption
    • make_label
    • re_escape
  • py2latex.formatting
    • bold
    • italic
    • latex_subscript
    • latex_superscript
    • underline
  • py2latex.glossaries
  • py2latex.packages
    • usepackage
  • py2latex.sectioning
  • py2latex.siunit
    • SI
    • si
  • py2latex.tables
    • SubTable
    • add_longtable_caption
    • longtable_from_template
    • multicolumn
    • parse_column_alignments
    • parse_hlines
    • parse_vspace
    • set_table_widths
    • subtables_from_template
    • table_from_template
    • tabular_from_template

Contributing

  • Overview
  • Coding style
  • Automated tests
  • Type Annotations
  • Build documentation locally
  • License
  • Downloading source code
    • Building from source

View the Function Index or browse the Source Code.

Browse the GitHub Repository

Next

© Copyright 2020 Dominic Davis-Foster

Built with Sphinx 5.3.0 using a theme provided by Read the Docs. Show Source.