Skip to main content

Tex dogebuild plugin

Project description

dogebuild-tex

Travis (.org) branch PyPI Documentation Status Code style: black

Tex plugin for dogebuild.

Install

To install dogebuild-tex call

pip install dogebuild-tex

How to create project

Create dogefile.py and fill it with following code:

from dogebuild_tex import Tex

Tex()

Create your latex document in main.tex file. To build project run doge build or doge pdf.

Use docker image to build project

Dogebuild-tex allow you to use docker image to keep your build reproducible. To use docker set image as tex binary as follow:

from dogebuild_tex import Tex, DockerTexBinary

Tex(
    tex_binary=DockerTexBinary("{docker-image-name}")
)

Dogebuild will call docker at the build process.

Documentation

Advanced documentation for dogebuild available in readthedocs.

Advanced documentation for dogebuild-tex plugin available in readthedocs.

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

dogebuild-tex-0.1.3.tar.gz (3.4 kB view hashes)

Uploaded Source

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