Komodo is small command line tool for latex writing from the console.
Before you can start using komodo you need to install:
-
pdflatex
Linux
sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
Mac
brew install basictex
sudo curl -L "https://github.com/kruemelmann/komodo/releases/download/v0.1.17/komodo-$(uname -s)-$(uname -m)" -o /usr/local/bin/komodo && sudo chmod +x /usr/local/bin/komodo
komodo build -f <filename>.tex
(You dont need to run the script everytime you change the tex-File)
komodo build -f <filename>.tex -w
(The ui has hot reload of course otherwise the watcher in the backend would be useless)
komodo serve -f <filename>.tex
Pull requests welcome:) If you like to do some bigger changes please open an issue, so we can chat about.
- kruemelmann - @kruemelmann