Project

trex

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
trex is script simplifying the compilation of latex files by creating proper human-readable error output with repeating patterns. Unlike the original latex output which is oververbosified.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

TREX¶ ↑

Have you ever been annoyed by the endless lasting stream of warnings and errors of pdflatex? Have you ever been annoyed by the inconsistent labelling of the erroneous line? Trex is the solution for commandline pdflatex compilation.

Usage¶ ↑

If you have only one tex file in the current dir then you can simply do:

trex view

to compile and view the generated pdf. If there are multiple files trex will prompt for the correct one.

Installation¶ ↑

Just put trex in your executable path, for instance /usr/local/bin.

Executable¶ ↑

Usage:
   trex [options] [view|compile|tex|clean]
   For help use: trex -h

Options:
   -h, --help          Displays help message
   -v, --version       Display the version, then exit
   -q, --quiet         Output as little as possible, overrides verbose
   -V, --verbose       Output lists all errors, overrides quiet
   --figures           Set the figures dir, default is './figures'
   --hack              Open this script for direct changes in the sources

Why trex?¶ ↑

ratex was too long.

Why ratex?¶ ↑

Dunno, maybe because ruby is japanese? (no offense guys, I don’t speak chinese either).