Sha256: 49b2e64512f41de739c79760c522933deee83f012e1eae2366f61ff9d18f2fac
Contents?: true
Size: 814 Bytes
Versions: 4
Compression:
Stored size: 814 Bytes
Contents
[gem]: https://rubygems.org/gems/ltx [gemnasium]: https://gemnasium.com/zaidan/ltx # ltx - LaTeX Project Build Tool [![Gem Version](https://badge.fury.io/rb/ltx.svg)][gem] [![Dependency Status](https://gemnasium.com/zaidan/ltx.svg)][gemnasium] This project provides the ltx command. It reads your `project.yml` and compiles your LaTeX files to a tmp folder in your project subdirectory. This does not mess your project with temporary files and simplifies the clean up procedure. It also let you define a project specific file name with optional version number and version prefix. ## Example project.yml ```yaml title: Your Name - Some Project version: 1.0.0 version_prefix: ' v' main: main.tex compiler: pdflatex ``` ## Credits * [Firas Zaidan](https://github.com/zaidan) ## License See `LICENSE` file.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ltx-1.2.0 | README.md |
ltx-1.1.0 | README.md |
ltx-1.0.2 | README.md |
ltx-1.0.1 | README.md |