Skip to content

Files

Latest commit

 

History

History
59 lines (41 loc) · 1.42 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.42 KB

komodo

build status release status

Komodo is small command line tool for latex writing from the console.

Requirements

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

Installation

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

Usage

Simply build pdf from LaTex File

komodo build -f <filename>.tex

Build pdf from LaTex with a watcher

(You dont need to run the script everytime you change the tex-File)

komodo build -f <filename>.tex -w

Build pdf (with watcher) and serve it to your browser

(The ui has hot reload of course otherwise the watcher in the backend would be useless)

komodo serve -f <filename>.tex

Contributing

Pull requests welcome:) If you like to do some bigger changes please open an issue, so we can chat about.

Authors

License

MIT