Skip to content
/ texbox Public

Docker container to generate SVG and PNG files from LaTeX

License

Notifications You must be signed in to change notification settings

DMOJ/texbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container to generate SVG and PNG files from LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published