Tex dogebuild plugin
Project description
dogebuild-tex
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file dogebuild-tex-0.1.3.tar.gz
.
File metadata
- Download URL: dogebuild-tex-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aaca8227e18ff5e4a178b504a75bf037600266ded469d8d386d4090d8c683ae |
|
MD5 | ad10a21a82395629db7cc44f77c05d9e |
|
BLAKE2b-256 | b6911c296ea0f5a2d0c28ca36ed59d562b3153981e6c4e899d643bc79fc93679 |