Skip to content

Small command line tool for relaxed writing of LaTex from the console and see it in the browser

License

Notifications You must be signed in to change notification settings

ahmadak19/komodo

 
 

Repository files navigation

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

About

Small command line tool for relaxed writing of LaTex from the console and see it in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Starlark 47.7%
  • Go 30.3%
  • JavaScript 15.8%
  • Shell 2.9%
  • TypeScript 2.5%
  • CSS 0.4%
  • HTML 0.4%