Sign inSign up

dmoj/texbox

By dmoj

Updated almost 7 years ago

Docker container to generate SVG and PNG files from LaTeX

Image
0

1.3K

dmoj/texbox repository overview

texbox Build Status

Docker container to generate SVG and PNG files from LaTeX.

Usage

docker run -i dmoj/texbox < test.tex

LaTeX, dvisvgm and rsvg-convertoutput will be in stderr.

stdout format

Format is binary, all numbers are unsigned and big-endian. It is composed of:

  • 32-bit integer: w, width of the image
  • 32-bit integer: h, height of the image
  • 32-bit integer: s, length of the SVG file
  • s raw bytes of the SVG
  • 32-bit integer: p, length of the PNG file
  • p raw bytes of the PNG

Tag summary

Content type

Image

Digest

Size

212.1 MB

Last updated

almost 7 years ago

docker pull dmoj/texbox