An open API service indexing awesome lists of open source software.

https://github.com/ymyzk/tex-to-gif

Convert a TeX document :page_with_curl: into an animation GIF :tv:
https://github.com/ymyzk/tex-to-gif

gif-animation shellscript tex

Last synced: 27 days ago
JSON representation

Convert a TeX document :page_with_curl: into an animation GIF :tv:

Awesome Lists containing this project

README

        

# tex-to-gif
Convert a TeX document :page_with_curl: into an animation GIF :tv:

![example](https://raw.githubusercontent.com/ymyzk/tex-to-gif-example/master/animation.gif)

## How to use?
```
$ ./tex-to-gif.sh --help
usage: tex-to-gif.sh [options]

Options:
-h, --help show help
-y, --yes say 'yes' to all prompts

TeX Options:
--tex-build how to build a document
--tex-commits how to make a list of commits
--tex-pdf path of PDF file

Montage Options:
--image-geometry preferred tile and border sizes
--image-tile number of tiles per row and column

Animation Options:
--animation-delay display the next image after pausing
--animation-file path of animation GIF file
```

## Example
See [ymyzk/tex-to-gif-example](https://github.com/ymyzk/tex-to-gif-example)