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:
- Host: GitHub
- URL: https://github.com/ymyzk/tex-to-gif
- Owner: ymyzk
- License: mit
- Created: 2017-01-27T16:41:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T05:29:50.000Z (about 8 years ago)
- Last Synced: 2025-02-07T11:52:32.854Z (3 months ago)
- Topics: gif-animation, shellscript, tex
- Language: Shell
- Homepage: https://blog.ymyzk.com/2017/02/tex-to-gif/
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tex-to-gif
Convert a TeX document :page_with_curl: into an animation GIF :tv:
## 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 promptsTeX Options:
--tex-build how to build a document
--tex-commits how to make a list of commits
--tex-pdf path of PDF fileMontage Options:
--image-geometry preferred tile and border sizes
--image-tile number of tiles per row and columnAnimation 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)