Project

ltx

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
LaTeX Project Build Tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1.18
~> 2.14
~> 4.7, >= 4.7.3
 Project Readme

ltx - LaTeX Project Build Tool

Gem Version Dependency Status

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

title: Your Name - Some Project
version: 1.0.0
version_prefix: ' v'
main: main.tex
compiler: pdflatex

Credits

License

See LICENSE file.