mhameed / LaTeXLex

The goal of LaTeXLex is to clean up documents written in LaTeX, particularly those containing mathematics, producing a "human readable" version of the source.

Home Page:http://www.mesarhameed.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please see also the file DESCRIPTION

To compile:
$ make

To remove binaries and test output:
$ make clean

To run tests:
$ make test

To obtain help:
$ ./run.sh

To obtain output "human readable" LaTeX using ASCII only:
$ ./run.sh --no-utf8-greek --no-utf8-symb input.tex 
produces file input.tex.out

To obtain output "human readable" LaTeX with UTF-8 replacements for Greek and some maths alphabets:
$ ./run.sh input.tex 
produces file input.tex.out

To obtain output "human readable" LaTeX with UTF-8 replacements for Greek only:
$ ./run.sh --no-utf8-symb input.tex 
produces file input.tex.out

To obtain output "human readable" LaTeX with UTF-8 replacements for maths alphabets only:
$ ./run.sh --no-utf8-symb input.tex 
produces file input.tex.out

About

The goal of LaTeXLex is to clean up documents written in LaTeX, particularly those containing mathematics, producing a "human readable" version of the source.

http://www.mesarhameed.info

License:GNU General Public License v3.0


Languages

Language:Shell 90.8%Language:Perl 9.2%