0.0
No commit activity in last 3 years
No release in over 3 years
The latex-tools gem is a collection of classes that facilitate the writing of various elements of Latex code. It is not designed for authoring entire Latex files, merely their component parts. Right now, it only consists of one such 'tool', LatexTable, which provides an easy and convenient way of outputting Latex code for tables from data in a ruby script.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

LatexTools¶ ↑

Tools for generating Latex code fragments

The latex-tools gem¶ ↑

LatexTools is packaged in the latex-tools gem. It is a collection of classes that facilitate the writing of various elements of Latex code. It is not designed for authoring entire Latex files, merely their component parts. Right now, it only consists of one such ‘tool’, LatexTable, which provides an easy and convenient way of outputting Latex code for tables from data in a ruby script.

Installation¶ ↑

Install the gem just like any other gem:

gem install latex-tools

Documentation Status¶ ↑

The classes (right now only LatexTable) should be documented well enough to get started, but individual class methods are mostly undocumented. This documentation will (hopefully) be added in the future.