Menu

Tree [beb441] master /
 History

HTTPS access


File Date Author Commit
 html 2022-07-05 bart bart [beb441] Added note that asciiTeX is not maintained
 man 2010-03-10 bartp5 bartp5 [d8bf44] Try again
 resources 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 src 2010-03-10 bartp5 bartp5 [8625cc] AAArgh!
 AUTHORS 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 COPYING 2010-01-07 bartp5 bartp5 [1bab8a] First commit of asciiTeX in git
 ChangeLog 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 EXAMPLES 2010-01-07 bartp5 bartp5 [1bab8a] First commit of asciiTeX in git
 Makefile.am 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 Makefile.in 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 NEWS 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 README 2022-07-05 bart bart [beb441] Added note that asciiTeX is not maintained
 TODO 2010-03-10 bartp5 bartp5 [8c0b3e] removed old idea on how to implement utf-8 supp...
 aclocal.m4 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 configure 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 configure.ac 2010-03-10 bartp5 bartp5 [1ee3fb] comitting version with
 INSTALL 2010-03-10 bartp5 bartp5 [8625cc] AAArgh!
 compile 2010-03-10 bartp5 bartp5 [8625cc] AAArgh!
 depcomp 2010-03-10 bartp5 bartp5 [8625cc] AAArgh!
 install-sh 2010-03-10 bartp5 bartp5 [8625cc] AAArgh!
 missing 2010-03-10 bartp5 bartp5 [8625cc] AAArgh!

Read Me

NOTE
As you may have noticed, asciiTeX is not maintained. There are two 
alternatives you may use. I saw somebody forked and updated asciiTeX 
here:
https://github.com/larseggert/asciiTeX

Alternatively you may use utftex (which I wrote from scratch). It is a 
much more full featured program with good unicode support. Furthermore,
utftex is part of libtexprintf, which is a library which provides 
printf-like formatted output routines you can call from your code to 
pretty-print math. Check it out here:
https://github.com/bartp5/libtexprintf



DESCRIPTION
asciiTeX is an ASCII equation renderer released under the terms of the GNU
General Public License. The program can generate ASCII-art representations of 
mathematical equations. You can use asciiTeX to quickly insert equations in 
e.g. e-mails or comments in your source-code. The syntax is similar to LaTex. 
The asciiTeX project is a fork of eqascii, providing new features and many 
bug fixes to the original program. The latest addition to the program is a
graphical user interface written in GTK

INSTALLING FROM SOURCES
unpack the source and do the usual
./configure
make
make install
[make install-man]

This will provide two programs to your system, asciiTeX, the command line 
utility, and asciiTeX_gui, the graphical application. To disable compilation 
of the graphical application you can specify --diable-gtk to the configure 
script. The last optional make install-man installs the manual pages for both
programs


INSTALLING THE WINDOWS BINARY
Download and execute the installer script.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.