-
Notifications
You must be signed in to change notification settings - Fork 0
The goal of LaTeXLex is to clean up documents written in LaTeX, particularly those containing mathematics, producing a "human readable" version of the source.
License
mhameed/LaTeXLex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published