asciitex Installation on Mac
Package Information:
Name: asciitex
Use: Generate ASCII-art representations of mathematical equations. asciiTeX is an ASCII equation renderer released under the terms of the GNU General Public License.
URL: https://asciitex.sourceforge.io
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install asciitex using brew
brew install asciitex
asciitex is ready to use now!